Electronics Projects

Arduino Based Light Following Robot with LDR Sensor

Harsh Sehgal 0 Comments

In this tutorial, we are going to make a light-chasing robot that moves toward areas of bright light. We will be using photoresistors to determine the brightness of the light. For a better understanding, have a look at the line following robot, surveillance robot car, obstacle-avoiding robot that we previously created. A photoresistor, or photocell, is a light-dependent resistor...

How to make Arduino based Tachometer (RPM Meter) using IR sensor

Harsh Sehgal 0 Comments

In this tutorial, we are going to make Digital Tachometer using an IR Sensor with the help of Arduino for measuring the number of rotations of the rotating Motor in RPM. Here we have interfaced the IR sensor module with Arduino and the 0.96 Inch OLED display to display the RPM count. The IR...

Obstacle Avoiding Robot using Ultrasonic Sensor and L298N H-Bridge Motor Driver

Harsh Sehgal 0 Comments

Robotics is an interesting and rapidly growing sector in this era. As a branch of engineering, the applications of robotics are numerous.  It is Increasing with the advancement of technology at a decent pace. Previously we made Line Follower Robot and Surveillance Robot. Obstacle avoidance refers to the ability of a robot to detect obstacles...

Surveillance RoboCar based on ESP32 CAM Module

Harsh Sehgal 0 Comments

If you are thinking of building a Web-controlled surveillance car using the ESP32 CAM module then this tutorial will help you out in building the same. Web-controlled surveillance cars can be built using the ESP32-CAM module. Apart from the ESP32-Camera module, we will need 4 DC motors with its Robo car chassis and L293D motor driver module...

Line Follower Robot using Arduino and L298N Module

Harsh Sehgal 0 Comments

The line follower robot is an automated vehicle that follows a visual black line or path on the surface. This visual line is a path on which the line follower robot moves. It uses a black line on a white surface, or you can also adjust it as a white line on a black...

How to Control Servo Motor with Arduino Uno?

Harsh Sehgal 0 Comments

Let’s take a look into a simple interfacing project this time. This is actuator interfacing with Arduino Uno and the actuator being servo motor, specifically SG90 servo motor. SG90 is a lightweight (just 9g) and tiny servo motor which has quite good output toque. We can use Arduino IDE to code this servo and...

Distance Measuring with LED Notifier using HC-SR04 Ultrasonic Sensor and Arduino

Harsh Sehgal 0 Comments

In this tutorial, we are going to learn how to use ultrasonic sensor HC-SR04 interfacing with Arduino and measure the distance which will be notified by 7 LEDs. As we move closer to the sensor the  LED will glow consecutively and vice-versa.   HC-SR04 Ultrasonic Sensor Pinout The sensor has 4 pins. 5volts is...