Search found 44 matches
- Sun Jun 23, 2024 3:12 pm
- Forum: General Discussion
- Topic: T-Display S3 uploaded code from Arduino IDE
- Replies: 1
- Views: 1365
- Tue Jun 18, 2024 6:12 pm
- Forum: General Discussion
- Topic: T-Display S3 uploaded code from Arduino IDE
- Replies: 1
- Views: 1365
T-Display S3 uploaded code from Arduino IDE
Hi,
The sketch running only when the IDE's Serial monitor is open, otherwith, code run Intermittently, how?
Thanks.
The sketch running only when the IDE's Serial monitor is open, otherwith, code run Intermittently, how?
Thanks.
- Thu Jun 06, 2024 9:32 pm
- Forum: General Discussion
- Topic: simple asking if L80-GN GPS can work with any ESP32?
- Replies: 3
- Views: 1586
Re: simple asking if L80-GN GPS can work with any ESP32?
Thanks.
do you have examples?
do you have examples?
- Thu Jun 06, 2024 6:39 pm
- Forum: General Discussion
- Topic: simple asking if L80-GN GPS can work with any ESP32?
- Replies: 3
- Views: 1586
simple asking if L80-GN GPS can work with any ESP32?
any help thankful.
- Wed May 22, 2024 2:29 pm
- Forum: ESP-IDF
- Topic: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
- Replies: 8
- Views: 9551
Re: [SOLVED] Difference between Espressif IDE and Visual Studio Code?
Is that a good start to work with Visual Studio Code + ESP-IDF extension for beginner?
- Sat May 18, 2024 2:13 pm
- Forum: General Discussion
- Topic: FAILED: esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj
- Replies: 2
- Views: 1703
Re: FAILED: esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj
it was build passed by esp-idf-v4.2.
what need change when update from v4.2 to v5.2?
what need change when update from v4.2 to v5.2?
- Sat May 18, 2024 5:46 am
- Forum: General Discussion
- Topic: FAILED: esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj
- Replies: 2
- Views: 1703
FAILED: esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj
Hi all. the example blink idf.py build by esp-idf-v5.2 got errors and stopped. it was build passed by esp-idf-v4.2. why so? 20240517 error: C:\Users\xzy\esp\esp-idf\blink>idf.py build Executing action: all (aliases: build) Running cmake in directory C:\Users\xzy\esp\esp-idf\blink\build Executing "cm...
- Tue May 14, 2024 2:26 pm
- Forum: ESP-IDF
- Topic: idf.py not recognized
- Replies: 3
- Views: 2571
Re: idf.py not recognized
yes. I did what you mentioned and idf.py build works well now. I got errors when build: 1. cc1.exe error: too many filename given; solved by: idf.py --no-ccache build 2. failed: hello_world.elf can't find solution; tried blink got same error, mean that the error not from project folders? [916/918] L...
- Mon May 13, 2024 9:52 pm
- Forum: ESP-IDF
- Topic: Cannot build the hello world sample
- Replies: 6
- Views: 6969
Re: Cannot build the hello world sample
hello,
how about the error? does it solved?
how about the error? does it solved?
- Sat May 11, 2024 12:14 am
- Forum: ESP-IDF
- Topic: idf.py not recognized
- Replies: 3
- Views: 2571
idf.py not recognized
Hi all.
I installed Python/Vscode/Espressif IDF, and all automatically to end, and I can run 'idf.py build' in CMD window, but got error when run it terminal, how to fix?
Thanks
Adam
I installed Python/Vscode/Espressif IDF, and all automatically to end, and I can run 'idf.py build' in CMD window, but got error when run it terminal, how to fix?
Thanks
Adam