Hello!
First, my apologies if this is a repeated topic or question, but I can't seem to find a straight forward example of what I'm trying to do, which is this:
I'm working on a controller that will speak to a motor drive via bluetooth. I'm using the pro mini, and the gold sparkfun bluetooth. The information I need to stream includes the two analog reads from the joystick, two button states, and an analog read from an accelerometer (this is so the drive can determine if the device is being held in someones hand, or if is on the floor; a safety).
Does anyone have a lead on where I might have a look at some code that transmits from the arduino over bluetooth? I've seen many posts on communicating with an Android, which I am not doing. The rest seem to be all about receiving data.
Have a look at the examples in Serial Input Basics - especially the 3rd example and the parse example.
These techniques are just as valid for receiving data on a PC or an Android device - obviously they would need to be written in the language you are using on the PC or Android.