Esp32 Wroom and CCS811 in deep sleep
Posted: Sun Mar 25, 2018 5:40 pm
Hello guys,
Im extending my project and added a CCS811 air quality sensor and need some suggestions from anybody using it in its project.
I put rhe board in deep sleep for 1 minute after all readings. The problem is that this IC needs 20 minutes to stabilize every time its initialized(if i understood it properly) so after every esp32 wake it reinitializes the i2c and CCS811 needa another 29 minutes to calibrate.
There is an WAKE pin which should be pulled low for the ic to read and high to put it sleeping. If esp32 is in deep sleep how do i keep the pin high? Or again i did not read the datasheet properly?
This particular project doesn't use battery but i put it to sleep because my board is getting hot and the temperature sensor reads incorrect values. They are in the same enclosure.
Im extending my project and added a CCS811 air quality sensor and need some suggestions from anybody using it in its project.
I put rhe board in deep sleep for 1 minute after all readings. The problem is that this IC needs 20 minutes to stabilize every time its initialized(if i understood it properly) so after every esp32 wake it reinitializes the i2c and CCS811 needa another 29 minutes to calibrate.
There is an WAKE pin which should be pulled low for the ic to read and high to put it sleeping. If esp32 is in deep sleep how do i keep the pin high? Or again i did not read the datasheet properly?
This particular project doesn't use battery but i put it to sleep because my board is getting hot and the temperature sensor reads incorrect values. They are in the same enclosure.