Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

ubccsss/open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Is the Cube open?

Script that shows if the Cube is open or not, by checking the status of a door sensor attached to the door to the club room. If the door is open, the site reports that the Cube is open.

Installation

Obtain a Raspberry Pi with a Debian OS installed.

sudo apt-get install python-dev python-rpi.gpio git
python3 -m pip install Flask

Usage

Set pin.DOOR_SENSOR_PIN in door.py to be the correct pin number.

python3 server.py

Based on Playing with Raspberry Pi: Door Sensor Fun.

Releases

No releases published

Packages

No packages published

Languages