π¬οΈ NodeMCU software to collect and send air quality data.
A project to collect and distribute air quality data.
A program for NodeMCU to collect and send air quality data.
-
Open the project on Arduino IDE.
-
Replace the follow variable values:
const char *ssid = "wifi-ssid"
const char *password = "wifi-password";
const char *stationId = "station-id";
const char *host = "aqm-host";
const char *hostUrlPost = "aqm-host-dataraw-route";
- Download the sketch to NodeMCU
Just clone and follow the steps above.
Library ESP8266WiFi
Library ESP8266HTTPClient
Library Adafruit_ADS1X15
Library DHT
For this project, basically used:
And many C++ libraries.