kripton

Results 166 comments of kripton

Well investigated. However, it might be related to something else. On my machine (Gentoo Linux, protobuf-3.14.0 installed via system package manager), the test passes: `PASS: python/ola/ClientWrapperTest.sh` Protobuf (and its Python...

Just tested also with the latest master (commit a95a6f7d43ac02b1b0103e99f24cfd8d7eec28fb) and the tests are also all PASSing. However, my system runs fewer tests than yours: ``` # TOTAL: 94 # PASS:...

Hm, your example mentions a typo in a (jsdoc) comment. Do you recommend any linter that fetches those? Would the linter run in the "normal" build process (possibly requiring and...

Hi, I've been working on this lately: https://github.com/kripton/ola_to_rpi_multi I've been able to send three universes with about 20% CPU usage on a non-overclocked RaspberryPi 3. I couldn't test with real...

As @FloEdelmann mentioned, using pigpiod was the solution to the permission problem. Thanks! Daemon running as root, OLA client running as ordinary user works perfectly. Implemented in https://github.com/kripton/ola_to_rpi_multi/pull/4 I've also...

Ok, started working on this. WiP is here: https://github.com/kripton/ola/tree/pigpio though not much to see there, yet ;) I've got a good plan in my head to manage devices and ports...

Yes, I'd plan the "new" pigpio plugin to do "only" DMX output via GPIOs and keep the existing GPIO-plugin for GPIO on/off depending on threshold configured. Those two applications of...

Short update: When using OLA (with 4 universes) + ola_to_rpi_multi on one machine (my laptop) and only pigpiod on the Pi, the DMX frame rate jitters between 21Hz and 26Hz....

Hi, @FloEdelmann. Status of the PR itself: stalled. What I got working back then was that automake was able to detect if the pigpio library and headers are existing. The...

Update: End of August, we connected one RPi 1 and one RPi 3 with each 4 DMX universes out to a "real stage" for testing. Glitches happened, Lamps were very...