Open
Description
I am using an Arduino Uno Wifi Rev2 with a Grove shield and Atlas Scientific board to control my aquarium (lights, co2 supplier) and to measure values (ph, conductivity and temperature). If I remove any network related code the controller runs stable for months without any maintenance required, but when adding Wifi code to send data to an Influx db hosted on my raspberry the system becomes very unstable.
Locks occur every few hours (longest uptime reached is around 30 hours, but usually it hangs after 3/4 hours), and was able to reproduce the same problem on another board (this one is a weather station with bme280, light and noise grove sensors).
Am using the latest firmware and libraries (1.4.8 and 1.8.13)