Archive:StartYourEngines: Difference between revisions
Jump to navigation
Jump to search
m (Tarwin moved page StartYouEngines to StartYourEngines: typo...) |
No edit summary |
||
Line 4: | Line 4: | ||
|image = | |image = | ||
|description = A big button that switches on the lights, greets the member and sets the space to open on the webpage | |description = A big button that switches on the lights, greets the member and sets the space to open on the webpage | ||
|author = [[User:Tarwin|tarwin]] | |author = [[User:Tarwin|tarwin]], [[User:Tiefpunkt|tiefpunkt]] | ||
|username = | |username = | ||
|version = | |version = | ||
Line 12: | Line 12: | ||
|download = | |download = | ||
}} | }} | ||
We need something to display to the world that the space is manned and open. And that switches on all the gimmicks and gizmos. =) | |||
== Current Setup == | |||
=== Hardware === | |||
Right next to the door: | |||
* Big switch | |||
* Raspberry Pi | |||
=== Software === | |||
Source code: https://github.com/munichmakerlab/spacestatus | |||
The RPi posts the lab status to the [[MuMaBus]]. Changes are received by a script running on the webserver, which makes the current status available to a set of PHP files. | |||
= | ==== rpi.py ==== | ||
* Runs on the Raspberry Pi | |||
* Checks status | |||
* Posts changes to the [[MuMaBus]] on <code>mumalab/room/status</code> | |||
==== daemon.py ==== | |||
* | * Subscribes to <code>mumalab/room/status</code> on the [[MuMaBus]] | ||
* | * Writes changes to the file system | ||
= | ==== PHP Scripts ==== | ||
Availabe at http://status.munichmakerlab.de | |||
* index.php - Standard page with text etc. | |||
* image.php - Green or Red circle | |||
* simple.php - 0 or 1 | |||
== ToDo == | |||
* Nices images | |||
* | |||
* Something to react to the switch and send an IR pulse to the light strip | * Something to react to the switch and send an IR pulse to the light strip | ||
[[Category:Project]] | [[Category:Project]] |
Revision as of 20:46, 17 February 2014
Start your Engines Release status: experimental [box doku] | |
---|---|
Description | A big button that switches on the lights, greets the member and sets the space to open on the webpage |
Author(s) | tarwin, tiefpunkt |
We need something to display to the world that the space is manned and open. And that switches on all the gimmicks and gizmos. =)
Current Setup
Hardware
Right next to the door:
- Big switch
- Raspberry Pi
Software
Source code: https://github.com/munichmakerlab/spacestatus
The RPi posts the lab status to the MuMaBus. Changes are received by a script running on the webserver, which makes the current status available to a set of PHP files.
rpi.py
- Runs on the Raspberry Pi
- Checks status
- Posts changes to the MuMaBus on
mumalab/room/status
daemon.py
- Subscribes to
mumalab/room/status
on the MuMaBus - Writes changes to the file system
PHP Scripts
Availabe at http://status.munichmakerlab.de
- index.php - Standard page with text etc.
- image.php - Green or Red circle
- simple.php - 0 or 1
ToDo
- Nices images
- Something to react to the switch and send an IR pulse to the light strip