How to get DMX into a raspberry pi or arduino as an input

This page summarizes the projects mentioned and recommended in the original post on /r/lightingdesign

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Pico-DMX

    A library for inputting and outputting the DMX512-A lighting control protocol from a Raspberry Pi Pico

  • Here's a shameless plug of an Arduino library i wrote which can receive (and send) DMX on a Raspberry Pi Pico, if you want to use it: https://github.com/jostlowe/Pico-DMX

  • JDMX

    A fork of the Conceptinetics DMX library

  • I use a fork of the Conceptinetics library for DMX input and output on the Arduino (ATMEGA328). As others have noted, using libraries that make use of the built-in UARTs on these devices is quite helpful. To receive DMX, you can wire a little external RS485-DMX converter to a serial RX pin on the Arduino (e.g. pin 0 on an Uno, Mini, Nano etc) or use an Arduino Uno Shield version of the same circuit.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts