-
Serial inout now working
02/01/2016 at 16:55 • 1 commentSo after the basic firmware which I did first for testing, I did now expand that a bit. Now characters received over the the UART interface are shown on the display. The characters a decoded as normal ASCII characters. After some trouble this is also working stable. Thinks that gone wrong:
- Using the TX line as a digit output was not a good idea. I do have even PINs left over.
- UART on a AVR does not work good with the internal oscillator. So I had to solder a resonator on the PCB (footprint was available)
Some ideas for a next revision:
- Do not use TX for segment.
- Make TX accessible from the side to chain displays
So here is a picture showing some test letters. The board in the front is a normal USB to UART converter.
The characters sent here are:
Test#7
One good thing about using the serial interface is that you get a display which is compatible to a huge number of devices.
I did also add a link to bitbucket repository. There you can find the early firmware version of today.
-
HelloW(orld)
01/31/2016 at 14:28 • 3 commentsHere is a first image of a working display. The software is not ready yet. There is still a lot to do. The test firmware used for this picture can just show this HelloW(orld) example and nothing more.