ArudinoBT Co ntrol via Android and/or iOS

Good day everyone, I know this has been brought up by others, but I have an Arduino BT, and would like to receive analog and serial data from the Arduino BT to an Android Tablet. I am able to connect to the ArduinoBT to load sketches from my Mac, and connect to the Bluetooth on the Tablet.

I am wondering does anyone have a ready made sketch specifically for the Arduino BT and an app already made up for Android that I can read data from.

There are lots of applications out there that can connect with an Arduino with an external Bluetooth module, but I am guess because of the price of the ArduinoBT, not many specifically for it, the ones that are set up for an external Bluetooth module do not work with the ArduinoBT.

I am not a programmer, but I dabble, I also dont have time to develop the app and sketch myself, or learn how to do it right now. If I had a working example, I could take it apart and add what I needed. I have an idea of how I want to use the Bluetooth functionality, and I need a proof of concept. So if you have a working example for the ArduinoBT and would be willing to share or create for a price, please let me know.

Thanks,

Will

:slight_smile: Okay, I figured it out by myself, you have to have a serial.begin statement to set the baud rate to 115200 between the Bluetooth module and the arduino, after you do that, everything works properly.

Cheers,