RYMCU

ESP32_S3_01

devcui 4 月前
# ESP32-S3

所属作品集

RYMCU_ESP32_S3

1. install environment

  • open download page
  • download Universal Online Installer 2.21 Windows 10, 11 Size: 4 MB
  • open with admin
    image.png

image.png

image.png

image.png

image.png

image.png

image.png

  • install driver

image.png

2. vscode and extension

  • open vscode extensions
  • search esp
  • install espressif idf

1685284063113.jpg

  • reload your vscode and watting esp-idf auto config
  • to check vscode configuration : ctrl+shift+p and input setting json

image.png

  • config extension: ctrl+shift+p and input esp-idf: welcom

image.png

  • click configure extension

image.png

  • click user existing setup

image.png

  • click your env

image.png

3. install usb driver

  • download CH343SER and install with admin
    1ff8d706e7b064064c0faf044bca7c1.jpg

image.png

or

4839a641720aebc56866fdd05131ec9.jpg

image.png

4. getting started

  • vscode ctrl+shift+p and input ESP-IDF: welcom

image.png

  • use current esp-idf examples

image.png

  • create project

image.png

5. config board

  • open your project blink
  • vscode ctrl+shift+p and input ESP-IDF:Device configuration

image.png

  • set target

image.png

image.png

image.png

  • set port: check port and set port
  • check: my port was com6

image.png

  • update com1 to com6

image.png

  • change code

image.png

RGB GPIO was GPIO38 but the code was GPIO48

image.png

change it

image.png

build and flush

image.png
image.png
image.png

a2ce52672c138f6348e7b83ae624e5b.jpg

  • monitor: ctrl+shit+p and input esp-idf: monitor your device

image.png

and then you can see your device status

image.png

所属作品集

后发布评论
devcui 回复了 海洋

no chinese and i think this was a internetional platform so keeping english please

可以用中文吗?