An I/O controller for virtual pinball machines: accelerometer nudge sensing, analog plunger input, button input encoding, LedWiz compatible output controls, and more.
Dependencies:
mbed
FastIO
FastPWM
USBDevice
Fork of
Pinscape_Controller
by Mike R
1 comment:
This one's old and probably not relevant now that you've designed your own separate all-in-one board set, but a couple of comments for future reference...
I think your comment about 24V was based on a previous understanding before you knew about how the low-side switching for the outputs worked. There's nothing that the boards themselves need 24V for; you presumably were talking about being able to hook up 24V feedback devices, which of course you can do, just like you can hook up 50V feedback devices or 6.3V devices or whatever else, in whatever combination.
Re the 3.3V daisy chaining, I'm actually not too keen on that idea. Those little 3.3V regulator chips have a pretty limited load they can handle. Giving each board its own regulator means that no one has to worry about overloading one by adding more boards. It does take up more board space and add another component, but not that much board space, and it's a cheap component.
This one's old and probably not relevant now that you've designed your own separate all-in-one board set, but a couple of comments for future reference...
I think your comment about 24V was based on a previous understanding before you knew about how the low-side switching for the outputs worked. There's nothing that the boards themselves need 24V for; you presumably were talking about being able to hook up 24V feedback devices, which of course you can do, just like you can hook up 50V feedback devices or 6.3V devices or whatever else, in whatever combination.
Re the 3.3V daisy chaining, I'm actually not too keen on that idea. Those little 3.3V regulator chips have a pretty limited load they can handle. Giving each board its own regulator means that no one has to worry about overloading one by adding more boards. It does take up more board space and add another component, but not that much board space, and it's a cheap component.