Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnitopic/mag-s_fantastic_thermometer
Arduino project that sends sensor data by http requests to a NodeJS server
https://github.com/magnitopic/mag-s_fantastic_thermometer
arduino esp8266 http http-client humidity sensors temperature
Last synced: 27 days ago
JSON representation
Arduino project that sends sensor data by http requests to a NodeJS server
- Host: GitHub
- URL: https://github.com/magnitopic/mag-s_fantastic_thermometer
- Owner: magnitopic
- Created: 2021-02-08T23:35:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T17:22:36.000Z (over 3 years ago)
- Last Synced: 2024-11-18T13:29:18.544Z (3 months ago)
- Topics: arduino, esp8266, http, http-client, humidity, sensors, temperature
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mag's Fantastic Thermometer
This is a project that involves two main technologies: Arduino and Web.
The code that I have right now is being used in a ESP8266 board, NodeMCU V3 (ESP-12E) model, alongside the DHT22 temperature and humidity sensor.
The ESP board creates a web server that shows a page where you can see the temperature and the humidity in real time.The final goal with this project is having the ESP board read data from different sensors, humidity, light, temperature... As many as I can add.
Later, for that data to be sent in JSON format via an HTTP POST request to the [magnitopic.com NodeJS server](https://github.com/magnitopic/magnitopic.com-express) and stored in the MongoDB database.
The [magnitopic.com](https://www.magnitopic.com/) website will later have a web page from which to show the changes in real time, and some graphs and charts to go along with it.