Logs timestamped temperature readings to a Firebase database at a set interval.
- Arduino MKR1000
- DHT11 temperature & humidity sensor
SSID
& PASSWORD
are the WiFi credentials. INTERVAL
is the measurement frquency (default is 20 mins).
HOST
e.g.yourapp.firebaseio.com
SECRET
is the database secret for auth (Project settings > Database)PATH
e.g./home/bedroom.json
{
"timestamp":1472420271,
"temperature":30,
"humidity":45
}