We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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?