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

Bluetooth Module Issues. Anybody have similar problems?

Korean company maker of Robot kits and servos designed for of articulated robots. Re-incarnation of Megarobotics.
5 postsPage 1 of 1
5 postsPage 1 of 1

Bluetooth Module Issues. Anybody have similar problems?

Post by yoshi_sx » Fri Jun 18, 2010 3:29 am

Post by yoshi_sx
Fri Jun 18, 2010 3:29 am

Hi guys,

It's me again. :D

This time I have taken the step of installing the robobuilder bluetooth module into my robot. I am intending to use the bluetooth module in conjunction with my custom C firmware.

However, I have run into a roadblock. Now, whenever I press the red square button on the remote, my robot goes into a spasm, repeating the same motion, over and over again.

This has not happened before I installed the bluetooth module. The only way I could stop this spasm, is to connect my robot through HyperTerminal, then press the red square, after which, it would perform two actions, then stop it's movements. It would then be able to respond normally.

Here is the readings from HyperTerminal.

"OK

CONNECT 00 Special event [0000]
0:0:44-686 Do Motion 0000
11 Special event [000B]0:0:45-795 Do Motion 000B
675ED4AA
q0:1:8-547 Do motion 0013?"

Any brother or sister here encounter the same issues as I did?

I would greatly appreciate it if you guys would point out to me what could be the potential issue at hand here.

Cheerios! :D
Hi guys,

It's me again. :D

This time I have taken the step of installing the robobuilder bluetooth module into my robot. I am intending to use the bluetooth module in conjunction with my custom C firmware.

However, I have run into a roadblock. Now, whenever I press the red square button on the remote, my robot goes into a spasm, repeating the same motion, over and over again.

This has not happened before I installed the bluetooth module. The only way I could stop this spasm, is to connect my robot through HyperTerminal, then press the red square, after which, it would perform two actions, then stop it's movements. It would then be able to respond normally.

Here is the readings from HyperTerminal.

"OK

CONNECT 00 Special event [0000]
0:0:44-686 Do Motion 0000
11 Special event [000B]0:0:45-795 Do Motion 000B
675ED4AA
q0:1:8-547 Do motion 0013?"

Any brother or sister here encounter the same issues as I did?

I would greatly appreciate it if you guys would point out to me what could be the potential issue at hand here.

Cheerios! :D
yoshi_sx
Robot Builder
Robot Builder
Posts: 11
Joined: Fri Jun 04, 2010 8:23 am

Post by l3v3rz » Fri Jun 18, 2010 12:19 pm

Post by l3v3rz
Fri Jun 18, 2010 12:19 pm

Hi - I have seen this before - the BT module seems to send a Modem style CONNECT string that the firmware picks up, reads and interprets as issued commands. Its put you into experimental mode. and then done motion commands. I think you need to configure your BT to stop sending the string.

I'm not developing this firmware - instead I'm concentrating on developing DCMP for remote control, and Basic http://code.google.com/p/robobuilderlib/wiki/Basic and http://code.google.com/p/robobuilderlib/wiki/Femto Femto for autonomous control.

cheers
Hi - I have seen this before - the BT module seems to send a Modem style CONNECT string that the firmware picks up, reads and interprets as issued commands. Its put you into experimental mode. and then done motion commands. I think you need to configure your BT to stop sending the string.

I'm not developing this firmware - instead I'm concentrating on developing DCMP for remote control, and Basic http://code.google.com/p/robobuilderlib/wiki/Basic and http://code.google.com/p/robobuilderlib/wiki/Femto Femto for autonomous control.

cheers
l3v3rz
Savvy Roboteer
Savvy Roboteer
Posts: 473
Joined: Fri Jul 18, 2008 2:34 pm

Post by yoshi_sx » Sat Jun 19, 2010 4:32 pm

Post by yoshi_sx
Sat Jun 19, 2010 4:32 pm

l3v3rz wrote:Hi - I have seen this before - the BT module seems to send a Modem style CONNECT string that the firmware picks up, reads and interprets as issued commands. Its put you into experimental mode. and then done motion commands. I think you need to configure your BT to stop sending the string.

I'm not developing this firmware - instead I'm concentrating on developing DCMP for remote control, and Basic http://code.google.com/p/robobuilderlib/wiki/Basic and http://code.google.com/p/robobuilderlib/wiki/Femto Femto for autonomous control.

cheers


Thank you for your input!

Would you mind pointing out to me, what needs to be changed on the module? I am clueless.. :wink:

If it is of any help, I am using the robobuilder Bluetooth module, preprogrammed to run in mode 3 and 115200 baud rate.

I would greatly appreciate your guidance!

Hopefully, this would not hinder my interest in my robot.. haha!
l3v3rz wrote:Hi - I have seen this before - the BT module seems to send a Modem style CONNECT string that the firmware picks up, reads and interprets as issued commands. Its put you into experimental mode. and then done motion commands. I think you need to configure your BT to stop sending the string.

I'm not developing this firmware - instead I'm concentrating on developing DCMP for remote control, and Basic http://code.google.com/p/robobuilderlib/wiki/Basic and http://code.google.com/p/robobuilderlib/wiki/Femto Femto for autonomous control.

cheers


Thank you for your input!

Would you mind pointing out to me, what needs to be changed on the module? I am clueless.. :wink:

If it is of any help, I am using the robobuilder Bluetooth module, preprogrammed to run in mode 3 and 115200 baud rate.

I would greatly appreciate your guidance!

Hopefully, this would not hinder my interest in my robot.. haha!
yoshi_sx
Robot Builder
Robot Builder
Posts: 11
Joined: Fri Jun 04, 2010 8:23 am

Post by l3v3rz » Sat Jun 19, 2010 5:11 pm

Post by l3v3rz
Sat Jun 19, 2010 5:11 pm

I don't think its at the robobuilder end as I have the same module and didn't have to make any changes to its set up.

I think its your bluetooth driver on your laptop/PC. It thinks its talking to a modem rather than a serial port.

good luck
I don't think its at the robobuilder end as I have the same module and didn't have to make any changes to its set up.

I think its your bluetooth driver on your laptop/PC. It thinks its talking to a modem rather than a serial port.

good luck
l3v3rz
Savvy Roboteer
Savvy Roboteer
Posts: 473
Joined: Fri Jul 18, 2008 2:34 pm

Post by yoshi_sx » Mon Jun 21, 2010 2:00 am

Post by yoshi_sx
Mon Jun 21, 2010 2:00 am

l3v3rz wrote:I don't think its at the robobuilder end as I have the same module and didn't have to make any changes to its set up.

I think its your bluetooth driver on your laptop/PC. It thinks its talking to a modem rather than a serial port.

good luck


Thank you brother!
l3v3rz wrote:I don't think its at the robobuilder end as I have the same module and didn't have to make any changes to its set up.

I think its your bluetooth driver on your laptop/PC. It thinks its talking to a modem rather than a serial port.

good luck


Thank you brother!
yoshi_sx
Robot Builder
Robot Builder
Posts: 11
Joined: Fri Jun 04, 2010 8:23 am


5 postsPage 1 of 1
5 postsPage 1 of 1