-
(First Time only) pair the robot with the pc through bluetooth menu.
-
turn on robot.
-
check name is correct and click connect.
-
wait till connected.
-
press button on robot to start program.
-
Robot will stream data and you can send commands to robot.
-
When done, click disconnect and then turn off robot. (the program won't automatically notify if it has been disconnected. Just toggle the disconnect button manually)
The Terminal accepts certain string formats to display data on the right see below.
(Updates cell at pos x y from bottom left (0,0)) C_x_y_LightLevel_N_S_E_W
"C_1_0_95_316_-1_399_278\n"
SR_FL_F_FR_R_BR_B_BL_L
"SR_72_316_82_399_82_28_59_278\n"
SL_LDR
"SL_95\n"
SE_LEncoder_REncoder
"SE_35_20\n"
#Hints: Build up the strings using sprintf. If there are problems close and restart it. There will be bugs in this.