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
- Host: GitHub
- URL: https://github.com/richardbmk/rpi_project
- Owner: Richardbmk
- Created: 2019-08-06T16:35:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T12:15:54.000Z (almost 7 years ago)
- Last Synced: 2025-10-30T10:34:58.881Z (8 months ago)
- Topics: dashboard, flask, google-charts, humidity, javascript, jquery, nginx, plotly-dash, raspberry-pi, rpi, sqlite, temperature, uwsgi-nginx
- Language: Python
- Homepage:
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web application: Charting Temperature and Humidity Data with Raspberry Pi

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
