Page 1 of 1

Is Arduino-XBee able to communicate with Bluetooth phone/PC?

PostPosted: Sun Oct 28, 2012 8:46 pm
by j6433

Re: Is Arduino-XBee able to communicate with Bluetooth phone

PostPosted: Sun Oct 28, 2012 9:50 pm
by zhenning
Yes. Its possible as long as the other side is a pc or other devices that is able to be the master

Re: Is Arduino-XBee able to communicate with Bluetooth phone

PostPosted: Mon Oct 29, 2012 5:30 pm
by robosang
Yup, I have seen several projects uses the Bluetooth module to connect to phone and computer. I have try with computer before. The statement is pointing to master and slave relationship before Bluetooth device. All of the phone and computer have two roles Bluetooth, it can be master and it can be slave. Since Cytron state that their BlueBee is only slave, so you can still connect it to your phone or computer :mrgreen:

Re: Is Arduino-XBee able to communicate with Bluetooth phone

PostPosted: Thu Dec 06, 2012 12:43 pm
by j6433
hmm... i just nid the bluebee to be on the robot and sending the data that it gathered from the sensors to my phone which will display output.. :roll:

Re: Is Arduino-XBee able to communicate with Bluetooth phone

PostPosted: Sat Dec 08, 2012 1:37 am
by zhenning
j6433 WROTE:hmm... i just nid the bluebee to be on the robot and sending the data that it gathered from the sensors to my phone which will display output.. :roll:


You just need to send data to the bluetooth module on your robot like you do rs232/uart communication. The phone will just output the values. There are some bluetooth example in the android sdk example if i am not mistaken

Re: Is Arduino-XBee able to communicate with Bluetooth phone

PostPosted: Sun Dec 09, 2012 1:06 am
by j6433
so it is possible ... o.o just confused, my phone to display output, but it is the bluebee on the robot sending the data...i thought the one sending data is master...:S

Re: Is Arduino-XBee able to communicate with Bluetooth phone

PostPosted: Sun Dec 09, 2012 2:17 am
by zhenning
j6433 WROTE:so it is possible ... o.o just confused, my phone to display output, but it is the bluebee on the robot sending the data...i thought the one sending data is master...:S



The one that send the data is usually the slavE? Only master can request for data. Once that slave is selected, it just keep sending the data.