In this project we are going to step down 12 V DC to any DC value between 2 and 11 V. The circuit which steps down the DC voltage is known as buck converter. The output voltage or step down voltage needed is controlled using a potentiometer connected to Arduino. By Ankit Negi INTRODUCTION TO […]
Arduino Projects
Simple Digital Water Flow Meter Circuit using Arduino
In this post I will show how to construct a digital water flow meter using Arduino and 16 x 2 LCD display. We will be taking a look at YF-S201 water flow sensor, its construction and working and how to interface with Arduino to extract some useful readings. The proposed project can measure the rate […]
Joystick Controlled 2.4 GHz RC Car Using Arduino
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 […]
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 […]