Skip to content
Snippets Groups Projects
Commit 11eeaad2 authored by Mina Mayo-Smith's avatar Mina Mayo-Smith
Browse files

Update 7 files

- /docs/development/02-process.md
- /docs/images/FINAL PROJ/esp32_setup05.jpg
- /docs/images/FINAL PROJ/esp32_setup01.jpg
- /docs/images/FINAL PROJ/esp32_setup02.jpg
- /docs/images/FINAL PROJ/esp32_setup03.jpg
- /docs/images/FINAL PROJ/esp32_setup04.jpg
- /docs/images/FINAL PROJ/board_port01.jpg
parent 83545bce
No related branches found
No related tags found
No related merge requests found
Pipeline #434927 passed
......@@ -286,6 +286,39 @@ Steps:
4. Upload Code to ESP32
For step 1: I am following this [link](https://www.iottechtrends.com/program-esp32-on-arduino-ide/?fbclid=IwAR1W8dblx-idwUIDvSSKgXqxPp-xUp5z3Nx4CDEQd2OLjUCn-G3ag2rRusU). I open Arduino IDE then click on File > Preferences and paste the link below to be able to install the ESP32 Board in Arduino IDE boards library.
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
![Alt text](<../images/FINAL PROJ/esp32_setup04.jpg>)
Then I go to Boards Manager and install the ESP32 board by **Espressif Systems**
![Alt text](<../images/FINAL PROJ/esp32_setup01.jpg>)
For steps 2-4: I am following this [link]((https://www.deviceplus.com/arduino/lets-play-with-esp-wroom-32-on-arduino-environment-construction-setup-led-blinking/?fbclid=IwAR2MLQgIpNsol_VAYNStH30PhUcd88YtlfI8wNJf24LJSBCFq3KU3BKcsCg))
First, I download the ZIP folder from this [github website](https://github.com/espressif/arduino-esp32)
![Alt text](<../images/FINAL PROJ/esp32_setup05.jpg>)
For step 3: I download these softwares for my Driver from this [Silicon Labs](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads) website. I downloaded the 1st and 3rd
![Alt text](<../images/FINAL PROJ/esp32_setup03.jpg>)
Now I have these downloaded folders..
![Alt text](<../images/FINAL PROJ/esp32_setup02.jpg>)
Finally, I go back to **Arduino IDE** and choose my **Board** and **Port** in **_Tools_**
Board: **ESP32S3 Dev Module**
Port: For me it is **COM3** but could be different for you
![Alt text](<../images/FINAL PROJ/board_port01.jpg>)
_.... to be continued_
#### XIAO-ESP32-C3 board set up
!!! example "**XIAO ESP32-C3** Information"
......
docs/images/FINAL PROJ/board_port01.jpg

34.6 KiB

docs/images/FINAL PROJ/esp32_setup01.jpg

21 KiB

docs/images/FINAL PROJ/esp32_setup02.jpg

14.9 KiB

docs/images/FINAL PROJ/esp32_setup03.jpg

26.8 KiB

docs/images/FINAL PROJ/esp32_setup04.jpg

27.8 KiB

docs/images/FINAL PROJ/esp32_setup05.jpg

28.4 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment