enjoyneering / HTU21D

This is an Arduino library for HTU21D, Si7021 and SHT21 Digital Humidity & Temperature Sensor
55 stars 15 forks source link

reading errors after FOTA update #13

Open frankygoop opened 3 years ago

frankygoop commented 3 years ago

Hello, my board is a esp8266 NCU. The sensor HTU21D is detected and reading normally when sketch is loaded by USB or BasicOTA(direct IP). However, when using ESPHTTPUPDATE to be updated from and internet server, the sensor is not detected again unless I do a power down and up. I have tried many i2C clear buses codes and resets and none seems to work. I also used the HTU.softReset but no successful result.

I will appreciate any comment. thanks