Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 442 Bytes

HackerSpace Monitor for Raspberry Pi

Here is all the code needed for running your own webserver that displays and updates data by using websockets.

Sensor connections

Data pin of DHT11 is connected to GPIO8 and switch is connected to GPIO23.

Running the code

Please change the IP addresses in all the files to your server's IP address. By default the server runs on port 80.

You can run the code by running sudo python hsmon.py