Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 800 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 800 Bytes

EmbeddedCD

A temperature and humidity recording system in the Raspberry Pi.

The files in static are about html and related library.

The function of weather.py:

1. Create the database.  "python3 weather.py create"
2. Get data from the sensor and write to the DB every ten seconds.  "python3 weather.py"
3. Show all the data. "python3 weather.py show"

The function of bked.py:

Open the flask server, get the data and send it to the related api.

The function of PyQtChart.py:

Show the real-time temperature and humidity by using Qt.

The picture of html: image

The picture of PyQt: image