Search found 19 matches

by jesper
Thu Feb 15, 2024 3:47 pm
Forum: IDEs for ESP-IDF
Topic: Wrong python env when launching project
Replies: 2
Views: 1338

Re: Wrong python env when launching project

Thank you, but not the same. This is clearly related to Espressif-IDE (or Eclipse, actually), as the program compiles and launches fine in a command line ESP-IDF environment. The silly idf5.0_py3.9 env is only used when launching in Eclipse. Building works fine. And I just cannot find WHERE it is st...
by jesper
Thu Feb 15, 2024 7:33 am
Forum: IDEs for ESP-IDF
Topic: Wrong python env when launching project
Replies: 2
Views: 1338

Wrong python env when launching project

I use Espressif-IDE. I have an issue with a few of my older projects. I had been using a different ESP-IDF version. They compile fine, but when I want to flash/launch, I get the following error: Screenshot 2024-02-15 at 14.15.58.png If refers to an idf5.0_py3.9_env . However, I am using IDF 5.1 Funn...
by jesper
Tue Jan 23, 2024 11:02 am
Forum: IDEs for ESP-IDF
Topic: All projects return "Build not configured correctly"
Replies: 3
Views: 911

Re: All projects return "Build not configured correctly"

UPDATE 2:
This is where it gets interesting.
The target switch was only needed on ONE project.
After doing that, that project as well as ALL OTHERS build normally. :shock: :?: :?: :?:
by jesper
Tue Jan 23, 2024 10:58 am
Forum: IDEs for ESP-IDF
Topic: All projects return "Build not configured correctly"
Replies: 3
Views: 911

Re: All projects return "Build not configured correctly"

UPDATE:
Found a solution to this.
Changing the target from esp32 to esp32c3 made it build.
So, after switching back to esp32, I had a working build.
This is great that there is a workaround, it's not great that this is suddenly needed on all my projects.
by jesper
Tue Jan 23, 2024 10:54 am
Forum: IDEs for ESP-IDF
Topic: All projects return "Build not configured correctly"
Replies: 3
Views: 911

Re: All projects return "Build not configured correctly"

FYI: Building from command line with idf.py build works fine. So it's something related to the IDE not understanding that this IS in fact an Espress IDF project. But there were issues with permissions after installing ESP-IDF (5.1.2) via Espressif-IDE. install.sh was not executable, fixing that with...
by jesper
Tue Jan 23, 2024 10:17 am
Forum: IDEs for ESP-IDF
Topic: All projects return "Build not configured correctly"
Replies: 3
Views: 911

All projects return "Build not configured correctly"

After an issues with Eclipse (2022 something) and the ESP-IDF plugin, I switched to the Espressif-IDE 2.12.0 I'm on a Mac Studio M1, btw. Any project I try to build in my old workspace, gives the error "Build not configured correctly". I've tried all the "clean" variants, to no avail. The sdkconfig ...
by jesper
Thu Jan 18, 2024 10:41 am
Forum: ESP-IDF
Topic: Help setting up Espressif-IDE
Replies: 5
Views: 16627

Re: Help setting up Espressif-IDE

Same here. 2.12.0 is broken and now I'm stuck, with projects for several customers waiting. Grrrr
by jesper
Sat Oct 28, 2023 11:31 am
Forum: General Discussion
Topic: ESP RF Test Tool download fails.
Replies: 1
Views: 457

Re: ESP RF Test Tool download fails.

Two more attachments, showing the Download Tool downloading, but resulting binary NOT working as intended.
Download with Flashtool.png
Download with Flashtool.png (169.65 KiB) Viewed 456 times
After download with FlashTool.png
After download with FlashTool.png (120.2 KiB) Viewed 456 times
by jesper
Sat Oct 28, 2023 11:30 am
Forum: General Discussion
Topic: ESP RF Test Tool download fails.
Replies: 1
Views: 457

ESP RF Test Tool download fails.

I'm trying to prepare some boards for FCC/CE testing, using the RF Test SDK from Espressif. But I have issues downloading code to the boards. It fails with "Serial data stream stopped: Possible serial noise or corruption." This is boards that I have programmed hundreds of times with the Flash Downlo...
by jesper
Mon Apr 24, 2023 5:18 am
Forum: ESP-IDF
Topic: ESP32S2 build broken with latest ESP-IDF
Replies: 2
Views: 878

Re: ESP32S2 build broken with latest ESP-IDF

Yes, I installed all submodules. I tried all the "clean" versions, removed the build dir, restarted Eclipse a number of times. No luck. I finally replaced the sdkconfig with one from the "hello world" example, then re-did all the changes I had done to it. And it DID finally rebuild completely. I don...