Skip to content

This project covering the code to get data from sensors, publish in a mongo database and then show data in a web page. First the used sensor is an arduino ESP8266. The code available use the sensor to get temperature and humidity from an environment using a DHT22 (or DHT21) sensor. The server code is a python web project (in the server) that sta…

License

Notifications You must be signed in to change notification settings

gmartinsoc/IoTMonitorAmbiente

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project covers the code to get data from sensors. The data is published in a mongo database. Some processing is made
to show the processed data in a web page. 
First the used sensor is an arduino ESP8266. The code available use the sensor to get temperature and humidity from an 
environment using a DHT22 (or DHT11) sensor. The server side is a python web project that stay listing 
sensored data (in json formart) to save in the mongoDB. Besides, the sensing reads are used to plot graphs in a web page 
developed using python and javascript libraries.

Install pymongo and mongo in your machine.

Run django with python3.

Into the myapp folder, type python3 manage.py runserver [IPYOURMachine]:[PORT]

Access throught the following URL in a browser: [IPYOURMachine]:[PORT]/tempCode/[COLLECTION-OPTIONAL]/?leitura={"json-content":1}

About

This project covering the code to get data from sensors, publish in a mongo database and then show data in a web page. First the used sensor is an arduino ESP8266. The code available use the sensor to get temperature and humidity from an environment using a DHT22 (or DHT21) sensor. The server code is a python web project (in the server) that sta…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published