https://github.com/equilapi/nodejs-arduino-esp8266
Hello explorers, I leave you a small project that I did with an ESP8266 microcontroller and Nodejs.
https://github.com/equilapi/nodejs-arduino-esp8266
api-rest arduino dht11 nodejs nodejs-api
Last synced: 7 months ago
JSON representation
Hello explorers, I leave you a small project that I did with an ESP8266 microcontroller and Nodejs.
- Host: GitHub
- URL: https://github.com/equilapi/nodejs-arduino-esp8266
- Owner: Equilapi
- Created: 2020-08-09T18:23:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T23:31:47.000Z (over 5 years ago)
- Last Synced: 2025-01-20T20:53:15.713Z (about 1 year ago)
- Topics: api-rest, arduino, dht11, nodejs, nodejs-api
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microcontroller ESP8266 + DTH11 Temperature & Humidity => API REST NodeJS
Hello explorers, I leave you a small project that I did with an esp8266 microcontroller and nodejs.
The idea in this project is to record temperature and humidity from a station formed by an esp8266 micro controller plus a DHT11 sensor connected to a Wi-Fi. Through a POST method it sends the information to the nodejs API.