ESP32-S3-DevKitC-1-pin-layout.png

Getting Started with the ESP32 - Using the Arduino IDE

  1. Install Max 9
  2. Install Arduino IDE https://www.arduino.cc/en/software
  3. In Arduino IDE library manager install ‘OSC by Adrian Freed’ driver (manually scroll to O to find)
  4. Download ESP32S3SythPatch.maxpat + ESP32S3MaxMSPTouchSensorsOSC.ino (file in Slack #media-exchange)
  5. Plug into USB cable into ESP32 on breadboard into ‘UART port’
  6. Open ESP32S3MaxMSPTouchSensorsOSC.ino in Arduino IDE — you may get a prompt to install another Ardunio ESP32 driver [DO NOT INSTALL THIS IS WRONG DRIVER] — look up ‘ESP32S3 Dev Module’ to install
  7. Board selection - should be the port you plug the usb in
  8. Change script wifi and password to local network (ssid: UBCIM4 / pw: 111111111 in class) and your computer IP in ipout
  9. Click Arrow to compile and upload to ESP32
  10. Make sure to set baud 115200 In Serial Monitor (top right circle)