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

BLUETOOTH - sendind values through

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

BLUETOOTH - sendind values through

Post by roboTT » Thu Nov 06, 2008 11:12 am

Post by roboTT
Thu Nov 06, 2008 11:12 am

Guys,

i would like to send the sensor values via bluetooth to my PC,
i have a RN-1 with the bluetooth module installed already -

is there a chance that i'll connect to the device and while robonova is 'doing it's work' - i'll be able to receive the sensors values?


The idea is to get the sensor values from RN1 via bluetooth and display them on my PC.
Guys,

i would like to send the sensor values via bluetooth to my PC,
i have a RN-1 with the bluetooth module installed already -

is there a chance that i'll connect to the device and while robonova is 'doing it's work' - i'll be able to receive the sensors values?


The idea is to get the sensor values from RN1 via bluetooth and display them on my PC.
roboTT
Savvy Roboteer
Savvy Roboteer
Posts: 62
Joined: Mon Mar 10, 2008 10:06 am

Post by limor » Fri Nov 07, 2008 4:12 pm

Post by limor
Fri Nov 07, 2008 4:12 pm

did you write a program to print values to the serial port connected to the bluetooth and read those values on the PC using the COM interface ?
did you write a program to print values to the serial port connected to the bluetooth and read those values on the PC using the COM interface ?
limor
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1845
Joined: Mon Oct 11, 2004 1:00 am
Location: London, UK

Post by roboTT » Sat Nov 08, 2008 6:12 pm

Post by roboTT
Sat Nov 08, 2008 6:12 pm

Got it.

transmit_data:

S=AD(1)
X=AD(2)
Y=AD(3)

TX 3,S
TX 3,X
TX 3,Y

RETURN

Thanx guys.
Got it.

transmit_data:

S=AD(1)
X=AD(2)
Y=AD(3)

TX 3,S
TX 3,X
TX 3,Y

RETURN

Thanx guys.
roboTT
Savvy Roboteer
Savvy Roboteer
Posts: 62
Joined: Mon Mar 10, 2008 10:06 am


3 postsPage 1 of 1
3 postsPage 1 of 1