Search found 5 matches
- Thu Jun 13, 2024 10:09 am
- Forum: ESP-IDF
- Topic: idf.py not found
- Replies: 5
- Views: 3160
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...
- Wed Jun 05, 2024 9:00 am
- Forum: ESP IoT Solution
- Topic: Zigbee examples: help understanding how they work
- Replies: 2
- Views: 5631
- Wed May 29, 2024 7:03 pm
- Forum: ESP IoT Solution
- Topic: Zigbee examples: help understanding how they work
- Replies: 2
- Views: 5631
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_...
- Mon May 27, 2024 4:52 pm
- Forum: ESP-IDF
- Topic: idf.py not found
- Replies: 5
- Views: 3160
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...
- Mon May 27, 2024 11:46 am
- Forum: ESP-IDF
- Topic: idf.py not found
- Replies: 5
- Views: 3160
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...