Skip to content

CAN Reverse engineering tool for RoboBoard X4

License

Notifications You must be signed in to change notification settings

totemmaker/ESP32RET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32RET

Reverse Engineering Tool running on RoboBoard X4. Supports USB and Wi-Fi connection.

RoboBoard X4 CAN bus documentation can be found in RoboBoard -> CAN.

Setup

  1. Download ESP32RET-master.zip end extract it.
  2. Rename ESP32RET-master to ESP32RET.
  3. Open ESP32RET.ino in Arduino IDE.
  4. Compile and upload code to RoboBoard X4.

Connecting to SavvyCAN

Download SavvyCAN.

Over USB

  1. Connect USB cable from RoboBoard X4 to PC.
  2. In SavvyCAN click "Connection" -> "Open Connection Window".
  3. Click "Add New Device Connection".
  4. Select "Serial Connection (GVERT)" and Serial Port.
  5. Click "Create New Connection" and close window.

Over Wi-Fi

  1. Connect PC to Wi-Fi access point "RoboBoardX4-GVRET".
  2. In SavvyCAN click "Connection" -> "Open Connection Window".
  3. Click "Add New Device Connection".
  4. Select "Network Connection (GVERT)" and IP 192.168.4.1.
  5. Click "Create New Connection" and close window.

Serial console

  1. Connect USB cable from RoboBoard X4 to PC.
  2. Open Serial Monitor with baud rate 1000000.
  3. Type ? to print help menu.

Credits

This project is a modified fork of ESP32RET.

About

CAN Reverse engineering tool for RoboBoard X4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • C 2.4%