In this post I will show how to construct a 10 channel remote control switch circuit based on ISM (industrial, Scientific and Medical) band. Introduction The ISM band is operated at 2.4 GHz, which can be used without licensing with reasonable power output. The proposed project is general purpose ON/OFF wireless switch, which can be […]
Arduino Projects
Arduino PWM Signal Generator Circuit
In this post we elaborately study how to make an Arduino based PWM signal generator circuit, which can be set or adjusted with a potentiometer or a pot to any preferred duty cycle ratio. By Ankit Negi WHAT IS PWM? pwm or pulse width modulation as the name itself suggest is modulation of width of […]
High Current Motor Control Circuit using Arduino
In this project, I have explained how to control motor speed using Arduino PWM circuit, and how to implement reverse forward or direction control in a DC motor using Arduino through a couple of push button switches. Any high current motor upto 30 amp can be controlled using this set up By Ankit Negi Motor […]
Car Reverse Parking Sensor Circuit with Alarm
In this post I will show how to construct a car reverse parking sensor alarm circuit using arduino, ultrasonic sensor and 2.4 GHz transceiver module. This project can be add-on feature for your car if it doesn’t sport a build-in parking sensors. Introduction The proposed project has similar functionality as traditional car parking sensor has, […]
Wireless Thermometer Using 433 MHz RF Link Using Arduino
In this post I will show how to construct an Arduino based wireless thermometer which can monitor the room temperature and external ambient temperature. The data is transmitted and received via 433 MHz RF link. Using 433MHz RF Module and DHT11 Sensor The proposed project utilizes Arduino as brain and the heart as 433 MHz […]
Electronic Voting Machine with SD Card Module
In this post I will show how to construct a circuit for an Electronic Voting Machine using Arduino and SD card module where the election data is stored in the SD card. By UPDATE: This circuit has been upgraded to an improved version in which the results can be viewed over an attached LCD display, […]