How to capture a data stream to use in Processing on Android

edited January 2014 in Android Mode

I'm working on a project to capture real-time data on an Arduino and pass it to an Android over bluetooth to present in a Processing application. The structure of both applications are working meaning that the Arduino is collecting the data, packages it and sends it out through the serial port to the bluetooth. On the other end, the Android connects to the bluetooth and I can see the data coming in in Bluetooth SPP. I've searched extensively and and can't seem to find examples of how to grab the incoming data. It would appear that I've got to use something akin to the ProcessingAndroidSerial library but I'm just coming up empty on documentation and better yet code samples.

Any suggestions?

Sign In or Register to comment.