I am trying to create a Serial link over Bluetooth from processing to an Arduino. I have USB adapter in my PC and a HC-06 Bluetooth adapter on my Arduino. I have it working with Putty, however when I try to run my processing sketch, the onboard blinking LED on the Arduino Bluetooth adapter stutters slightly but fails to stop blinking (which would indicate a connection).
Does anyone have any experience with these modules and be able to help?
Does anyone know whether it is possible to export a processing sketch to run on Raspberry Pi? I'm trying to use the Raspberry Pi to control an arduino for a wireless robot project using the ControlP5 library.
I can run processing on the Pi and run the sketch but it is very laggy (it really only two sliders and two buttons), I'm wondering if it would be quicker it were a standalone application that can be executed on the Pi?
Thanks in advance, any help would be appreciated immensely!