This is my very first blog post and I do not expect it to be very nice. Anyway I have to start somewhere.
I have always wanted to play with LEDs and micro-controllers and after some of this, I stumbled upon this project
I went ahead and implemented it. it was very beattiful as seen on the video. I encountered the following problems with the hardware.
- the dispaly was based on the 89c51 which has limited resourses therefore not accomodating longer messages.
- the messages were stored in an external EEPROM which was hard to get
After editing the code quite a bit I was able t port the project to atmega32.
download it here and enjoy.
Post any comments and or improvemts.