How to get data from an ethernet connection to an LED display?

Status
Not open for further replies.

Doh! I only have 2 of the 4511s. But I do have an ICM7212 4 digit decoder driver, any good?

Al
 


Hi Eric nice to hear from you again mate. As to the decorating mine is all done, yours done yet?

As to your questions, no parallel port or even serial! Only outputs are USB, Firewire and Ethernet.

Yes I was planning on using the serial LED, but with what everyone is replying with I may end up using ordinary 7 segs instead.

All the best...........Al
 
Doh! I only have 2 of the 4511s. But I do have an ICM7212 4 digit decoder driver, any good?
That would work too. It is very similar to the circuit I posted, but all in one chip.

You really have to decide whether you want to use the USB interface to do the double duty of decoding the Ibus. If not, the Velleman kit and the ICM7212 will work. If you want to decode the Ibus, then the more versatile/complex UBW is the way to go. It could be done with the Velleman too, but you'd need to add a 2nd PIC to decode the Ibus.
 
Last edited:


Hi mate,

The UBW seems the way to go then but could you explain how I would interface both the 1 wire of the Ibus, the LED display and the USB from the PC at the same time?

I will probably just order one of the kits from sparkfun if it will do all that. Will it? And is there a specific one which would be best?

Thanks for your patience..........Al
 
The UBW seems the way to go then but could you explain how I would interface both the 1 wire of the Ibus, the LED display and the USB from the PC at the same time?
Since the UBW code is open source, you can modify the 18F2553 firmware to add code. Since the Ibus is really just 1 wire serial in 9600bps (8E1) format, the 18F2553's UART should be able to snoop the Ibus. Though I haven't looked into it in detail, it looks like it would work with the hardware UART on the 18F2553 if interfaced via a TH3044 or equivalent circuitry. To communicate with the LED display, you could use the 18F2553's MSSP module in SPI mode. All this would require modification of the C code supplied with the UBW. If you don't already know C, this is not a good starter project.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…