Beiträge von pawkon

    Nope, I have a working version on OpenElec 6.0.3 and a small instruction for this but it is not working on higher versions. Funny thing is that everywhere is written that ws2812b type is working only on RPi1 and ws281x is working on RPi1/2/3 and I have RPi3 with OE 6.0.3 working with ws2812b :) Check out here: https://hyperion-project.org/t…-4-hyperion-ws2812b.3059/ I have no idea what to change. I'm able to run hyperiond with ws2812b without any error but there is no output on leds :/ I couldn't also find anything on the internet. I was playing with overlays even with copying old overlay from 6.0.3 to 8.0.4 without any success.

    EDIT: I've just tried from the scratch. I've made a clean install OpenElec and run java HyperCon. I made hyperion install via Hypercon and then I've sent newly made config in json. My led didn't even blink. Hyperion throw segmentation fault with ws821x type. The same is on LibreElec.


    Anyone got this working on OE 8.0.4? or the newest Librelec? If yes then how? Maybe someone can send me their config and zipped hyperion install folder ? I would appreciate that

    Hi,
    This is my first post on this forum so hello everyone. I have a problem with a newest Openelec as in subject trying to get my leds working. I have a working configuration on version of openelec 6.0.3 but I cannot get it working on 8.0.4. I wanted to install it from a fresh install so here is what I did till now.


    1. I have cloned image to the sd card and run simple setup on the first run
    2. In config.txt I have addes: dtoverlay=pwm and dtparam=spi=on
    3. My ws2812b are connected to rpi via joint gnd and pin GPIO18
    4. I have installed hyperion via script from raw.githubusercontent.com/tvdzwan/hyperion/master/bin/install_hyperion.sh whis is 14MB and the original only 2MB
    5. I copied hyperion config file to /storage/.config/hyperion.config.json
    this is my config file


    6. I've changed hyperiond to one from here: [MEDIA=googledrive]0B98LFxMHGsXMWWUyWEppd0xqLXM[/MEDIA]
    7. I run the hyperion in command line like this : LD_LIBRARY_PATH=/storage/hyperion/bin /storage/hyperion/bin/hyperiond /storage/.config/hyperion.config.json to see all in bash
    And here is the output:


    The problem is that the leds are not responding to anything. When I plug in my old image with openelec 6.0.3 every thing is working just fine. I did the same config as in the old one. Is there anything that I need to change? I also tried installing normally as wrote in the wiki but whithout any succes. Even when I change to ws281x in config hyperion is not working (segmentation error with code dump or something like that - don't remember right now). I spent 2 days on it trying many tutorials and starting from scratch. What I'm doing wrong with this?