Search found 242 matches

by ESP_Roland
Mon Mar 27, 2023 6:11 am
Forum: ESP-IDF
Topic: idf.py not recognized
Replies: 14
Views: 14516

Re: idf.py not recognized

I recommend to you to remove all environment variables you set manually. They will cause you trouble now or later.

It is advised to use the Windows installer (https://docs.espressif.com/projects/esp ... setup.html) which will set up your environment.
by ESP_Roland
Thu Mar 09, 2023 8:53 am
Forum: ESP-IDF
Topic: I can't use esp-idf with vs code help me please!
Replies: 3
Views: 1387

Re: I can't use esp-idf with vs code help me please!

We recommend to use the Windows Tool Installer available from here: https://dl.espressif.com/dl/esp-idf/ This is the easiest and the most reliable way to install ESP-IDF on Windows. You can find a lot of tutorials and setup guides for the Vscode extentions here: https://github.com/espressif/vscode-e...
by ESP_Roland
Tue Feb 28, 2023 5:08 pm
Forum: ESP-IDF
Topic: install.sh on v4.2 fails on recent Debian with python 3.11
Replies: 3
Views: 2650

Re: install.sh on v4.2 fails on recent Debian with python 3.11

I assume this is the same report as https://github.com/espressif/esp-idf/is ... 1447719301.

We will try to backport the fix to the v4.2 and v4.3 release branches as well.
by ESP_Roland
Wed Feb 22, 2023 8:21 am
Forum: ESP-IDF
Topic: The esp-idf github support schedule page shows error
Replies: 2
Views: 1033

Re: The esp-idf github support schedule page shows error

And the same picture is included at https://docs.espressif.com/projects/esp ... rt-periods. It also doesn't have this issue.
by ESP_Roland
Wed Feb 22, 2023 8:17 am
Forum: ESP-IDF
Topic: The esp-idf github support schedule page shows error
Replies: 2
Views: 1033

Re: The esp-idf github support schedule page shows error

I've noticed that if we refresh with cleaning the cache (CTRL-F5) the camo.github page linked on the rendered Github page then most of the time the picture shows up but about 20% there is an XML error. You can see at https://raw.githubusercontent.com/espressif/esp-idf/master/README.md that https://d...
by ESP_Roland
Wed Feb 15, 2023 10:59 am
Forum: General Discussion
Topic: ESP-IDF monitor eating random newline characters (IDF-6647)
Replies: 4
Views: 2331

Re: ESP-IDF monitor eating random newline characters (IDF-6647)

This should been fixed in esp-idf-monitor 0.1.1 included with ESP-IDF v5.1 (current master branch).
by ESP_Roland
Tue Feb 07, 2023 6:12 am
Forum: General Discussion
Topic: Espressif IDE taking too long to build
Replies: 4
Views: 2000

Re: Espressif IDE taking too long to build

The usual root cause in these cases is the antivirus SW or Windows defender. If you use the Windows tools installer then it will help set the rules for such SW. You can do it manually if you like (add exception to the antivirus SW).
by ESP_Roland
Wed Jan 25, 2023 8:04 am
Forum: ESP-IDF
Topic: idf.py does not execute esptool in one project
Replies: 5
Views: 1579

Re: idf.py does not execute esptool in one project

Yes, it looks very strange. Have you tried to run "idf.py fullclean" and "idf.py build" before "idf.py flash"?
by ESP_Roland
Tue Jan 24, 2023 6:10 am
Forum: ESP-IDF
Topic: idf.py does not execute esptool in one project
Replies: 5
Views: 1579

Re: idf.py does not execute esptool in one project

Could you please share the full output of "idf.py flash"?
by ESP_Roland
Tue Jan 24, 2023 6:08 am
Forum: General Discussion
Topic: ESP v5.0 removed mdns Why? (IDFGH-9213)
Replies: 9
Views: 3755

Re: ESP v5.0 removed mdns Why?

mdns was moved into the component registry: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/migration-guides/release-5.x/5.0/removed-components.html, https://components.espressif.com/components/espressif/mdns Here is an example how you add it to your project: https://github.com/espressif...