lights.png (742Bytes)
Thanks for the reply
Thanks for the reply Duane.
This board should be suitable for outdoor use (during day time) and be easily seen by people from ~30m away.
No specific size but I assume that the 3 7-segment (or bunch of LED’s) should be about 400mm wide and 200mm high.
So not 100% sure about power needs currently.
Yeah I do realise a Raspberry Pi is far and beyond what I need, but if I am somehow able to use one as a controller I would love it.
Thanks for the reply
Thanks for the reply Duane.
This board should be suitable for outdoor use (during day time) and be easily seen by people from ~30m away.
No specific size but I assume that the 3 7-segment (or bunch of LED’s) should be about 400mm wide and 200mm high.
So not 100% sure about power needs currently.
Yeah I do realise a Raspberry Pi is far and beyond what I need, but if I am somehow able to use one as a controller I would love it.
I really can’t add anything to what Duane suggested.
The MAX7219 will control 4 7 segment numerals via i2c(?). As the MAX7219 can control 4 7 segment displays, you might be able to use it to control the 8 individual LEDs as well. A shift register (74hc595) would be a good plan for the 8 individual lights. It sounds like you may need some extra support circuits to drive your display at the current levels I would guess you will need to make it visible at a distance for which you are asking. If you are dead set on the RPi, it would at least make it easy to update via wireless. At least then, your display would only require power. If you didn’t want to go the wifi route, you could use one of the many other available wireless options (BT, xbee, nrf24l01, etc). My only argument against the RPi for this install is, if you don’t use wifi, you really could save yourself a good deal of cash by using something like a Pro Mini clone. Heck, an xBee might be able to drive the signals to the extra chips all by itself, if you were to go that route. That may be a stretch though.