Search found 3 matches
- Sat Mar 30, 2024 6:48 am
- Forum: ESP IoT Solution
- Topic: How to disable automatic join to zigbee network?
- Replies: 0
- Views: 6339
How to disable automatic join to zigbee network?
Hello, How can I disable automatic joinning to the zigbee network? When I have done joining first time, stack makes rejoin after each boot. I need to make joining from the beginning because binding not going right. So, I need to repeat network stearing in order to examine binding process. I am using...
- Thu Mar 21, 2024 3:34 pm
- Forum: ESP-IDF
- Topic: Adding esp32 zigbee sdk to vscode
- Replies: 3
- Views: 1445
Re: Adding esp32 zigbee sdk to vscode
Hello, Yes, I have esp-idf installed and it works. There is some zigbee examples in esp-idf which I have tried and they work. But In the zigbee sdk there is some examples which I would like to work in vscode, like temperature sensor. I tried with import and copying some directories which are needed....
- Thu Mar 21, 2024 7:34 am
- Forum: ESP-IDF
- Topic: Adding esp32 zigbee sdk to vscode
- Replies: 3
- Views: 1445
Adding esp32 zigbee sdk to vscode
Hello, How can I add esp32 zigbee sdk to vscode? I tried to git clone to esp-idf directory and then with import project to import light switch example, but compile won't work. There is some common directories, but when I added those and edited cmakelists.txt accordingly, I got error for ninja. How d...