Getting Started
Download Arduino IDE here
https://www.arduino.cc/en/software
unzip arduino-ide_2.3.4_Linux_64bit.zip -d ./arduino-ide_2.3.4
cd arduino-ide_2.3.4/
sudo chown root:root /home/shaun/Downloads/arduino-ide_2.3.4/chrome-sandbox
# Maybe
sudo chmod 4755 /home/shaun/Downloads/arduino-ide_2.3.4/chrome-sandbox
# For permissions to access USB devices
newgrp uucp
newgrp dialout
# Start IDE
./arduino-ide
I bought this board
https://www.amazon.com/dp/B0BVZBTP8V?ref=ppx_yo2ov_dt_b_fed_asin_title
Tutorials specific to this board are here
https://basic-starter-kit-for-esp32-s3-wroom.readthedocs.io/en/latest/about_this_kit.html
https://github.com/lafvintech/Basic-Starter-Kit-for-ESP32-S3-WROOM
Other kits and tutorials are here
https://lafvintech.com/pages/tutorials
Espressif examples and API reference
https://github.com/espressif/esp-idf/tree/master/examples
https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/index.html