by PedroR » Tue Nov 24, 2009 1:48 pm
by PedroR
Tue Nov 24, 2009 1:48 pm
Hi Guys
I wanted to post a
general troubleshooting guide for VRbot.
STEP 1:
If you can't access the board via the GUI, please ensure all connections are correct and in particular:
- RX of VRbot connects to TX on the host device
- TX on VRbot connects to RX on the host device
(here Host device is the Arduino/Robonova/Atmega, etc).
Additionally make sure you are applying 5V to the board and that you have Vcc and GND correctly connected.
STEP 2:
Once you do you that, and if the VRbot GUI does not connect,
you can quickly troubleshoot if the board is working by connecting to it via Hyperterminal or a similar program. The procedure is described bellow.
This procedure is specially useful for people using Arduino and other platforms as the sample code sometimes does not work out of the box (because the current sample code it was not written for Arduino USB boards).
- Download the freeware TeraTerm here
http://en.sourceforge.jp/projects/ttssh2/releases/
You can use any other Terminal software; for the purpose of this tuturial we'll be using Teraterm.
- If you have a USB to TTL UART serial adapter (one that works at 5V), connect VRbot to the USB to TTL UART serial board (connect all pins of VRbot to the USB to TTL board, including Vcc and Gnd; remember RX goes to TX and TX goes to RX).
- If you don't have a board such as the above, (1) connect VRbot to your platform (Robonova, Arduino, etc) and (2) download the bridge program to the platform.
Once you download the bridge program, (3) start the program.
- On the PC open TeraTerm and connect to the COMM port where the USB2TTL is connected (or the COMM port of your platform with where the bridge program is running if you chose this solution).
Connection details: 9600bps, No parity, 1 Stop bit, no flow control.
- Now test the communication:
Press lowercase x on your keyboard and then press SPACE.
You should receive a reply.
Repeat the procedure several times.
If VRbot replies, it means it is working properly.
Remember to
always press SPACE after pressing x or otherwise, VRbot won't send the response.
It is normal that you don't see the characters you type. If you want to see the characters you type, enable an option called "Local Echo".
If you determine the module is working, then it is most likely a software issue.
In any case you can post here or contact us and we'll guide through fixing the issue.
Regards
Pedro.
Hi Guys
I wanted to post a
general troubleshooting guide for VRbot.
STEP 1:
If you can't access the board via the GUI, please ensure all connections are correct and in particular:
- RX of VRbot connects to TX on the host device
- TX on VRbot connects to RX on the host device
(here Host device is the Arduino/Robonova/Atmega, etc).
Additionally make sure you are applying 5V to the board and that you have Vcc and GND correctly connected.
STEP 2:
Once you do you that, and if the VRbot GUI does not connect,
you can quickly troubleshoot if the board is working by connecting to it via Hyperterminal or a similar program. The procedure is described bellow.
This procedure is specially useful for people using Arduino and other platforms as the sample code sometimes does not work out of the box (because the current sample code it was not written for Arduino USB boards).
- Download the freeware TeraTerm here
http://en.sourceforge.jp/projects/ttssh2/releases/
You can use any other Terminal software; for the purpose of this tuturial we'll be using Teraterm.
- If you have a USB to TTL UART serial adapter (one that works at 5V), connect VRbot to the USB to TTL UART serial board (connect all pins of VRbot to the USB to TTL board, including Vcc and Gnd; remember RX goes to TX and TX goes to RX).
- If you don't have a board such as the above, (1) connect VRbot to your platform (Robonova, Arduino, etc) and (2) download the bridge program to the platform.
Once you download the bridge program, (3) start the program.
- On the PC open TeraTerm and connect to the COMM port where the USB2TTL is connected (or the COMM port of your platform with where the bridge program is running if you chose this solution).
Connection details: 9600bps, No parity, 1 Stop bit, no flow control.
- Now test the communication:
Press lowercase x on your keyboard and then press SPACE.
You should receive a reply.
Repeat the procedure several times.
If VRbot replies, it means it is working properly.
Remember to
always press SPACE after pressing x or otherwise, VRbot won't send the response.
It is normal that you don't see the characters you type. If you want to see the characters you type, enable an option called "Local Echo".
If you determine the module is working, then it is most likely a software issue.
In any case you can post here or contact us and we'll guide through fixing the issue.
Regards
Pedro.