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.

May 9, 2018

Generally, the LM35 temperature sensor is used with microcontrollers to measure the temperature because it is cheap and easily…

April 27, 2018

PIR (Passive Infrared) or Motion Sensor is used to detect the motion of moving human body or objects. Whenever someone comes in…

April 27, 2018

Using a Servo motor is common in Robotics for precise control. Here, in this tutorial we are going to show you how to use a…

April 26, 2018

Internet has reached almost every pocket through smart phones, it is estimated that about 3.2 billion people use internet but…

April 24, 2018

The ESP8266-01 has been a great module to quench all our thirsts for IOT projects. Since its release, it has developed a strong…

April 24, 2018

Hall sensors are sensors which produces an electrical signal at its output when it comes in contact with a magnetic field. The…

April 23, 2018

Using one or two Servo with Arduino is Easy but what if we want to use more than one Servo Motors?

Here, we are going to…

April 23, 2018
One common feature that is used in almost every embedded application is the ADC module (Analog to Digital Converter). These Analog to digital…
April 20, 2018

GPS is the short-form of Global Positioning System. It is a system which provide accurate Altitude, Latitude, Longitude, UTC…

April 19, 2018

In this project, we are going to learn,

How to set up hardware support for Arduino in MATLAB software. How to control an…
April 18, 2018

“Sadly, in the name of progress, we have polluted the air, water, soil and the food we eat”. So monitoring the air quality is…

April 17, 2018

A timer is a type of clock used for the measurement of time intervals. There are two types of timer, one which counts upwards…