Tag Archives: AVR

ATMEGA USB 003

Blinking LED is not very cool. And not very informative. But we can use LCD module. It is very cheap and available device. There are many types of LCD modules in the world. I am using most popular- HD44780 controller … Continue reading

Posted in Anything | Tagged , | Leave a comment

ATMEGA USB 002

Now we need to test PCB and MCU. To test this hardware we need to run some program. And to build program we need tools. I downloaded and used free software from internet. WinAVR package: http://winavr.sourceforge.net/. Also, I am using … Continue reading

Posted in Anything | Tagged , | Leave a comment

ATMEGA USB 001

In older posts I mentioned, that I resoldered several ATMEL ATMEGA16 processors. So, I decided to build something usefull using this MCU. As this controller has more ROM and RAM, I decided to use only high level programming language- C. … Continue reading

Posted in Anything | Tagged , | Leave a comment

Easy USB with ATMEGA

My computer’s printer port is only one and occupied by printer and JTAG hardware. And I needed more parallel port for my experiments. Something safe for motherboard and something wide. As I mentioned in previous post, one electronics company supplied … Continue reading

Posted in Anything | Tagged | 1 Comment