ATmega16

Cell Phone Controlled Pick and Place Robot

Conventionally, wireless controlled robots uses circuits, which have a drawback of limited working range, limited frequency range and limited control. Use of mobile phones for robotic control can overcome these limitations. It provides the advantages of robust control, working range as large as the coverage area of the service provider, no interference with other controllers […]

Cell Phone Controlled Pick and Place Robot Read More »

Interfacing Triple-Axis Accelerometer with AtMega16

Requirements AtMega 16 IC/development board 3-Axis accelerometer LCD screen 16X2 (for displaying X, Y and Z data) Description This project makes use of three out of the eight ADCs present in AtMega16 IC to display the corresponding digital data of X, Y and Z outputs of an accelerometer on 16X2 LCD. Accelerometer First let’s talk

Interfacing Triple-Axis Accelerometer with AtMega16 Read More »

Coin Operated Timer Control Power Supply Box to Control AC Appliances

Saving electricity is a major concern for domestic and industrial units. We always try hard to save electricity in many ways to reduce our electricity bills, but due to some known and unforeseen circumstances our efforts do not normally transform in saving electricity. Adding to our woes we may at times forget to switch off

Coin Operated Timer Control Power Supply Box to Control AC Appliances Read More »

Fingerprint Detection using Microcontroller

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 Read More »

How to display text on 16×2 LCD using AVR microcontroller (ATmega16)

This article is in continuation to the article Single character LCD display using AVR. The aforesaid article shows how to display a single letter on LCD. Moving forward towards learning to work with LCD, this article explains how to display a string on LCD. Displaying string is occasionally used in many applications. The connection of

How to display text on 16×2 LCD using AVR microcontroller (ATmega16) Read More »

Display custom characters on LCD using AVR Microcontroller (ATmega16)

This is the most interesting article to play with LCD. After going through the article, you can create any character/symbol which cannot be created using the ASCII values for example smiley. You can even create small games. Conventionally 16X2 LCD is use to display text or numerical values. It is possible to display special characters,

Display custom characters on LCD using AVR Microcontroller (ATmega16) Read More »

Scroll to Top