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...") |
NitramLegov (talk | contribs) m (Cleanup of not needed categories) |
||
(One intermediate revision by one other user not shown) | |||
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= | ||
Line 31: | Line 31: | ||
[[Category:Electronics]] | [[Category:Electronics]] | ||
Latest revision as of 15:31, 31 January 2022
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.