-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
I'm using the library on an ESP8266 (Wemos D1 mini) connected to three sensors, each addressed individually.
After calling sensor.sleep()
on one of the sensors, it returns 4294967295 for subsequent capacitance readings. The other two sensors continue to operate normally for the next reading, however on further readings all sensors give that same value of 4294967295 (and -0.1 for temperature).
At this point the board can't be reset using the onboard reset button. I can power cycle the board and it will start up again, but now the sensor which was put to sleep doesn't respond to I2C messages, and all three sensors return the bad value for capacitance.
What am I missing here? Is there a method to wake the sensor after sleeping?
Metadata
Metadata
Assignees
Labels
No labels