Projects Blog
RC Car using Arduino UNO, ESP8266 and Blynk App
Description: It is just a simple RC Car with Motors and Control Board which will be controlled and moved by an Application known as Blynk through WiFi. Circuit Diagram: Components: SR. NO. COMPONENT PINOUT DIAGRAM BUY 1 Arduino UNO (Other…
Rain Detector using Arduino, HL-83 Rain Sensor and Buzzer
Description: In this project, we build a rain detector using Arduino. Here, the HL-83 Rain sensor is used which detects rain drops. After detection the Buzzer makes sound, so you will know that it’s raining. Everything this controlled using Arduino…
Location Tracker using Arduino, NEO 6M GPS Module and SIM900A GSM Module
Description: This is a a location tracker using Arduino which sends its exact location to specific phone number. Here NEO 6M GPS Module is used to get location in latitude and longitude. SIM900A GSM Module with a SIM Cards is…
Pedometer(Steps Counter) using Arduino, ADXL345 Accelerometer Sensor and 0.96” OLED Display
Description: In this project we build a Pedometer using Arduino which detects and counts steps you take while walking or jogging. Steps are detected using ADXL345 Accelerometer sensor when there is tilt in the axis of the sensor. Steps can…
Pedometer(Steps Counter) using Arduino, ADXL335 Accelerometer Sensor and 16×2 LCD Display
Description: In this project we build a Pedometer using Arduino which detects and counts steps you taken while walking or jogging. Steps are detected using ADXL335 Accelerometer sensor when there is tilt in the axis of the sensor. Steps can…
Obstacle avoiding Robot using Arduino and Ultrasonic Sensor (Type 2)
Description: This is an obstacle avoiding robot using Arduino, it is a simple car which moves forward by its own at a certain speed, once an object or obstacle is detected, it then turns its direction and again starts moving…
Obstacle avoiding Robot using Arduino and Ultrasonic sensor (Type 1)
Description: This is an obstacle avoiding robot using Arduino, it is a simple car which moves forward by its own at a certain speed, once an object or obstacle is detected, it then turns its direction and again starts moving…
Ultrasonic Levitation using Arduino and Ultrasonic Sensor (Transducers of HC-SR04 Sensor)
Description: Ultrasonic Levitation using Arduino is a pretty easy project based on simple phenomenon of vibrations of sounds. Here a very light weight small size object can be levitated in between the Ultrasonic Transducers. The controller here used is Arduino…
Natural Gas Detector using Arduino, MQ4 Gas Sensor and LED
Description: In this project we are building a Natural Gas Detector using Arduino and MQ4 Gas Sensor. These detectors are used in rocky mountain and caves to detect natural gas which is used for commercial purposes. Here we have used…
Line Follower and Obstacle Avoiding Robot using Arduino, IR Sensor and Ultrasonic Sensor
Description: In this project we are building a Line Follower and Obstacle Avoiding Robot using Arduino. It is an automatic small car which follows a black line while avoiding obstacles. Here, the line detection is done by IR Sensors and…