AVR ATmega Projects

Simple calculator using avr microcontroller Atmega16

Here’s a simple calculator with the Atmega16 microcontroller. It have an LCD display and a 4×4 keypad. You can also download the proteus simulation file on the downloads Bascom Code $regfile = “m16def.dat” $crystal = 1000000 Config Kbd = Portd , Debounce = 30 Config Lcd = 16 * 2 Config Lcdpin = Pin ,

Simple calculator using avr microcontroller Atmega16 Read More »

Transform a Cheap RC Transmitter With Custom Firmware

Transform a cheap RC Transmitter with Custom Firmware using ATMEGA64 Microcontroller

The Turnigy 9x is a cheap Chinese radio transmitter widely sold by hobby king and other retailers under a variety of names. This is a computerized radio transmitter and is already a great deal for the price ($53 currently) and pretty capable if you can figure out how to use the stock firmware. The microcontroller

Transform a cheap RC Transmitter with Custom Firmware using ATMEGA64 Microcontroller Read More »

Make an automatic plant light using ATTiny26 Microcontroller

This light helps your plants grow. I got the idea from the Garduino, but nothing is taken from it. The schematic and the program are mine. This plant light gives your plants 4 additional hours of light per day. When it gets dark, it turns on and after 4 hours of darkness, the light turns

Make an automatic plant light using ATTiny26 Microcontroller Read More »

Ghetto Pixels – Building an open source BlinkM Using ATTiny45 Microcontroller

Unless you’ve been living under a digital rock for the last few years, or just simply aren’t interested in flashing lights, you’ll already know about the awesomeness that is the BlinkM from ThingM. It’s a very small PCB featuring a high power LED that responds very easily and cleanly to commands you give it. Devices like BlinkM’s

Ghetto Pixels – Building an open source BlinkM Using ATTiny45 Microcontroller Read More »

USB PCB Business Card

USB PCB Business Card Using ATtiny85 Microcontroller

This is a business card that will type out some text when you plug it into a USB port. It uses a ATtiny85 microcontroller with V-USB based code to emulate a keyboard. The typing is triggered by the CAPS LOCK status LEDs being toggled 3 times. This instructable will focus on using CadSoft EAGLE to

USB PCB Business Card Using ATtiny85 Microcontroller Read More »

Scroll to Top