Page 1 of 1

serial LED displays

PostPosted: Tue Mar 12, 2013 6:17 am
by takao21203
It has been a while since I last visited. But I have not abandoned the forum.

I have now improved the firmware for my serial LED displays. All XC8 now.
They are pretty easy to use.

There is a webpage containing pictures, and source codes as well.
It is even available for sale, starting at $3.98

http://pic.hitechworld.org/serial_led.html

Based on 16f54 controller.

Also I have now ordered a PCB for larger 2x 16f59 board. It can control 2x 3-digit LCDs.

Prototype PCB see attach. It is a big effort each time to wire up these displays, and to program the decoding.
When I have the PCBs in a few weeks, all I need is 3 wires.

Re: serial LED displays

PostPosted: Tue Mar 12, 2013 11:27 am
by Brian Griffin
Thanks for sharing the project. Some PIC16Fs have LCD drivers, so that you won't have to deal with the software multiplexing.

Plus, where did you purchase those LCD displays? I can't find it here, or they are extremely expensive at limited quantities from Element14. :D

Re: serial LED displays

PostPosted: Tue Mar 12, 2013 2:09 pm
by ober
Nice work!

Re: serial LED displays

PostPosted: Tue Mar 12, 2013 2:14 pm
by robosang
superb! Thanks for sharing......

Re: serial LED displays

PostPosted: Tue Mar 12, 2013 5:19 pm
by takao21203
Brian Griffin WROTE:Thanks for sharing the project. Some PIC16Fs have LCD drivers, so that you won't have to deal with the software multiplexing.

Plus, where did you purchase those LCD displays? I can't find it here, or they are extremely expensive at limited quantities from Element14. :D


It was difficult in assembler, but in C, the work of an hour.

The PICs which have LCD drivers are more expensive. Also the display has 24 pins already.

The displays costs about $2 from Element 14.

Also the PIC16f59 board can be used for many types of displays, LED matrix.

It is just to save me from the work to wire it again and again, and to write the decoding tables as well.