Zygos Masques
Masques pour brass band déambulant, éclairé par DEL RGB pilotées en WiFi
Statut du projet
Fonctionnel
Statut de la publication
Publié
License
CC-by-sa-3.0 - Creative Commons Attribution CC-by-sa-3.0 France
Inspiration
Masques Wintercroft https://wintercroft.com/
Fichiers source
Machines
Matériaux
Lien
Sommaire
C'est quoi ?
A partir de masques (les sources des découpes sont propriétaires, c'est le produit de l'entreprise Mycroft) découpés en polypropylène, nous avons rajoutés des rubans de LED RGB à base de WS2812, pilotés grâce au NodeMCU (ESP8266). L'ensemble est connecté en WiFi, les commandes sont envoyées par un interface HTML via le websocket
Dans le détail
Vous trouverez les sources sur Github :
- le code de la carte des masques:
- https://github.com/joliclic/zml_wsserver
- la commande (page html):
- https://github.com/joliclic/zml_webcontrol
- éventuellement, la boite pour la carte:
- https://github.com/joliclic/zml_nodemcu_box
This repository is part of the Zygos Mask Lights project, inserting leds into masks and control them over a wifi network.
This part contains the code for the microcontroller (a NodeMCU card) listening the network via WebSocket, and command the leds inside the mask (WS2812).
The other parts are:
zml_webcontrol: an html page for sending commands via WebSocket. zml_nodemcu_box: plan for a box for the NodeMCU card, made with MDF cutted by laser.
What is ZYGOS MASKS LIGHTS ?
The Zygos Brass Band uses for its show named "Trybz" masks made with polypropylene sheet cutted with laser (original plans by Wintercroft). This project add some leds (WS2812 plugged into a NodeMCU card) inside them, and control them with a tablet/smartphone over a wifi network via WebSocket.
le code de la carte des masques: https://github.com/joliclic/zml_wsserver
la commande (page html): https://github.com/joliclic/zml_webcontrol
éventuellement, la boite pour la carte: https://github.com/joliclic/zml_nodemcu_box