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 microcontrollers, AVR microcontrollers, PIC microcontroller, TI Microcontrollers, Arduino, Raspberry Pi etc.
In previous Getting start with NodeMCU tutorial, we saw What is NodeMCU and how we can program it using Arduino IDE. As you…
PIC Microcontrollers are a powerful platform provided by microchip for embedded projects; its versatile nature has enabled it…
In this tutorial we will see how to interface NodeMCU with 16x2 LCD without using I2C communication. Here we will interface…
Hello everyone, Today in this project, we will interface RF Receiver and Transmitter module with PIC Microcontroller and…
Controlling LEDs with voice command seems to be a difficult task, but it’s easy and you can quickly build it. We just need an…
Keypads are widely used input devices being used in various electronics and embedded projects. They are used to take inputs in…
The digital Revolution started in 1950 changes all the existing mechanical and analog electronic structures into digital…
In this tutorial, we will learn about ESP-12 Wi-Fi module and how to program it using Arduino IDE. Then we will write a program…
What if we can generate different colors using a single RGB led and make our room’s corner more attractive? So, here is a…
Stepper Motor is a specially designed motor which rotates in steps. Speed of stepper motor depends on the rate of electrical…
Programming has always been fun and it just got a lot better with development platforms like Arduino. Almost every programmer…
Almost all embedded devices are designed to interact with the real world. They act as a bridge to communicate between the…