Project:Open Sign: Difference between revisions
From CoMakingSpace Wiki
(Created page with "{{ProjectInfoBox |project title=Open Sign |image=Open-sign.jpg |status=in progress |date= |initiator=Mitja |team= |materials=LEDs, ESP8266 |tools=Spac...") |
mNo edit summary |
||
Line 2: | Line 2: | ||
|project title=Open Sign | |project title=Open Sign | ||
|image=Open-sign.jpg | |image=Open-sign.jpg | ||
|status= | |status=dismantled | ||
|date= | |date=2017 | ||
|initiator=[[User:Mitja|Mitja]] | |initiator=[[User:Mitja|Mitja]] | ||
|team= | |team= |
Revision as of 22:36, 30 January 2021
ProjectInfoBox Open Sign | |
---|---|
Status: | dismantled |
Release Date: | 2017 |
Initiator: | Mitja |
Materials Used: | LEDs, ESP8266 |
Tools Used: | SpaceAPI |
Software Used: | MicroPython, OpenSCAD |
The letters "O P E N" should light up in green when the CoMakingSpace is open. To achieve this, the SpaceAPI is polled regularly by an ESP8266 and LEDs are turned on or off accordingly.
This project is using MicroPython for the firmware. The sign will connect to the Freifunk network on powerup and can be placed anywhere in the range of a Freifunk Rhein-Neckar network.
Status
- ☑ Downloading and parsing the SpaceAPI.
- ☑ Doing it periodically.
- ☑ Switching an output accordingly.
- ☑ Build LED frontpanel.
- ☑ Solder LEDs.
- ☑ Find a power supply.
- ☐ Arrange cabling in a box.
- ☐ Attach it somewhere on the window.
Source Code
Find the source code on GitHub, including my OpenSCAD case design.