Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muffix/mumalab-led-sign
ESP8266 code to indicate the status of the MuMaLab makerspace
https://github.com/muffix/mumalab-led-sign
makerspace mumalab
Last synced: 18 days ago
JSON representation
ESP8266 code to indicate the status of the MuMaLab makerspace
- Host: GitHub
- URL: https://github.com/muffix/mumalab-led-sign
- Owner: muffix
- License: mit
- Created: 2023-12-17T17:48:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T07:43:37.000Z (about 1 year ago)
- Last Synced: 2024-10-16T11:57:31.071Z (2 months ago)
- Topics: makerspace, mumalab
- Language: C++
- Homepage: https://www.munichmakerlab.de
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MuMaLab LED sign
This is a simple project which targets an ESP8266 (or similar) based microcontroller, such as the D1 mini.
It displays the status of the makerspace [Munich Maker Lab](https://www.munichmakerlab.de) by consuming a topic on their their MQTT broker and lighting up an LED strip.
## Setup and configuraition
This is a [PlatformIO](https://platformio.org/) project. You will need to configure the length of your strip and the digital pin to which you wired it in `include/config.h`, and your WiFi credentials in `include/secrets.h`.
## Example
The following example uses an acrylic sign on a [3D-printed base](https://www.printables.com/model/429572-led-lit-acrylic-sign).
![Lab open](assets/status_green.jpeg)
![Lab closed](assets/status_red.jpeg)