Windows 10
VS Code: 1.103.0
ESP-IDF: V5.5
ESP-IDF Extension for VS Code: Version: 1.10.2
Board: ESP32-S3-Nano - https://www.waveshare.com/wiki/ESP32-S3-Nano
I'm trying to upload the Hello World sample to my ESP32-S3-Nano.
It Builds ok. But I get the following message when I try to Flash using UART ...
Search found 5 matches
- Sat Aug 09, 2025 4:34 pm
- Forum: General Discussion
- Topic: ESP32 S3 Nano connection
- Replies: 0
- Views: 167
- Sat Aug 09, 2025 3:53 pm
- Forum: ESP-IDF
- Topic: idf.py dfu-flash says "No such option: --path"
- Replies: 1
- Views: 309
Re: idf.py dfu-flash says "No such option: --path"
did you resolve this issue, I have the same
- Wed May 05, 2021 10:48 am
- Forum: ESP-ADF
- Topic: play_mp3_example errors
- Replies: 2
- Views: 6892
Re: play_mp3_example errors
So I followed the advice given in this post:
viewtopic.php?f=20&t=20741&sid=d550ca73 ... f40042f786
I even started another copy of the play_mp3_example.
I selected the Lyrat V4.2 board in HAL.
Now I get 3 warnings before I change anything:
viewtopic.php?f=20&t=20741&sid=d550ca73 ... f40042f786
I even started another copy of the play_mp3_example.
I selected the Lyrat V4.2 board in HAL.
Now I get 3 warnings before I change anything:
- Mon May 03, 2021 3:08 pm
- Forum: ESP-ADF
- Topic: play_mp3_example errors
- Replies: 2
- Views: 6892
play_mp3_example errors
In Visual Studio Code when building "play_mp3_example" if I have an error like an un-used variable it builds ok but I get a warning message about the un-used variable and another warning on the line:
ESP_LOGI(TAG, "[2.2] Create i2s stream to write data to codec chip");
i2s_stream_cfg_t i2s_cfg ...
ESP_LOGI(TAG, "[2.2] Create i2s stream to write data to codec chip");
i2s_stream_cfg_t i2s_cfg ...
CMAKE
As a novice:
Where can I find a list of the CMAKE commands please.
Where can I find a list of the CMAKE commands please.