segfault16 / modular-led-controller-workstation

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
23 stars 9 forks source link

sudoless setup #150

Open segfault16 opened 4 years ago

segfault16 commented 4 years ago

Right now it's only possible to run with sudo on raspberrypi, probably due to the DMA port used for driving the leds with rpi_ws281x library. Should be tested if SPI port works as well.

segfault16 commented 4 years ago

Bluetooth needs sudo setcap cap_net_admin,cap_net_raw+eip on python / executable However, setcap removes LD_LIBRARY_PATH which is required for the pyinstaller package to find the bundled libraries..