Search found 1 match

by lucasfernandez
Wed Dec 20, 2023 6:10 pm
Forum: ESP-IDF
Topic: I2c driver fail after esp_restart()
Replies: 1
Views: 1205

I2c driver fail after esp_restart()

Hello, I am working on a sensor project implemented on an ESP32-H2 using zigbee and lightsleep. I noticed that I have an issue when I call the function esp_zb_factory_reset() to reset my zigbee settings and reset the ESP32. Following the reboot my i2c bus seem unresponsive. I downsized my code to a ...