Spacecontrol/Baikonur
From Whitespace (Hackerspace Gent)
< Spacecontrol(Difference between revisions)
| Line 21: | Line 21: | ||
The schematic to control just one lamp.<br /> | The schematic to control just one lamp.<br /> | ||
[[File:Spacecontrol1lamp.jpg|thumb|575px|none|border|Schematic]]<br /> | [[File:Spacecontrol1lamp.jpg|thumb|575px|none|border|Schematic]]<br /> | ||
| + | |||
| + | === Color Codes === | ||
| + | Lesson learned: adding new colors on the fly will result in chaos: | ||
| + | {| class="wikitable" | ||
| + | ! Color | ||
| + | ! Function | ||
| + | ! Notes | ||
| + | |- | ||
| + | | Cel 7 || Cel 8 || Cel 9 | ||
| + | |} | ||
== Software == | == Software == | ||
| Line 28: | Line 38: | ||
===Todo=== | ===Todo=== | ||
* Installation | * Installation | ||
| + | * Documentation | ||
Revision as of 17:04, 4 January 2012
The big space control
Contents |
Goals
- Lights can be switched using a web interface and regular light switches.
- Roofs can be opened and closed.
- Redundant: if the Arduino fails, the light switches remain working.
Hardware
What we have available
- A little under 100 industrial relays (Piet)
- Industrial electricity cabinet (Piet)
- Diodes and NPN heavy-duty switching transistors. (Koen)
Thanks to all who have contributed hardware!
What we need
- More electrical cable
Schematic
The schematic to control just one lamp.
Color Codes
Lesson learned: adding new colors on the fly will result in chaos:
| Color | Function | Notes |
|---|---|---|
| Cel 7 | Cel 8 | Cel 9 |
Software
The software is identical to the one in the small Spacecontrol.
Status
Todo
- Installation
- Documentation