https://github.com/sedrubal/esp8266artnetclient
https://github.com/sedrubal/esp8266artnetclient
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sedrubal/esp8266artnetclient
- Owner: sedrubal
- License: gpl-3.0
- Created: 2016-04-07T17:00:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T17:00:42.000Z (almost 10 years ago)
- Last Synced: 2025-06-10T23:47:53.963Z (7 months ago)
- Language: Arduino
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP8266ArtNetClient
## What is this?
This aims to be a fully integrated wireless Art-Net compatible node that can control RGB LEDs or WS2812 LED stripes by DMX channels.
## TODO
* general code cleanup
* add cyclic reconnection attempts
* add power saving modes
## How to use
Install the ESP8266 Arduino Package and the Adafruit NeoPixel Library using Arduinos package manager. Make sure to edit the SSID and password accordingly. Compile and upload the sketch to your ESP8266 and connect a WS2812 stripe to GPIO2.
## Warning!
This is Pre-Alpha stage and has not been thoroughly tested. This repository is mainly for internal development purposes! Do not use!