An open API service indexing awesome lists of open source software.

https://github.com/skykery/nodemcu-dht22-script

Script for NodeMcu ESP8266 to send data from DHT22 sensor to a remote API
https://github.com/skykery/nodemcu-dht22-script

arduino dht22 led nodemcu-esp8266

Last synced: about 2 months ago
JSON representation

Script for NodeMcu ESP8266 to send data from DHT22 sensor to a remote API

Awesome Lists containing this project

README

          

# NodeMcu ESP8266 + DHT22
Script for sending data from the a NodeMcu ESP8266 with the DHT22 sensor to a remote API endpoint using the httpclient library.

This script can be paired with the following API server and status page: https://github.com/skykery/temp-reporter

## Usage
Use right WIFI credentials and adapt the code to use your API endpoint and http method. Upload it on your NodeMcu and be amazed.