SensaIoTech

Results 4 comments of SensaIoTech

Hi, This is the basic code that I'm testing. Inside the loop. ``` iotWebConf.doLoop(); float humd = sht20.readHumidity(); // Read Humidity float temp = sht20.readTemperature(); // Read Temperature Serial.print("Time:"); Serial.print(millis());...

Thanks for the suggestion and tip, I will try this approach on the weekend!

It's works! Nice and smoothly! The only problem is when I set the difference to 10 minutes, it stops working, any suggestion what can be wrong?

Yes, 10 min = 600000 milliseconds, but for some reason the Wifi changes the status and doesn't count.