OpenBot icon indicating copy to clipboard operation
OpenBot copied to clipboard

ESP32-S3 support

Open samuk opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I have a ESP32-S3 based robot that I'd like to use with openbot

Describe the solution you'd like ESP32-S3 support is added

Describe alternatives you've considered Using and alternate older MCU

Additional context This is the desktop sized bot I'd like to use https://rosmo-robot.github.io/

samuk avatar Mar 16 '24 23:03 samuk

https://github.com/ob-f/OpenBot/issues/455 Adding esp32-s3 can be easily done in the firmware. You need to start with defining the peripheral pin configuration #define. As far as I have studied the firmware, there is no difference between esp32 and esp32-s3. The firmware code is not very readable, but the definitions are clearly written. You can copy the robot profile from the image and reassign the pins. True, the esp32 has some subtleties, not all pins can work as output. But since you have a working robot, the correct configuration has already been taken care of.

marshalab avatar Feb 19 '25 12:02 marshalab