Embedded Electronics

By textbook definition, Embedded Electronics can be defined as a system that “Integrates Hardware circuitry with software programming techniques to provide real-time solutions”. From age old pocket calculators to advanced automobile and security devices the applications of Embedded System continue to show a strong progress.

In this section we will discuss about the various embedded controllers and embedded development platforms including, but not limited to Arduino, Raspberry Pi, NodeMCU, ESP32, Microchip, AVR, ARM, MSP430, STM32, STM8S, Nuvoton etc. It also updates the readers with latest Embedded News and technology trends to help them plan and design their Embedded Projects with ease.

In this project we are going to make a low range ammeter using ATMEGA8 microcontroller. In ATMEGA8, we are going use 10bit ADC…

In this tutorial we are going to establish a serial communication between two ATMEGA8 microcontrollers. The communication…

Line follower Robot is a machine which follows a line, it may be a black line or a white line. Basically two types of line…

In this project we are going to make a vibration alert system with ATMEGA8 microcontroller. This can also be used as a…

Often we see visitor counters at stadium, mall, offices, class rooms etc. How they count the people and turn ON or OFF the…

We all are quite familiar with voting machines, even we have covered few other electronic voting machine projects previously…

Heart rate, body temperature and blood pressure monitoring are very important parameters of human body. Doctors use various…

In this tutorial we are going to interface a joystick module with atmega8 microcontroller. A JOY STICK is an input module…

In this project we are going to interface a ROTARY ENCODER with ARDUINO.  ARDUINO UNO is an ATMEGA controller based…

In this tutorial we are going to interface FLEX sensor with ATMEGA8 microcontroller. In ATMEGA8, we are going use 10bit ADC (…

In this tutorial we are going to interface a 4x4 (16 key) keypad with ARDUINO UNO. We all know keypad is one of the most…

When students study about c programming they even come across embedded C programming language across their studies and get…