Browse over 10,000 Electronics Projects

LCD2USB

LCD2USB

LCD2USB is a open source/open hardware project. The goal of LCD2USB is to connect HD44780 based text LCD displays to various PCs via USB. LCD2USB was meant to be cheap and to be made of easily available parts. It is therefore based on the Atmel AVR Mega8 CPU and does not require any difficult to obtain parts like separate USB controllers and the like.
LCD2USB makes use of several projects to achieve this goal. LCD2USB is based on: LCD4LINUX, a great framework to use small LCDs with linux,
AVR-USB, a pure software implementation of USB for the AVR plattform,
USBtiny, another software usb implementation for the AVR, and
Peter Fleurys LCD routines for the AVR.



Advertisement1


The hardware of the LCD2USB interface consists of the Atmel AVR Mega8 CPU, a cheap and easy to obtain microcontroller with 8 KBytes flash (of which ~3k are used in this application) and 2 KBytes RAM. The processor is surrounded by few parts, mainly connectors to interface to the PC and the LCD. The USB interface of the LCD2USB interface is based on a pure software implementation and uses three pins of the AVR (PC0, PC1 and PD2). This software implementation supports low speed USB only which is signalled to the PC by resistor R1. The current version 1.1 of the LCD2USB operates the USB data lines at 3.6V which complies to the USB spec and increases compatibility over version 1.0.

Visit Here for more.

 


Top