11 thoughts on “The Simpler USB2LCD

  1. avrfreaks ( http://www.avrfreaks.net/ ) is the site everybody recommends, but I’ve never really gotten into that site. Get datasheets and stuff from atmel’s own website. GCC+GAS compiles fine as an avr cross-compiler and cross-assembler/linker (if you’re under windows it’s probably easier to find a precompiled binary somewhere though). Avrdude, uavrisp and ponyprog are common loader programs, and you can get programmers and prototyping boards from places like sparkfun and olimex, or just wire some up yourself if you feel like it. At least one guy from Atmel hangs out on comp.arch.embedded and will sometimes answer your more abstruse questions.

  2. hmm, it seems(?) that this isn’t compatible with most lcd programs available on the net, but it looks really cool.

    just a suggestion, might it be easier to use a pic with onboard usb (like http://www.sparkfun.com/commerce/product_info.php?products_id=231 ) to reduce the components list, or use a normal pic or avr and a FTDI chip (like the design you also linked to) to do the uart to usb conversion, which i believe now has most of the components except for a couple of capacitors built-in to it.
    i guess I know how to do it hardware-wise, but software-wise is beyond me (not to mention that i really hate c and assembler)

  3. oh come on. what more beautiful hack could you imagine than software usb? why pay for a hardware usb module in a pic or separate chip when you can do it in software AND comply with the specification? tyler, what do you program microcontrollers in? basic?

  4. Ret:
    the link in #2 has compilers for ASM, BASIC, C and PASCAL. So the technical answer would be, Yes. Although C would most likely have the greatest flexibility, likely having the most available libraries already available.

  5. I built a couple of these and they work great! I can recomend I built a couple of these and they work great! I can recommend this project for anyone who wants a really cheap USB-LCD connection. You can find the mega8 controller VERY cheap on Ebay if you look around for a while and buy like 20 of them. I got them for 1 euro each in that quantity a while back. The whole interface will cost you less than 3 euro :)

Leave a Reply to ex-parrotCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.