/esp32_odrive

Serial communication between ESP32 and ODrive Motors/Controllers

Primary LanguageC++MIT LicenseMIT

esp32_odrive

Using ESP32 extra serial communication from HardwareSerial

Links that helped resolve esp32 odrive communication

* Much of the code is from the Example file in ODriveArduino Examples: ODriveArduinoTest

Pin Layout for Sample

 PIN | ESP32 | ODrive
 RX  |    16 |  2
 TX  |    17 |  1
 GND |   GND | GND

Configurations