microcontroller

Interfacing Touch LCD

On/Off Controller – Interfacing Touch LCD LC7981 using ATMega Microcontroller

Concept of Touch LCD LC7981 using ATMega An on-off controller is the simplest form of a temperature control device. The output from the device is either on or off, with no middle state. An on-off controller will switch the output only when the temperature crosses the set-point. For heating control, the output is on when the …

On/Off Controller – Interfacing Touch LCD LC7981 using ATMega Microcontroller Read More »

Simple Bootloader For AVR In C language

How To Write a Simple Bootloader For AVR In C language Using Atmega

The BootLoader is a code which executes when a microcontroller is powered ON or reset. It basically sets an environment for the application code to execute. It is the Boot-Loader that sets the hardware and loads the application code from any storage medium or received through external communication and let the application to execute. Thus a Boot-Loader has to …

How To Write a Simple Bootloader For AVR In C language Using Atmega Read More »

Fingerprint Detection

Fingerprint Detection using Microcontroller Using Atmega

REQUIREMENTS: AtMega 16 Microcontroller (development board) Fingerprint scanner module (R305) 16X2 Alphanumeric LCD (for user display) DESCRIPTION: In today’s secure world biometric safety is on the top. Unlike other techniques which make use of passwords and numbers, that are needed to be remembered, biometric techniques make use of human body parts like fingerprints or even …

Fingerprint Detection using Microcontroller Using Atmega Read More »

LED Interfacing

Interfacing 16X2 LCD to AVR Microcontroller Using Atmega

Well this is not different from the way interfacing the LCD to 8051 or PIC microcontroller. The crystal oscillator will provide the clock to the microcontroller. The capacitors connected to the crystal will act as filters and help the crystal to resonate and oscillates to its parallel resonate mode.  The potentiometer which is connected to …

Interfacing 16X2 LCD to AVR Microcontroller Using Atmega Read More »

16×2 Character LCD

Interfacing LCD with Atmega32 Microcontroller using Atmel Studio

As we all know LCD (Liquid Crystal Display) is an electronic display which is commonly used nowadays in applications such as calculators, laptops, tablets, mobile phones etc. 16×2 character LCD module is a very basic module which is commonly used by electronic hobbyists and is used in many electronic devices and project. It can display 2 lines of 16 …

Interfacing LCD with Atmega32 Microcontroller using Atmel Studio Read More »

lcd interface

LCD Interface with Atmega32 AVR microcontoller for beginners

LCD’s are quite familiar module when comes interfacing with microcontrollers. We can find these display modules in plenty of instances where a specific info is need to be displayed for the viewers. This article explains LCD interface with Atmega32 a AVR family Microcontroller and display a message “Welcome Gadgetronicx” text in LCD. 16 x 2 …

LCD Interface with Atmega32 AVR microcontoller for beginners Read More »