Sending bluetooth commands from remotely?

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
chien_fu
 
Posts: 12
Joined: Tue Dec 10, 2013 9:53 am

Sending bluetooth commands from remotely?

Post by chien_fu »

I have an application where I need to control an arduino via bluetooth. I am using Duemilanove w/atmega328.
There is an android device in close proximity to the arduino and is paired via bluetooth. However there are no humans in the area.

I need a second android device (or web-based app) to initiate bluetooth commands to be sent from the unmanned android device to the arduino.

Is there a better way of doing this? I had tried Teleduino to communicate with the arduino directly, but it does not look like it supports WIFI (tried using CC3000)

Thanks, I'm fairly new to this and any help is appreciated.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Sending bluetooth commands from remotely?

Post by adafruit_support_mike »

If you're sending data to the Arduino through a Bluetooth connection anyway, is there a reason your second Android device can't just connect to the Arduino?

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”