This repository includes the parts list, CAD files and the codebase for the teleoperated robot built as part of an HRI course.
- Install Arduino IDE
- Install ESP32 boards
- Install VL53L0X library for sensors
- Install ESPAsyncWebServer
- Install USB_STREAM
- Inside
~/Documents/Arduino/libraries/ESP32_USB_Stream-master/src/original/include/arduino_config.hchangeCONFIG_CTRL_TRANSFER_DATA_MAX_BYTESto 2048
- Inside
- Install littleFS
- Follow the config settings
- Try compiling...
- May want to look at this if you got the "
mbedtls_md5_startsnot found" issue...
Make sure to set the following before upload:
Config
And always use chrome with the following setting:
Chrome Security Setting Override
- Lab 1
- Lab 2
- Lab 3
- Lab 4
- Final

