Red Squirrel
No Lifer
Be careful about ground reference between different pieces of equipment too. Just make sure that if you take 5v from one place it's actually 5v at the other place. Ex: same ground reference.
Did that mistake with a solar charge controller. The minus from the solar panel was not the same as the minus from the power out. So trying to measure it or do anything with it ended up creating wacky results.
At this point I would just go the microcontroller route tbh. You could expand it to control the entire cabinet, such as select the game and do other things. You can easily set relay delays etc too. So 1 relay turns PSU on, waits 2 seconds, then another relay turns on and off to simulate hitting the power switch. It also gives you lot of flexibility on pretty much any other behaviour you want as you can just code it in. You could also have it control other aspects such as turn on cooling fans if the cabinet gets too hot, pretty much anything of that nature would be easy to do.
Did that mistake with a solar charge controller. The minus from the solar panel was not the same as the minus from the power out. So trying to measure it or do anything with it ended up creating wacky results.
At this point I would just go the microcontroller route tbh. You could expand it to control the entire cabinet, such as select the game and do other things. You can easily set relay delays etc too. So 1 relay turns PSU on, waits 2 seconds, then another relay turns on and off to simulate hitting the power switch. It also gives you lot of flexibility on pretty much any other behaviour you want as you can just code it in. You could also have it control other aspects such as turn on cooling fans if the cabinet gets too hot, pretty much anything of that nature would be easy to do.