Search found 12 matches

by 0xDEADBEEF
Wed Jul 24, 2024 9:14 pm
Forum: ESP-IDF
Topic: Update the Status of a Zigbee Light
Replies: 1
Views: 727

Update the Status of a Zigbee Light

Hello, I have a working dimmable light that I can control fine using zigbee2mqtt. However my device has a button, and I've configured the button so it can turn the light on and off. I'm having trouble finding the right API calls in the documentation on how I would properly update the Zigbee network ...
by 0xDEADBEEF
Sat Jun 29, 2024 11:28 am
Forum: ESP-IDF
Topic: USB Debugging ESP32-C6 in VSCode on MacOS
Replies: 0
Views: 549

USB Debugging ESP32-C6 in VSCode on MacOS

Hello! I am absolutely struggling to get debugging properly set up in VSCode on MacOS with the ESP32-C6. I've spent a day trying to follow the guide here: https://docs.espressif.com/projects/esp-idf/en/stable/esp32c6/api-guides/jtag-debugging/index.html "openocd -f board/esp32c6-builtin.cfg" starts ...
by 0xDEADBEEF
Fri Jun 07, 2024 11:27 pm
Forum: ESP-IDF
Topic: Making a working zigbee light with an ESP32-C6
Replies: 3
Views: 5277

Re: Making a working zigbee light with an ESP32-C6

Things haven't changed. I've had success compiling and flashing the dimmable color light, it also interviewed with z2m right away. unfortunately no manufacturer and model id was present, so I was unable to use a converter with z2m, which would have been easy enough. It seems many people have had thi...
by 0xDEADBEEF
Tue Mar 07, 2023 8:35 am
Forum: ESP-IDF
Topic: Trouble building Matter examples on MacOS with VSCode
Replies: 6
Views: 3693

Re: Trouble building Matter examples on MacOS with VSCode

Where can I find help getting the matter examples build?
Whatever I'm doing, whichever guide I'm following, whichever target i'm trying to build for, I'm just running into all kinds of build errors. I'm pretty sure that's not how it's supposed to be and I must be doing something wrong.
by 0xDEADBEEF
Sun Mar 05, 2023 5:36 pm
Forum: ESP-IDF
Topic: Trouble building Matter examples on MacOS with VSCode
Replies: 6
Views: 3693

Re: Trouble building Matter examples on MacOS with VSCode

another update, I have deleted the idf version that i obtained via git clone and redownloaded idf 5.0.1 via the idf configurator (instead of search for idf) and I now get an entirely different error: * Executing task: ninja [243/964] Performing configure step for 'bootloader' -- Found Git: /usr/bin/...
by 0xDEADBEEF
Sun Mar 05, 2023 2:13 pm
Forum: ESP-IDF
Topic: Trouble building Matter examples on MacOS with VSCode
Replies: 6
Views: 3693

Re: Trouble building Matter examples on MacOS with VSCode

Oh and because it's not fun enough yet, if I hit build again if fails because it's missing zap, I get an actual compiler error: /Users/username/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c: In function 'wpa_ap_join': /Users/username/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c:...
by 0xDEADBEEF
Sun Mar 05, 2023 1:57 pm
Forum: ESP-IDF
Topic: Trouble building Matter examples on MacOS with VSCode
Replies: 6
Views: 3693

Trouble building Matter examples on MacOS with VSCode

I am having some serious issues getting the examples to compile in VSCode. I must have done something wrong at some point, at first the build process failed because GN was not found. I installed GN manually to get one step further, and now it failes because ZAP is not found. I am pretty sure I took ...
by 0xDEADBEEF
Wed Nov 04, 2020 7:47 am
Forum: IDEs for ESP-IDF
Topic: Problems debugging ESP32 Pico V3 in vscode/platformio/openocd
Replies: 5
Views: 5915

Re: Problems debugging ESP32 Pico V3 in vscode/platformio/openocd

To update and close this, the very responsive guys at PlatformIO have updated open ocd in their repositories, and debugging the Pico V3 works just fine now!
by 0xDEADBEEF
Mon Oct 26, 2020 10:24 am
Forum: IDEs for ESP-IDF
Topic: Problems debugging ESP32 Pico V3 in vscode/platformio/openocd
Replies: 5
Views: 5915

Re: Problems debugging ESP32 Pico V3 in vscode/platformio/openocd

I have now tried the openocd version from here: https://github.com/espressif/openocd-esp32/tree/v0.10.0-esp32-20200709 now I get this error: Uploading .pio/build/esp32dev/firmware.bin Open On-Chip Debugger v0.10.0-esp32-20200709 (2020-07-09-08:54) Licensed under GNU GPL v2 For bug reports, read http...
by 0xDEADBEEF
Mon Oct 26, 2020 9:10 am
Forum: IDEs for ESP-IDF
Topic: Problems debugging ESP32 Pico V3 in vscode/platformio/openocd
Replies: 5
Views: 5915

Re: Problems debugging ESP32 Pico V3 in vscode/platformio/openocd

The platformio-supplied version of tool-openocd-esp32 is 1.1000.20190709 (10.0) by the way.