Overload and short circuit protection

Today I leave you a protection circuit against overload and short circuit, which is homegrown, and can be used to protect power supplies or similar against overvoltage. It’s my first circuit, so there will surely be better ones, but you have to start with something: P This circuit can be used together with other protections, … Read more

Linear Regulators vs Switching Regulators

Today I’m going to talk a little bit about regulators, and the differences between linear regulators and switching regulators. Knowing the differences we can choose the regulator that best suits our project. Transistor Zones The first thing I am going to talk about is the transistor zones. Basically, because both regulators rely on transistors to … Read more

Temperature and humidity: Arduino & DHT11/DHT22

Today I bring you a tutorial on how to mount a temperature and humidity sensor with Arduino, using the DHT11 or DHT22 temperature sensor, and the Nokia 5110 display. When doing the project, I focused on consuming as little as possible, since nobody likes having to change the sensor batteries on a daily basis. For … Read more