Search found 5 matches

by Rob190
Thu Jun 13, 2024 10:09 am
Forum: ESP-IDF
Topic: idf.py not found
Replies: 5
Views: 1614

Re: idf.py not found

What should I check in my setup? As far as I can tell, it's all ok. There are a vast number of similar reports online. Lots of questions about which environment variables to set and complaints that they need to be set every time a new cmd window is opened. This is obviously a very common problem, da...
by Rob190
Wed Jun 05, 2024 9:00 am
Forum: ESP IoT Solution
Topic: Zigbee examples: help understanding how they work
Replies: 2
Views: 3744

Re: Zigbee examples: help understanding how they work

stef70 wrote:
Mon Jun 03, 2024 1:14 pm

So there is a infinite loop. The name was poorly chosen.
Thanks!

Agree, not a good name. Maybe I'll suggest they change it. Can't imagine I'm the only person to be confused by it.
by Rob190
Wed May 29, 2024 7:03 pm
Forum: ESP IoT Solution
Topic: Zigbee examples: help understanding how they work
Replies: 2
Views: 3744

Zigbee examples: help understanding how they work

I'm looking at the example here: examples/esp_zigbee_HA_sample/HA_on_off_light It works fine but I'm having trouble understanding the code. In particular, I don't see how the main loop runs. static void esp_zb_task(void *pvParameters) { /* initialize Zigbee stack */ esp_zb_cfg_t zb_nwk_cfg = ESP_ZB_...
by Rob190
Mon May 27, 2024 4:52 pm
Forum: ESP-IDF
Topic: idf.py not found
Replies: 5
Views: 1614

Re: idf.py not found

Do you use pure Vscode without https://github.com/espressif/vscode-esp-idf-extension? This extension is built for convenience to achieve what you try to do yourself, and much more. See the features and setup guides in the linked page. I believe I am using the esp-idf extension. I can compile and up...
by Rob190
Mon May 27, 2024 11:46 am
Forum: ESP-IDF
Topic: idf.py not found
Replies: 5
Views: 1614

idf.py not found

I'm using ESP-IDF in VSCode. I'm unable to run idf.py. Looking online, people advise against manually adding anything to the path variables but nothing else seems to work. The following is done within a VSCode terminal (i.e. within the IDE): All done! You can now run: export.bat PS C:\Users\robert\D...