Arduino is a popular open-source development board used by engineers, hobbyists and makers to develop electronic projects and prototypes in an easy way. The Arduino platform consists of many development boards like Arduino UNO, Arduino Nano, Arduino Mega, Arduino Pro Mini etc.. all of which are based on the series of AVR microcontrollers.
The below list consist of a large collection of free Arduino Projects from Circuit Digest, including basic LCD interfacing, sensor interfacing projects to advanced Bluetooth and Wi-Fi project. All projects consist of neatly illustrated Arduino circuit diagram and detailed explanation, the relevant Arduino code is also provided for a complete do-it-yourself tutorial.
In this tutorial we are going to interface a DC motor to Arduino UNO and control it's speed using PWM (Pulse Width Modulation)…
In this tutorial we are going to interface a seven segment display to ARDUINO UNO. The display counts from 0-9 and resets…
In this tutorial we are introducing concept of ADC (Analog to Digital Conversion) in ARDUINO UNO. Arduino board has six ADC…
To establish a good communication between human world and machine world, display units play an important role. And so they are…
Arduino has become the most popular Microcontroller among students and hobbyists in very less span of time. So everyone try to…
DC motor is the most used motor in Robotics and electronics projects. For controlling the speed of DC motor we have various…
In this project we are going to interface RGB (Red Green Blue) LED with Arduino Uno. A typical RGB LED is shown in below figure…
The name Arduino is typically buzz word among most of the electronics students or hobbyists alike. Its ability to build things…