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
- Host: GitHub
- URL: https://github.com/skykery/nodemcu-dht22-script
- Owner: skykery
- License: mit
- Created: 2023-03-12T15:35:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T15:46:45.000Z (over 3 years ago)
- Last Synced: 2025-05-29T05:54:19.451Z (about 1 year ago)
- Topics: arduino, dht22, led, nodemcu-esp8266
- Language: C++
- Homepage: https://cabinet.techwetrust.com/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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.