Data

This page is dedicated to different data files that are generated by projects.

Digital Humidity and Temperature (DHT) Sensor

This data is generated from an arduino esp8266 connected to a Digital Humidity and Temperature Sensor (DHT) sensor. To read more about how to set this up there read this blogpost. After getting the sensor set up and you have connected to the same network as the controller you can use this script to start pulling data.

A sample of the data can be found on this website at https://exylum.tech/data/DHT.json. A good primer to start working with JSON data if you are completely new to the subject can be found on Stack Exchange