Reverse Engineering Tool running on RoboBoard X4. Supports USB and Wi-Fi connection.
RoboBoard X4 CAN bus documentation can be found in RoboBoard -> CAN.
- Download ESP32RET-master.zip end extract it.
- Rename
ESP32RET-master
toESP32RET
. - Open
ESP32RET.ino
in Arduino IDE. - Compile and upload code to RoboBoard X4.
Download SavvyCAN.
- Connect USB cable from RoboBoard X4 to PC.
- In SavvyCAN click "Connection" -> "Open Connection Window".
- Click "Add New Device Connection".
- Select "Serial Connection (GVERT)" and Serial Port.
- Click "Create New Connection" and close window.
- Connect PC to Wi-Fi access point "RoboBoardX4-GVRET".
- In SavvyCAN click "Connection" -> "Open Connection Window".
- Click "Add New Device Connection".
- Select "Network Connection (GVERT)" and IP
192.168.4.1
. - Click "Create New Connection" and close window.
- Connect USB cable from RoboBoard X4 to PC.
- Open Serial Monitor with baud rate
1000000
. - Type
?
to print help menu.
This project is a modified fork of ESP32RET.