Support to ESP32-S3-WROOM-1 #294
-
|
I have an ESP32-S3-WROOM-1 (N16R8) here, the same model as the link below. https://pt.aliexpress.com/item/1005006036815289.html My question is, can I flash the NerdMiner firmware on it? But in the flash I choose "ESP32-WROOM" or something else that is S3 like "M5-StampS3" or "LILYGO S3 Dongle"? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
|
Dear, You can build "ESP32-S3-devKitv1" it was meant for that the ESP32 S3 Devkit V1 and your board is an clone from that model. 😉 It will work on your board but the RGB led seem to be on the pin 47 whereas the AI-S3 has the pin 48. You can change it in "platformio.ini" before building. Enjoy |
Beta Was this translation helpful? Give feedback.
-
|
https://flasher.bitronics.store/ i used this flasher |
Beta Was this translation helpful? Give feedback.

Dear,
You can build "ESP32-S3-devKitv1" it was meant for that the ESP32 S3 Devkit V1 and your board is an clone from that model. 😉
It will work on your board but the RGB led seem to be on the pin 47 whereas the AI-S3 has the pin 48. You can change it in "platformio.ini" before building.
Enjoy