You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated ESP Zigbee libs (esp-zboss-lib and esp-zigbee-lib) to the latest version, with corresponding IDF version, and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
5.4
esp-zigbee-lib version.
1.6.2
esp-zboss-lib version.
1.6.2
Espressif SoC revision.
ESP32-C6
What is the expected behavior?
I expected to be able to modify the sleep example to use gpio_wakeup_enable and esp_sleep_enable_gpio_wakeup.
Toggle CONFIG_GPIO_INPUT_IO_WAKEUP (defaults to 7 for C6)
No wake.
More Information.
Also observed:
With original config the wake reason is always (0) other, and randomly (4) timer
With original config the system wakes constantly (~50-100ms). It's difficult to determine if the ext pin is waking the chip or something else (ref 1 above).
With GPIO config it only wakes with (0) other but is always at the pre-set ED_KEEP_ALIVE time, which makes me think it's just the timer.
Changed to GPIO9 (C6 BOOT button): ext breaks (I think GPIO9 is not an RTC gpio on C6), but GPIO wake also does not work.
The text was updated successfully, but these errors were encountered:
Answers checklist.
IDF version.
5.4
esp-zigbee-lib version.
1.6.2
esp-zboss-lib version.
1.6.2
Espressif SoC revision.
ESP32-C6
What is the expected behavior?
I expected to be able to modify the sleep example to use
gpio_wakeup_enable
andesp_sleep_enable_gpio_wakeup
.What is the actual behavior?
It doesn't wake up on GPIO.
Steps to reproduce.
idf.py flash monitor
CONFIG_GPIO_INPUT_IO_WAKEUP
(defaults to 7 for C6)More Information.
Also observed:
(0) other
, and randomly(4) timer
(0) other
but is always at the pre-set ED_KEEP_ALIVE time, which makes me think it's just the timer.The text was updated successfully, but these errors were encountered: