How to interface RFID with AVR ATmega32 microcontroller
RFID is most arguably a evolutionary wireless technology which boosted working of embedded devices up to great mark. And there is plenty of systems and devices working based on this technology. This...
View ArticleHow to Establish A PC-Micro controller USART communication
Introduction USART is one of the primitive inter-device communication protocols. It is not used in modern computers. But still, a few mother boards come with the module necessary for an USART...
View ArticleAVR HVSP Fuse Resetter
description in working w/ 8 or 14 pin avr devices, i would sometimes want to use the RESET pin as io as the io pin count is low. but doing so will disable further programming via SPI. i do not need a...
View ArticleAVR uartConfig – an atmega and arduino eeprom config library
Update to version 2014-06-13 AVR uartConfig is a small footprint library you can use to config your micro eeprom through uart communication. AVR uartConfig is a set of tools running on Windows, Linux...
View Article100mA Ammeter using AVR Microcontroller
Share this:In this project we are going to make a low range ammeter using ATMEGA8 microcontroller. In ATMEGA8, we are going use 10bit ADC (Analog to Digital Conversion) feature to do this. Although we...
View ArticleJoystick Interfacing with AVR Microcontroller
Share this:In this tutorial we are going to interface a joystick module with atmega8 microcontroller. A JOY STICK is an input module used for communication. It basically makes easy the user machine...
View Article4×4 Keypad Interfacing with ATmega32 Microcontroller
Share this:In this tutorial we are going to interface a 4×4 (16 key) keypad with ATMEGA32A microcontroller. We know that keypad is one of the most important input devices used in electronics projects....
View ArticleRFID Based Voting Machine
Share this:We know in offices, shopping malls and in many other places where only the person with authorization card is allowed to enter the room. These systems use RFID communication system. RFID is...
View ArticleRFID Based Toll Plaza System
Share this:We know in offices, shopping malls and in many other places where only the person with authorization card is allowed to enter the room. These systems use RFID communication system. RFID is...
View ArticleMicrocontroller Based Electronic Voting Machine
Share this:Whenever we go to vote for elections we come to see electronic voting machines. In this project we are going to design and develop a simple voting machine by using ATmega32A microcontroller....
View ArticleHow to interface RFID with AVR ATmega32 microcontroller
Share this:RFID is most arguably a evolutionary wireless technology which boosted working of embedded devices up to great mark. And there is plenty of systems and devices working based on this...
View ArticleHow to Establish A PC-Micro controller USART communication
Share this:Introduction USART is one of the primitive inter-device communication protocols. It is not used in modern computers. But still, a few mother boards come with the module necessary for an...
View ArticleAVR HVSP Fuse Resetter
Share this:description in working w/ 8 or 14 pin avr devices, i would sometimes want to use the RESET pin as io as the io pin count is low. but doing so will disable further programming via SPI. i do...
View ArticleAVR uartConfig – an atmega and arduino eeprom config library
Share this:Update to version 2014-06-13 AVR uartConfig is a small footprint library you can use to config your micro eeprom through uart communication. AVR uartConfig is a set of tools running on...
View ArticleATmega8 Line Follower Robot (LFR) Project – Part 2/2
Share this:Now that the mechanical assembly part is over,and we have completed the construction of left and right (L&R) infrared sensor cards. Since the MCU (ATmega8) cannot drive the dc motors...
View ArticleDC motor interfacing with AVR ATmega16/ATmega32
Share this:DC motor converts electrical energy in the form of Direct Current into mechanical energy. In case of motor, the mechanical energy produced is in the form of rotational movement of the motor...
View ArticleRFID Based Toll Collection System
Share this:We know in offices, shopping malls and in many other places where only the person with authorization card is allowed to enter the room. These systems use RFID communication system. RFID is...
View ArticleAuto No Break Power Supply Control
Share this:The major aim of this no break power supply project is to supply continuous energy supply to a load, by picking the supply from any spring out of the four like – generator, mains, inverter...
View ArticlePower factor measurement using Atmel AVR Micro-Controllers
Share this:To learn about the power factor measurement, you should have a basic knowledge of power factor. There are three types of loads. Resistive Inductive Capacitive When we apply AC voltage to...
View ArticleUsing AVR Studio – My first C++ code
Share this:This is an extremely simple “Hello World” C++ code for the ATMega32 that you can follow using AVR Studio. You do not need any hardware such as the chip or even the ISP programmer cable...
View Article