Search found 1 match

by bowlofeggs
Thu Sep 15, 2022 2:53 am
Forum: Hardware
Topic: RTC fast memory and a sleeping shtc3 sensor
Replies: 0
Views: 898

RTC fast memory and a sleeping shtc3 sensor

I've got an ESP-32-C3 which I am programming in Rust, and I've found something that seems odd to me. I've got an shtc3[0] hygrometer on i2c. If I use the hygrometer's low power mode, which means using https://docs.rs/shtcx/latest/shtcx/trait.LowPower.html to sleep()/wake() it, I observe that a varia...