Search found 9 matches

by cassianocampes
Thu Jan 11, 2024 1:18 pm
Forum: ESP-IDF
Topic: (.text.zboss_signal_handler+0x34): undefined reference to `esp_zb_app_signal_handler'
Replies: 1
Views: 38631

Re: (.text.zboss_signal_handler+0x34): undefined reference to `esp_zb_app_signal_handler'

I found the problem, this function is user-defined, which means, I should implement it.

SOLVED.
by cassianocampes
Tue Jan 09, 2024 12:42 pm
Forum: ESP-IDF
Topic: (.text.zboss_signal_handler+0x34): undefined reference to `esp_zb_app_signal_handler'
Replies: 1
Views: 38631

(.text.zboss_signal_handler+0x34): undefined reference to `esp_zb_app_signal_handler'

After updating the esp-idf to branch v5.4-dev , I am getting this error when trying to compile some zigbee examples: (.text.zboss_signal_handler+0x34): undefined reference to `esp_zb_app_signal_handler' And, by checking at the managed_components folder, the headers are correct, and the signature of ...
by cassianocampes
Tue Dec 26, 2023 4:59 pm
Forum: General Discussion
Topic: [esp-zigbee-sdk] Proper way to develop for zigbee devices
Replies: 0
Views: 3566

[esp-zigbee-sdk] Proper way to develop for zigbee devices

I am trying to find a proper documentation or tutorials, etc, that has a good understanding on how to develop using Zigbee technology. ESP has some documentation like [here](https://docs.espressif.com/projects/esp-zigbee-sdk/en/latest/esp32/developing.html#), but it does not explain the correct flow...
by cassianocampes
Tue Dec 26, 2023 4:46 pm
Forum: General Discussion
Topic: [esp-zigbee-sdk] How to change a Device attribute via Coordinator
Replies: 0
Views: 3340

[esp-zigbee-sdk] How to change a Device attribute via Coordinator

I am checking the examples found in the esp-zigbee-sdk, but I could not find one that matches what I am trying to do. So, basically, I want to be able to have the Zigbee Coordinator change an attribute from a specific Device but I am not sure how to do that. The ultimate idea is to have the Zigbee C...
by cassianocampes
Mon Aug 07, 2023 6:38 pm
Forum: General Discussion
Topic: [ESP32-C6][WiFi & BLE cohex] assert failed: tcpip_inpkt /IDF/components/lwip/lwip/src/api/tcpip.c:252 (Invalid mbox)
Replies: 1
Views: 1338

[ESP32-C6][WiFi & BLE cohex] assert failed: tcpip_inpkt /IDF/components/lwip/lwip/src/api/tcpip.c:252 (Invalid mbox)

I am trying to create a firmware that does the following (it is a kind of wifi provisioning via BLE): 1. Start the ESP32-C6 module 2. Execute a Wifi scan 3. Save the wifi SSIDs found in a "local cache" 4. If I hold the push-button for 5 seconds, the the ESP32-C6 starts the BLE 5. Then, using the "nR...
by cassianocampes
Mon Aug 07, 2023 12:11 pm
Forum: General Discussion
Topic: ESP32-C6 problem running wifi scan
Replies: 2
Views: 1341

Re: ESP32-C6 problem running wifi scan

Thank you @ESP_Sprite, you were right.

I connected both USB cables on the ESP32-C6 and then the issue is gone.
by cassianocampes
Sun Aug 06, 2023 5:22 pm
Forum: General Discussion
Topic: ESP32-C6 problem running wifi scan
Replies: 2
Views: 1341

ESP32-C6 problem running wifi scan

I am trying to run the examples/wifi/scan on the ESP32-C6. For that, I am using the esp-idf v5.1 branch. When building for the ESP32-C6, the example keeps resetting the module, and nothing related to the wifi scan is shown. If I enable the ESP_WIFI_DEBUG_PRINT to print the debug messages, the reset ...
by cassianocampes
Mon Jun 05, 2023 1:30 am
Forum: General Discussion
Topic: ESP32-C6 and ESP-AWS-IoT not working
Replies: 0
Views: 859

ESP32-C6 and ESP-AWS-IoT not working

I started using ESP32 to be able to connect to AWS IoT Core, and it is working fine. My code connects to a Wifi, and then connects to the AWS IoT Core, where I can publish and subscribe to topics. However, I am using the same code but setting the target to the ESP32-C6 , for which I also have this S...