RYMCU_ESP32_S3
1. install environment
- open download page
- download Universal Online Installer 2.21 Windows 10, 11 Size: 4 MB
- open with admin
- install driver
2. vscode and extension
- open vscode extensions
- search esp
- install espressif idf
- reload your vscode and watting esp-idf auto config
- to check vscode configuration :
ctrl+shift+p
and inputsetting json
- config extension:
ctrl+shift+p
and inputesp-idf: welcom
- click
configure extension
- click
user existing setup
- click your env
3. install usb driver
- download CH343SER and install with admin
or
4. getting started
- vscode
ctrl+shift+p
and inputESP-IDF: welcom
- use current esp-idf examples
- create project
5. config board
- open your project
blink
- vscode
ctrl+shift+p
and inputESP-IDF:Device configuration
- set target
- set port: check port and set port
- check: my port was com6
- update com1 to com6
- change code
RGB GPIO was GPIO38 but the code was GPIO48
change it
build and flush
- monitor:
ctrl+shit+p
and inputesp-idf: monitor your device
and then you can see your device status
no chinese and i think this was a internetional platform so keeping english please