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.

January 8, 2019

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

January 7, 2019

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

January 3, 2019

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

December 29, 2018

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

December 26, 2018

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

December 24, 2018

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

December 20, 2018

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

December 18, 2018

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

December 14, 2018

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

December 13, 2018

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

December 10, 2018

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

December 7, 2018

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