ofxTouchBoard is an openFrameworks addon for receiving data from the Bare Conductive Touch Board. You need to upload the DataStream program on your Touch Board for the addon to work.
The addon usage is pretty simple. You first setup the port on which your Touch Board is connected (or don't and the addon will ask you at runtime, showing you a list of available devices).
Then you call an update
method every frame and that's it. The addon gives you access to a vector containing the data sent by the Touch Board for each electrode.
The addon has the following features:
- You can listen to touch and release events
- You can use either the Touch Board touch and release thresholds or use the addon thresholds (useful if you want to control the thresholds in live)
- You can use multiple Touch Boards at the same time
- Works on Raspberry Pi (v1 and v2)