Giter Site home page Giter Site logo

e131_pixelpusher's Introduction

E131_PixelPusher

Build Status License: MIT version LastCommit

Minimalistic Async code around Async E131 for ESP8266/ESP32

  • Completely Async
  • Web-interface to set starting universe, unicast/umulticast, total number of universes
  • WiFiManager Captive Portal to get WiFi credentials (Compile with -DUSE_EADNS for ESP8266)
  • Subscribes to E131 multicast
  • Connect RX/GPIO3 to DIN of NeoPixel strip, and any PIN (<GPIO32) specified for ESP32
  • Upload included firmware.bin at http://<IP_ADDRESS>/update for ESP8266, compile your own for ESP32
  • Included relavent lines for APA102/Dotstar LED strip: Comment //#define USE_NEOPIXELS xxx and uncomment #define USE_DOTSTAR
    • ESP8266 Hardware SPI: Uses GPIO14(SCK) for CLOCK and GPIO13(MOSI) for DATA
    • ESP32 Hardware SPI: Uses GPIO18(SCK) for CLOCK and GPIO23(MOSI) for DATA

E131_PixelPusher

Libraries Needed

platformio.ini is included, use PlatformIO and it will take care of installing the following libraries.

Library Link Platform
ESPAsyncE131 https://github.com/forkineye/ESPAsyncE131 ESP8266/32
ESPAsyncUDP https://github.com/me-no-dev/ESPAsyncUDP ESP8266
ESPAsyncTCP https://github.com/me-no-dev/ESPAsyncTCP ESP8266
NeoPixelBus https://github.com/Makuna/NeoPixelBus ESP8266/32
ESPAsyncWiFiManager https://github.com/alanswx/ESPAsyncWiFiManager ESP8266/32
ESPAsyncDNSServer https://github.com/devyte/ESPAsyncDNSServer ESP8266
ESP Async WebServer https://github.com/me-no-dev/ESPAsyncWebServer ESP8266/32
AsyncTCP https://github.com/me-no-dev/AsyncTCP ESP32
Adafruit's Dot Star https://github.com/debsahu/Adafruit_DotStar ESP8266/32

Pushing E1.31 UDP Data

Jinx

  • Download Jinx from here
  • Setup instructions: see video

LEDfx

  • Download and installation instructions for LEDfx are here
  • Setup instructions: see video

xLights

  • Download xLights from here
  • Setup instructions: see video

e131_pixelpusher's People

Contributors

debsahu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.