I want to run this project by the Wise Ones while I'm still in the planning stage. I am looking at renovating and upgrading an old scoreboard. At this point I have not had a chance to even look at the existing controls and hardware so this is somewhat theoretical.
What I know:
The unit has a remote control which tells me it's not as old as I was led to believe, but who knows. It uses incandescent light bulbs to form the digits. It has some kind of controller base unit. From the press box to the board has to be 300+ feet as the crow flies, so likely 400+ if the conduit/cables go along the outside of the field.
What I don't know:
What kind of controller and how does it manage/communicate with the board. What is the voltage at the board, high or low voltage. Is the source of that voltage at the board or does it go through transmission of some kind. What kind of communication cabling is there, number of conductors to repurpose.
What I'm thinking of doing:
The plan right now is to convert from bulbs to these 12VDC LED modules. Then use an Arduino, MAX7219CNG, eight 16ch Multifunction RS485 Relay Boards with RS485 switch boards.
I will write the sketch to control increment and decrement of the various digits/LED's as well as a simple count down minute timer. I'd like to retain the use of the remote since I know that's not difficult to do, but I'd also like to make a control base with buttons.
By my count, using three LED modules per segment and one per individual count, I'll need:
8 - 8 channel relay boards; using 59 of the 64 relays driving 162 LED modules. Each segment made of 3 LED modules in series, triggered by one relay.
Initial concerns:
Communication. I think I'll need RS485 due to the possible transmission distance. That being said, which end of the comm line do I put various components? Keep the Arduino and remote sensor in the control base, communicate to the MAX7219 in the score board over RS485 and and have local relay board management in the scoreboard itself? Or do I put the MAX7219 in the control base and it communicates to the relay boards over RS485?
My primary concern right now is the communication between controls and score board.