lewisxhe / esp32-camera-series

🔰 Compatible with all TTGO camera products
MIT License
183 stars 139 forks source link

Temperature sensor #6

Closed marmotae closed 5 years ago

marmotae commented 5 years ago

Hello while using your code I have found that temperature readings seem too high on the bme280, is there a correct calibration for it?

lewisxhe commented 5 years ago

@marmotae The main high temperature is mainly because the temperature of the main board is high, so the temperature detection of 280 is not in accordance with the actual use environment. I used to use the esp32 on-chip temperature sensor for temperature calibration, but the esp32 on-chip temperature sensor seems to be no longer usable, so there is no way.