beaglebone-DMX icon indicating copy to clipboard operation
beaglebone-DMX copied to clipboard

Library to turn BeagleBone into a DMX interface

Results 6 beaglebone-DMX issues
Sort by recently updated
recently updated
newest added

cycle.py controller only only outputs correctly up to 254 channels. Not sure if the issue is on the controller or dmx server side. I'll debug further eventually.

Ran linuxbuild for pasm, make in root directory. Was able to issue modprobe uio_pruss, but when I tried to run the dmx server output is as follows: INFO: Starting dmx...

Right now this repository lacks a license, and you retain all copyright. This means that technically nobody else can use or modify this code. http://choosealicense.com/no-license/ I doubt that's what you...

On my BealgeBone White with Debian GNU/Linux 7.4 (wheezy) i needed to run `echo BB-BONE-PRU-01 > /sys/devices/bone_capemgr.8/slots` to enable the PRU, else i got `prussdrv_open open failed`

Change default pin assignment in dmx.c to accomodate original beaglebone and newer black. Changed from header P8 pin 3 to P8 pin 12. The new beaglebone black has a emmc...

Hello! First of all, thank you so much for sharing this project! I'm trying to implement this project on the BeagleBone Black, and I'm running into an issue. I'm able...