do you plug the sensors into the ssc-32 or the Bot Board? on either one, how many sensors can they support? thanx in advance.
Usually, you’ll plug your sensors into your BotBoard.
The microcontroller has 16 free I/O pins, so you can have up to 16 sensors.
You could connect up to four more sensors into the ABCD inputs of the SSC-32.
However, the SSC-32 has no way of acting upon this sensor data.
So, if your SSC-32 is attached to your BotBoard, then you can have the BotBoard ask the SSC-32 what those sensor values are.
Then the BotBoard can act upon that information, and tell the SSC-32 to do something, if necessary.
You can also do the same exact scenario with a PC instead of a BotBoard.