Microcontroller Based Projects

Below section covers a list of simple microcontroller projects to learn and work with the concepts of various microcontrollers and architectures. These microcontroller based projects are covered with detailed explanation of working of hardware, circuit diagrams, software and codes.  

Microcontrollers are widely used in various industries, electronic products, automobiles etc.. to perform computing or logical operations. With this huge importance the demand of microcontrollers in industries is prominent and hence as electronics engineers it is important for us to learn how to use them. There are a large number of semiconductor companies manufacturing a variety of microcontrollers, the most popularly ones are 8051 microcontrollersAVR microcontrollersPIC microcontroller, TI Microcontrollers,  Arduino, Raspberry Pi etc.

Humidity, Temperature and Pressure are three basic parameters to build any Weather Station and to measure environmental…

In our previous tutorials, we have learned about SPI and I2C communication between two Arduino boards. In this tutorial we will…

In previous tutorials, we have learned about How to interface GPS module with Computer and how to Track vehicle…

Have you ever thought of getting your device’s location without using any GPS hardware? Sounds interesting!! Yes it is possible…

A Rotary encoder is an input device which helps the user to interact with a system. It looks more like a Radio…

In our previous tutorial learned about SPI communication in Arduino. Today we will learn about another Serial Communication…

Home Automation has always been inspiring projects for most of us. Toggling an AC load from the comfort of our chairs…

A Microcontroller uses many different protocols to communicate with various sensors and modules. There are many different types…

Anyone who is interested in learning about computers and electronics will definitely love experimenting with a small and…

In our previous tutorial, we have interfaced stepper motor with ARM7-LPC2148. In this tutorial, we will control Servo Motor…

Most of us would be familiar with the 16×2 Dot matrix LCD display that is used in many projects to display some…

As we know microcontrollers take analog input from analog sensors and use ADC (Analog to Digital converter) to process those…