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 23, 2019

Few years back if you were to tell someone that the Geyser and bedroom lights in your home are connected to internet, they…

May 22, 2019

MicroPython is a lightweight version of the Python programming language developed for programming microcontrollers, SOCs, and…

May 21, 2019

Development in Arduino and Arduino IDE has always been easy and fun with their simple user interface. The Arduino IDE is open-…

May 17, 2019
What is OTA Programming?

OTA Programming (Over the Air) is a process which allows devices to upgrade their firmware or software…

May 14, 2019

Biometrics has been used as a reliable authentication system for a long time now. Today there exist complex biometric systems…

May 10, 2019

The multitasking has led the computers to a revolution where one or more programs can run simultaneously which increases…

May 9, 2019

We have seen numerous examples of Blinking an LED using different Microcontrollers and different programming languages. Today,…

May 7, 2019
LoRa is getting increasingly popular with the advent of IoT, Connected Cars, M2M, Industry 4.0 etc. Because of its ability to communicate to long…
May 2, 2019

Raspberry Pi is one of the most famous low cost computer and powerful tool for prototyping different types of IoT and embedded…

May 1, 2019

Now a days, the Bluetooth has become integral part of digital devices and it comes inbuilt in most of the devices such as…

April 27, 2019

Self-driving cars and connected vehicles, is sure to change the way we commute in the future. Today companies like Tesla are…

April 25, 2019

MQTT is a protocol used to send and receive messages over internet. We previously used this protocol in Iot Electricity meter…