So here we are now making one automatic smart exhaust fan controller system using Arduino UNO which will work for three bathrooms that are all connected to a single ventilation pipe and one common exhaust fan. This whole project is going to be based on PIR sensors for human detection, VOC sensors for odor detection […]
Arduino Projects

100A AC Load Monitoring Circuit using Arduino, Watt Limit, LCD, Alarm, Auto Shutdown
In this project we are going to make one very useful grid power protection circuit. This will be like a power guard system which we can use in homes or apartments to monitor the wattage of the load and also to cut off the load automatically if it starts taking too much wattage, more than […]
Making an EGS002 Equivalent Board using Arduino
The EGS002 board is nothing but a combination of a microcontroller with a H-bridge driver like the IR2110. So if you are interested to build your own EGS002 equivalent board with exactly identical features, then you can do it using the instructions given in the following article. So, here we are trying to build our […]
Real MPPT Solar Charger Circuit Using Arduino, LCD, and Manual/Auto Switch
So in this article we are trying to make a true MPPT solar charger project using Arduino which will charge a 12V battery from a solar panel and will use MPPT logic to always extract maximum power from the solar panel. That means that even when sunlight changes, we try to adjust PWM duty cycle […]
H-Bridge Sine Wave Inverter Circuit using Arduino
In this article I will explain how we can build an Arduino-controlled H-Bridge sine wave inverter circuit using some easy parts. So this thing will basically convert DC into AC but in a way that looks like a sine wave, right? We are using an Arduino to generate PWM signals and these signals will drive […]
Arduino 2-Step Programmable Timer Circuit
In this article I have explained how to make a simple 2-step Arduino programmable timer circuit, which can be used to switch an electrical load ON/OFF with independently adjustable ON and OFF timings. For example if you want a light to remain ON for 24 hours and OFF for 2 hours, you can simply do […]