lemariva / uPyBlynk

Blynk and Micropython on WiPy 2.0/3.0 and ESP32 for home automation
https://lemariva.com/blog/2019/02/micropython-home-automation-using-blynk-connected-to-a-wipy-3-0-2-0
Apache License 2.0
4 stars 2 forks source link

DS18B20 stops reading #1

Open adrianQwest opened 5 years ago

adrianQwest commented 5 years ago

First, your Blynk library is fabulous.

I’m reading a temperature sensor every 15 seconds. It’s a DS18B20. I get a reading and it’s correct. I can send the reading to the Blynk server and app. But, after about 200 readings it hangs and the watchdog kicks in. I have to reset the board. I’m using a Lolin D32.

Any help or suggestions would be really helpful.

lemariva commented 5 years ago

Hi there, I need to get a DS18B20 to test that. It can be something with the memory. I'm going to test that.