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

https://github.com/richardbmk/rpi_project

My first project with RPi
https://github.com/richardbmk/rpi_project

dashboard flask google-charts humidity javascript jquery nginx plotly-dash raspberry-pi rpi sqlite temperature uwsgi-nginx

Last synced: 2 months ago
JSON representation

My first project with RPi

Awesome Lists containing this project

README

          

# Web application: Charting Temperature and Humidity Data with Raspberry Pi
![Dashboard](webServer.PNG)
This raspberry pi project is from an Udemy course that I took under Dr. Peter Dalmaris. This project
consist of a web server using Raspberry Pi and DHT22 sensor to graph the humidity and temperature over time.
The data can be accessed over a web browser.

##### Hardware Technologies I used:
* Rasperry Pi 3 Model B+
* DTH22 Sensor

##### Sofware Technologies I used:
* BackEnd:
* Flask Python micro-framework
* uWSGi (application sever)
* Nginx (light-weight web server)
* Database:
* SQLite
* FrontEnd:
* CSS (Skeleton)
* HTML
* JavaScript & JQery
* Google Chart
* Plotly

##### Final result
![Dashboard](RPiWebServer_Version.PNG)