Search found 3 matches

by maxkorotkevich
Mon Nov 16, 2020 2:35 pm
Forum: Hardware
Topic: ESP32 crashing after few hours
Replies: 3
Views: 3518

Re: ESP32 crashing after few hours

So, idk what was the problem,
but after adding wdt reset after all init's and measurements everything works fine
by maxkorotkevich
Mon Nov 16, 2020 11:03 am
Forum: Hardware
Topic: ESP32 crashing after few hours
Replies: 3
Views: 3518

Re: ESP32 crashing after few hours

I have decided to add WDT. maybe i'll catch software/hardware issue.
by maxkorotkevich
Mon Nov 16, 2020 8:04 am
Forum: Hardware
Topic: ESP32 crashing after few hours
Replies: 3
Views: 3518

ESP32 crashing after few hours

Hi there. I have an issue with my esp32. After 1-2 hours it crashes and doesn't work propertly. here's the code #include <OneWire.h> #include <DallasTemperature.h> #include <Wire.h> #include <DHT.h> #include <MS5611.h> #define DHTPIN 4 // what digital pin the DHT22 is conected to #define DHTTYPE DHT...