
Getting Started with the ESP32 - Using the Arduino IDE
- Install Max 9
- Install Arduino IDE https://www.arduino.cc/en/software
- In Arduino IDE library manager install ‘OSC by Adrian Freed’ driver (manually scroll to O to find)
- Download ESP32S3SythPatch.maxpat + ESP32S3MaxMSPTouchSensorsOSC.ino (file in Slack #media-exchange)
- Plug into USB cable into ESP32 on breadboard into ‘UART port’
- 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
- Board selection - should be the port you plug the usb in
- Change script wifi and password to local network (ssid: UBCIM4 / pw: 111111111 in class) and your computer IP in ipout
- Click Arrow to compile and upload to ESP32
- Make sure to set baud 115200 In Serial Monitor (top right circle)