-
Hi there,
I was having problems running this as a service at 6khz pulses. There was breaks in the pulses nearly 20ms (6-10ms typical) long! That made for very rough movement of the stage at tim…
3ricj updated
5 months ago
-
Hiya, not really an issue, but I wanted to use this package in a project im working on but struggling to figure it out, do you have any documentation for this package, or let me know how to use it?
…
-
Hi,
i'd like to send (or stream) packages with different OpCodes.
Specifically i want to send an ArtNetTrigger (0x9900) to a Mixer.
I've found changing
```c
packet[IDX(Index::OP_CODE_H)] =…
-
- [x] lib-pca9685 -> major cleanup
- [x] lib-pca9685 -> Update the examples
- [x] lib-pca9685dmx -> major cleanup
- [x] lib-pca9685dmx -> Add support for 12-bit (using 2 DMX slots).
- [x] lib-conf…
-
This is the original test code:
```
import asyncio
from pyartnet import ArtNetNode
async def main():
# Run this code in your async function
node = ArtNetNode('192.168.1.93', 6454)
…
-
Hello,
I wanted to port use the great project for an ArtNet controller (I wanted to use if on an ESP32).
I get a compile error in web.h as it does not find a web_app .h file.
Compilation error: web…
-
_From @Jorgen-VikingGod on June 3, 2015 12:22_
would be nice to have OSC support library on Espruino
like this:
https://github.com/CNMAT/OSC
more about this protocoll:
http://opensoundcontrol.org/
…
-
I look at simple dmx examples, but how i can change from 0 to 1 universe
-
## Feature request
#### What problem does this feature solve?
Support for Artnet to SPI/DMX pixel light controller in the family of the BC-204.
Currently, the RGB data format in t…
-
In my application I need to handle DMX input using sources that may send less than 512 channels. The issue is that I don't know how many channels are sent, a user can connect any source, so I need to …