-
In this code:
public void discoverNode(ArtPollReplyPacket reply) {
InetAddress nodeIP = reply.getIPAddress();
ArtNetNode node = discoveredNodes.get(nodeIP);
if (node …
-
Hello
II managed to have OLA working starting with :9090 but not the RDM tester.
Raspberry 5 8gb
It looks that I have an error during installation:
OlaClientWrapperTest.cpp:52:Assertion
Test na…
-
With the [pigpio library](http://abyz.co.uk/rpi/pigpio/cif.html), it is possible to use a GPIO pin on the Raspberry Pi as a [bit-banged UART](http://abyz.co.uk/rpi/pigpio/cif.html#gpioSerialRead) inpu…
-
I have tried for a while to make OLA drive DMX in a threaded way in Python - so I could do something else in my main code, and change DMX in the thread at times when needed. However, I also find it ne…
sdbbs updated
4 years ago
-
Hi @luksal , I tested your example, but it receives 0 randomly, I cross checked the data using logic analyser, the data is perfect but esp32 receives 0.
![WhatsApp Image 2021-09-15 at 3 28 57 PM](ht…
-
What it's needed to be able to connect more than one raspberry pi together, to make one master and others slave, is there an implementation in the library for that?
-
./ola/OlaClientTester -l 4
olad/OlaDaemon.cpp:121: Using configs in /home/peter/.ola
common/thread/Mutex.cpp:115: Waiting with pthread
common/thread/Thread.cpp:192: Thread pref-saver, policy SCHED_OTH…
-
https://www.usbdmx.com/usb_dmx_interface.html
Protocol docs:
https://www.usbdmx.com/protocol.html
Appears to have no bulk update option, so might be rather slow or want some cleverness to only …
-
Hello,
I really don't know how to find the source of the problem.
got this when try to start olad :
Click to expand!
Received Segmentation fault
/usr/lib/libolacommon.so.0(+0x9687c)[0x7…
-
_From [nomis52](https://code.google.com/u/nomis52/) on May 10, 2009 18:16:22_
protobufs support java - we should have a native java api
_Original issue: http://code.google.com/p/open-lighting/issues…