Articles of Tutorials, DIY projects and coding of various microcontroller architechtures and family. Controllers such as 8051,PIC,AVR & ARM microcontrollers
If you are making a hardware project that requires a microcontroller, don’t just go for MCU that’s lying around. Choose Microcontroller that’s fit for the job. Don’t go for a 32 bit MCU when all you need to do is… Read more
STM32 is the most popular 32-bit microcontroller among engineers and hobbyists. In this tutorial series we use STM32F103C8T6 microcontroller which belongs to this microcontroller family and will explain about the registers involved in using peripherals such as GPIO, USART, SPI,… Read more
Arduone Uno is a development board built out of 8051 series Microcontroller. It’s pretty simple and straightforward to use. In this article I want to give a brief about this development platform and how to program them as per your… Read more
Door or Window alarm circuit have been used widely in many homes to detect intrusion. A simple search in internet might fetch you lot of alarms for you to buy. But making your own alarm will be something special and… Read more
Voltage and current are two most important parameters of electricity. This project teaches you to build a simple volt-amp meter using avr microcontroller. This project may not enable you to build a high end measurement tool but will be… Read more
Passive Infra red sensor also known as PIR sensors is capable of detecting motion or movement within a certain range. These type of sensors have wide range of applications in our daily life and it is essential to learn the… Read more
LED’s have become most important component in lighting industry due to its miniature size and less power consumption. Also LED lights are lot more attractive than the primitive lights used once. This project focused on building an remote controlled LED… Read more