Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.