Getting Started
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:Some other tutorials //www.dropbox.com/scl/fo/6znlij3eb23ih4jxcpv2w/AKvB1t9CCUgoVRVtGen8Yrw?rlkey=z84anl0hs940qf9fpl7l8q8q2&e=1&dl=0 refrences -
https://github.com/
-
lafvintech/Basic-Starter-Kit-for-ESP32-S3-WROOM
Other - espressif/esp-idf
- espressif/arduino-esp32
- basic-starter-kit-for-esp32-s3-wroom.readthedocs
- esp32 forum
- esp32 datasheet
- Migrating from API 2.X to 3.0
-
lafvintech tutorial starter kits
and(paid)tutorials
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
Resistors
https://youtu.be/GLD7AgAYqwA?si=PAXfX2nbv8g97o_8&t=53Youtube video