Giter Club home page Giter Club logo

light-duino's Introduction

light-duino

Our new and improved DMX light controller with mqtt control, based on an ESP8266.

Configuration

The conig.h file should contain everything to configure the system to your needs.

MQTT

The path is build up like this: <topic>/<id>/<endpoint> e.g.: DMX/1/set

MQTT endpoints

  • controller: MAC and IP, comma separated
  • state: list of current state of DMX ids with state, comma separeted
  • e.g.: "0:0,1:0,2:255,3:0,4:0,5:0,6:0,7:0,8:0,9:0,10:0,11:0"
  • set: interface to set DMX channels. Accepts list of DMX id:state, comma separated.
  • state is int between 0-255 (0 is off), or 1000 (toggle between on and off)
  • e.g.: "10:0,2:0,8:255,4:255"

Switches

Switches can be connected to the Pins 4 and 12-15. The internal Pull-ups on these pins will be activated if the pins are configured as switch.

DMX

A DMX transciver like MAX485 needs to be connected to GPIO 2 (U1TXD) of the ESP

Ext. libraries

You will need to install ESPDMX and the PubSubClient (it's a fork from the one in the Lib. Manager!) as a zip.

light-duino's People

Contributors

peterfroehlich avatar tiefpunkt avatar

Watchers

 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.