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

https://github.com/jensostertag/iot-leds-web

Webinterface to control IoT WS2812B-LEDs
https://github.com/jensostertag/iot-leds-web

Last synced: 21 days ago
JSON representation

Webinterface to control IoT WS2812B-LEDs

Awesome Lists containing this project

README

        

![Header](header.png)

# IoT-LEDs

### Web application

Webinterface to control IoT WS2812B-LEDs

[About](#about) • [Dependencies](#dependencies) • [License](#license)

Title image generated by [deepai.org](https://deepai.org/machine-learning-model/text2img)

## About
This web application allows to control WS2812B LED strips over WiFi.
Other controls often fail to allow customization of animations and often have proprietary controls.
In this application, every user can create his own animations.

The counterpart to this application, the device, consists of an ESP8266 microcontroller which then controls the LED strip.
The animation is fetched from the REST API.
The device's code is however still in development.

## Dependencies
The following tools and libraries are used:
- **BladeOne** - GitHub: [EFTEC/BladeOne](https://github.com/EFTEC/BladeOne), licensed under [MIT license](https://github.com/EFTEC/BladeOne/blob/master/LICENSE)
- **TailwindCSS** - GitHub: [tailwindlabs/tailwindcss](https://github.com/tailwindlabs/tailwindcss), licensed under [MIT license](https://github.com/tailwindlabs/tailwindcss/blob/next/LICENSE)
- **pest** - GitHub: [pestphp/pest](https://github.com/pestphp/pest), licensed under [MIT license](https://github.com/pestphp/pest/blob/2.x/LICENSE.md)
- **PHPMailer** - GitHub: [PHPMailer/PHPMailer](https://github.com/PHPMailer/PHPMailer), licensed under [LGPL-2.1 license](https://github.com/PHPMailer/PHPMailer/blob/master/LICENSE)
- **chokidar** - GitHub: [paulmillr/chokidar](https://github.com/paulmillr/chokidar), licensed under [MIT license](https://github.com/paulmillr/chokidar/blob/main/LICENSE)
- **ws** - GitHub: [websockets/ws](https://github.com/websockets/ws), licensed under [MIT license](https://github.com/websockets/ws/blob/master/LICENSE)

## License
This software is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.