In this post I will show how to construct a car robot which can be controlled using a joystick on 2.4 GHz wireless communication link. The proposed project is not only made as a RC car, but you can add your projects such as surveillance camera etc. on the car. Overview The project is divided […]
Arduino Projects
L298N DC Motor Driver Module Explained
In this post I have explained about L298N dual H-bridge DC motor driver module which can be used to drive brushed DC motors and stepper motors with microcontrollers and ICs. Overview Modular circuit boards are best time savior for electronics designers which also reduce the prototyping errors. This is mostly preferred by programmers who write […]
Color Detector Circuit with Arduino Code
In this post I will show how to construct a circuit which can detect color and trigger respective assigned relays. This project is accomplished using TCS3200 color sensor and Arduino board. Color Sensing by TCS3200 If you haven’t read the previous article, please go through it where we have discussed the basics of color sensing […]
Introduction to RGB Colour sensor TCS3200
TCS3200 is a color light-to-frequency converter chip which can be programmed through a microcontroller. The module can be used for detecting all the 7 colors of white light with the aid of an integrated microcontroller such as Arduino. In this post we are going to take a look at RGB color sensor TCS3200, we will […]
Password Controlled AC Mains ON/OFF Switch
In this post I will show how to construct a password based mains ON/OFF switch circuit, which can turn ON and OFF the AC mains supply, only when correct password is entered. This prevents the danger of electrocution of the technician who might be currently working with the high voltage lines and equipment. Password Protection […]
Line Follower Robot Circuit using Arduino
In this post I have explained how to build a line follower robot circuit using Arduino, which will run over a specifically drawn line layout and will faithfully follow it as long as it is available and traceable by its sensors. By Navneet Sajwan What is a Line Follower Robot An autonomous robot is a machine […]