About: I'm going to make a Narrow casting Solution that shows a digital clock and a scrolling message on LCD-screens.
Why: I the firm I work, we need digital clocks and messages shown in different places. (could be useful in schools too)
Before: I already have made something similar with a PC running a custom program in adobe air. The screens are connected the computer with a vga splitter and a vga over Cat 5. This works, but the vga-splitter and vga-to-cat5 are expensive.
How: Now this is the interesting part XD
What we need is at least 1 arduino being the master and 1 or more being the slaves.
Master Arduino:
- webserver where you can submit your text.
- sendprotocol for sending your message to the slave arduino's
Slave Arduino's:
- show time (hh:mm:ss)
- show scrolling message
needed hardware:
master: arduino, Ethernet Shield, realtime clock
slave(s): arduino, Ethernet Shield, realtime clock, output display (I would use MicroVGA to show on 19" LCD screen)
(a cry) for help: Are there people out there willing to help making this project?