Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)