module

TCS3200 Chip

Interfacing TCS3200 Colour Sensor with AVR ATmega32

Detecting colour of an object can be an interesting and useful electronic application. It can be realized using a colour sensor like TCS3200 and a general purpose microcontroller like AVR ATmega32. TCS3200 Colour Light to Frequency Converter Chip TCS3200 chip is designed to detect the colour of light incident on it. It has an array […]

Interfacing TCS3200 Colour Sensor with AVR ATmega32 Read More »

interface RFID

How to interface RFID with AVR microcontroller (ATmega16)

Knowingly or unknowingly the RFID technology is used by us in our day to day life. The most familiar example is seen in MNCs, schools and offices for daily attendance or automatic door opening system. The RFID contains two parts, namely, tag and receiver modem. When an RFID tag comes in the range of receiver, the tag gets

How to interface RFID with AVR microcontroller (ATmega16) Read More »

iRobot

Using the iRobot Create’s Command Module with Linux using avr microcontroller Using Atmega

Since iRobot hasn’t provided linux users with a way to use the command module, I had to figure it out myself. Don’t be intimidated, its not hard at all, really. All you need to do is run a couple of scripts. Lets get started, shall we? Step 1 Get the goods For this tutorial, I’m assuming you have

Using the iRobot Create’s Command Module with Linux using avr microcontroller Using Atmega Read More »

AVR in 4 Bit Mode

Interfacing LCD Module with AVR in 4-Bit Mode Using Atmega

This article is another step forward in learning more about AVR microcontrollers. We have demonstrated interfacing of LCD module with ATmega328 microcontroller, which will help you to learn its basic concepts. ATmega328 is an eight bit AVR (Advanced Virtual RISC) based microcontroller. It is a powerful microcontroller with a built-in  internal memory of around 32Kb. Atmega

Interfacing LCD Module with AVR in 4-Bit Mode Using Atmega Read More »