Skip to content

A temperature and humidity recording system in the Raspberry Pi

Notifications You must be signed in to change notification settings

shuaitq/EmbeddedCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A temperature and humidity recording system in the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published