c

AVR ATmega8 Project LED Moving Message Display using ATmega8 microcontroller

An interesting project that can be done using Microcontroller is a LED message scroll er. It teaches you a quite lot of things. So I decided to make one. I made the hardware design modular and cascadeble That means the whole display is made up of several 15×7 modules. Each module has everything to drive […]

AVR ATmega8 Project LED Moving Message Display using ATmega8 microcontroller Read More »

PS2 Keyboard Interface with AVR MCU using ATmega8 microcontroller

A PC keyboard is an old and trusted human machine interface. Most peoples are familiar with it. When a text entry is required it is the best method. If we can interface the PC keyboard with an AVR MCU we can create a whole lot of interesting applications! This tutorial will focus on our easy

PS2 Keyboard Interface with AVR MCU using ATmega8 microcontroller Read More »

SMS Based Voting System – AVR GSM Project using ATmega32 microcontroller

Hi friends ! Here I am showing a microcontroller based project called the “GSM Based Voting System“. Using this system you can ask your users to vote for any of the four options. Four available options are identified by a letters ‘A’, ‘B’, ‘C’ and ‘D’. User can vote for any option by sending a

SMS Based Voting System – AVR GSM Project using ATmega32 microcontroller Read More »

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 »

Development Board With LCD using Atmega16 microcontrollers

This instructable shows, how to do your own development board for Atmega16 or Atmega32 processors.The Internet is full of home made development boards, but I think that, there is room left for another one. This board have been very useful on my projects and I actually designed and made it to serve one of my

Development Board With LCD using Atmega16 microcontrollers Read More »

Reading Switches with using Attiny microcontrollers

There have been several Instructables dealing with outputs from the ATtiny2313 and similar AVR devices. For example, http://www.instructables.com/id/Ghetto-Programming%3a-Getting-started-with-AVR-micro/, http://www.instructables.com/id/Drive-a-Stepper-Motor-with-an-AVR-Microprocessor/. Working on the latest one from The Real Elliot, which showed how to control stepper motors, I found that it would be really helpful to be able to run alternate sections of code in the same

Reading Switches with using Attiny microcontrollers Read More »

Atmega8 measures ambient temperature and relative humidity using HSM-20G sensor

In one of my previous posts, I discussed about Sensirion’s SHT11 and SHT75 sensors, which are capable of measuring both temperature and relative humidity. They are digital sensors and provide fully calibrated digital outputs for temperature and relative humidity. I also illustrated how to interface those sensors with a PIC microcontroller. Shawon Shahryiar from Dhaka, Bangladesh shared this project

Atmega8 measures ambient temperature and relative humidity using HSM-20G sensor Read More »

A complete starter guide to AVRs using attiny2313 microcontroller

A complete starter guide to AVRs using attiny2313 microcontroller

Have you played with Arduino’s and now have a taste for microcontrollers? Have you tried to go beyond Arduino but got stopped by the dense datasheets? This is the instructable for you! I was working on an instructable for the epilog contest which would wirelessly link two smoke alarms. I wrote all the code and

A complete starter guide to AVRs using attiny2313 microcontroller Read More »

Building a digital light meter with a calibrated LDR using Atmega8 microcontroller

Measurement of light intensity is a prime necessity in several occasions.  The diversity of such needs make their way to various branches of physics and engineering as well as in media. For instance, in engineering, such kinds of measurements are needed to design optimum lighting conditions of a room. In photography, light intensity measurements ensure

Building a digital light meter with a calibrated LDR using Atmega8 microcontroller Read More »

Scroll to Top