Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

Question about bluetooth

Hitec robotics including ROBONOVA humanoid, HSR-8498HB servos, MR C-3024 Controllers and RoboBasic
4 postsPage 1 of 1
4 postsPage 1 of 1

Question about bluetooth

Post by iamprophet » Thu Nov 08, 2007 9:41 am

Post by iamprophet
Thu Nov 08, 2007 9:41 am

i am a freshman, i have a question about the bluetooth. Can Robonova send signal which can be received by computer through bluetooth? if can, how? Thank you
i am a freshman, i have a question about the bluetooth. Can Robonova send signal which can be received by computer through bluetooth? if can, how? Thank you
iamprophet
Newbie
Newbie
Posts: 2
Joined: Thu Nov 08, 2007 8:43 am

Post by logicerror » Thu Nov 08, 2007 6:58 pm

Post by logicerror
Thu Nov 08, 2007 6:58 pm

Yeah, of course you can. Bluetooth is 2-way communication. You receive commands through the ERX in Robobasic, and transmit through ETX. They are described in the manual.
Yeah, of course you can. Bluetooth is 2-way communication. You receive commands through the ERX in Robobasic, and transmit through ETX. They are described in the manual.
logicerror
Robot Builder
Robot Builder
Posts: 19
Joined: Tue Apr 24, 2007 1:15 pm

Post by iamprophet » Fri Nov 09, 2007 3:43 am

Post by iamprophet
Fri Nov 09, 2007 3:43 am

Thank you for your reply. i have tried some times, but failed. Maybe i have some mistakes in my code. Could you have a look at my code below and give some advices? Thank you!

Receive code:

DIM A AS BYTE
MAIN:
ERX 4800, A, MAIN
ON A GOTO MAIN,key1
key1:
do someting......
RETURN

Transmit code:

DIM B AS BYTE
MAIN:
ETX 4800, 1
DELAY 1000
GOTO MAIN
.......



Maybe i did not choose the correct config of 'XM100' which is a kind of bluetooth control device. If you have the same decive, could you tell me the correct config for transimit or receive? If you use different device, would you tell me how you did it? Thank you!
Thank you for your reply. i have tried some times, but failed. Maybe i have some mistakes in my code. Could you have a look at my code below and give some advices? Thank you!

Receive code:

DIM A AS BYTE
MAIN:
ERX 4800, A, MAIN
ON A GOTO MAIN,key1
key1:
do someting......
RETURN

Transmit code:

DIM B AS BYTE
MAIN:
ETX 4800, 1
DELAY 1000
GOTO MAIN
.......



Maybe i did not choose the correct config of 'XM100' which is a kind of bluetooth control device. If you have the same decive, could you tell me the correct config for transimit or receive? If you use different device, would you tell me how you did it? Thank you!
iamprophet
Newbie
Newbie
Posts: 2
Joined: Thu Nov 08, 2007 8:43 am

Post by bbrainmonkey » Sun Nov 11, 2007 9:56 pm

Post by bbrainmonkey
Sun Nov 11, 2007 9:56 pm

Hey, I'm in 8th grade. How is it being into robotics so young?
Hey, I'm in 8th grade. How is it being into robotics so young?
10 Shoot
20 Die
30 Goto 10
bbrainmonkey
Savvy Roboteer
Savvy Roboteer
Posts: 36
Joined: Thu Nov 08, 2007 3:34 am
Location: Connecticut


4 postsPage 1 of 1
4 postsPage 1 of 1