AVR Butterfly Keyer

AVR Butterfly Keyer
The “Butterfly keyer” program converts the Butterfly demo board into an Iambic keyer which can decode and display the characters you send using the paddle. The Atmel AVR “Butterfly” is a credit card sized board which contains an AVR MEGA169 processor, a six character LCD display, a five way joystick navigation switch, a piezo speaker, a 3 volt lithium battery cell for power and a few other odds and ends.[more]

Posted in : AVR projects

AVR ATMEGA8 based development board

AVR ATMEGA8 based development board
This is an AVR ATMEGA8 based development board. This board consists of necessary components such as a LCD display,LEDs, RS-232 port, push buttons, relays, switches etc. It is ideal as a board for development your AVR projects.[more]

Posted in : AVR projects

The Tuxgraphics AVR NTP clock

The Tuxgraphics AVR NTP clock
The Network Time Protocol (NTP) has revolutionized the world. Suddenly one could have anywhere in the world accurate time and date. NTP is a simple UDP based protocol and can be implemented in a Microcontroller. Using the tuxgraphics ethernet board and a LCD display we can build a nice clock which gets time and date via NTP. Just attach it to you DSL router.[more]

Posted in : AVR projects | Clock projects | Display projects

How to : Printing Custom Characters on a Character LCD

Printing Custom Characters on a Character LCD
This article discusses how to overwrite bytes in the CGRAM to display custom bit-map graphics on a Hitachi HD44780-compatible character LCD display. A method is described of transforming a raster image to an array of values that are a monochrome bit-map representation of the original.[more]

Posted in : Display projects | How to

3 wires interface for LCD display

3 wires interface for LCD display
This is a cheap alternative to serial LCDs. This post is based in the work made previously by tomek in wiring LCD displays using 4 bits. The basic idea is to group the 7 pins that are needed to drive the LCD in only 3 using a shift register. [more]

Posted in : Arduino projects | Display projects

Next Page »