- ATMega32 AVR >> AVR ATmega Projects >> LED Projects

RC Controlled Rgb Led Strip
Create your own rc controlled led-strip for individual room illumination! Most rgb-led-strips are controlled b...

Linkit ONE Touch LED
This instructable will guide you to glow an LED using a touch sensor which means that the LED will glow when y...

Blinking Shark Puppet
How to make a shark puppet with blinking LED lights for its eyes! The two LED lights are going to turn on when...

Adafruit Lightstrips
First, you need to know that a lightstrip is a bunch of LEDs daisychained together. The three contacts are +5v...

Adding an RTC and OLED to ESP8266-01
The ESP8266-01 only has a limited number of I/O pins (only 4). Fortunately these pins can be used for I2C comm...

Blink LED Test on Intel Quark D2000 Development Board
What is Intel® Quark™ microcontroller D2000? The Intel® Quark™ microcontroller D2000, is a low power, battery-...

6*8 LED Display Using a Decoder and Atmega8
Many of you have been wondered by seeing the LCD Display at various places and would have given a little thoug...







The simplest digital voltmeter with AVR
This is probably the simplest possible digital voltmeter with Atmel AVR microcontroller. The circuit is controlled by a microprocessor IO1 – Atmel AVR ATmega8 (ATmega8, ATmega8L), a pr... Read more
Recapitulation One thing I didn’t find clearly over the internet is how to make an Arduino Pro Mini bare bones, that is, from the scratch, and how to make one on the breadboard. This is real... Read more
Tired of putting LEDs every time you want to check some value in the microcontroller? Well, its time to build yourself a debugger. A debugger is a device which helps you run through your cod... Read more
Most of you must have watched quiz games in TV shows or at your schools where few contestants are required to press a switch if they know the answer to the question. An electronic system is... Read more
LED signage has become the choice in modern days to convey message to visitors of a venue. Be it corporate office, shops, restaurants or any kind of social functions like marriages. Some big... Read more
Room temperature display on big screen is a common requirement from industrial sector. Used in server rooms, PLC rooms, storage rooms and many other places in an industrial units. Traditiona... Read more
Making LED displays and signage is a complete industry in itself serving all sorts of clients like banks, railway stations, factories, airport and more. In earlier days display units were ma... Read more
In this projects 8 different colors are displayed with the use of a RGB LED. The microcontroller that is used is the ATMega8. An RGB LED is a LED which has three LED’s integrated in on... Read more
Below is the schematic that shows how the IC is wired to the ATMEGA328 microcontroller and the 4 digit 7-segment display with comon cathode. Besides the MAX7219 you need only three ot... Read more
This tutorial is meant for beginners in the field of Atmel AVR programming. I hope that you already read my first tutorial Blinking LED using Atmega32 and Atmel Studio. In most of the embedd... Read more