New Ambient Lighting system - no knowledge (1 Viewer)

Rick164

MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,005
    Home Country
    Netherlands Netherlands
    Hyperion config:

    Made some small adjustments based on the one I've running here with WS2812 and attached it, might be worth a try :)
    Did found something interesting here:

    https://github.com/tvdzwan/hyperion/issues/251

    So what you can check in in an SSH session:

    Code:
    nano -w /boot/config.txt

    check if this text is in there:

    Code:
    'dtparam=spi=on'

    if not best to add or change and save with F2 key.

    In the hyperion config you can increase the rate value to something like this:

    Code:
    "rate" : 1200000.

    Can't find any clear examples for it so far but that should be a good enough start.
     

    Attachments

    • hyperion.config.txt
      13.5 KB
    Last edited:

    Rick164

    MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,005
    Home Country
    Netherlands Netherlands
    Added some more info to the previous post, seems the Hyperion documentation is missing some information for rPI2 or its no longer needed but not 100% sure.
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    37
    Ulm
    Home Country
    Germany Germany
    User should be "pi" and password should be "raspberry". SSH to "raspberrypi".

    To setup everything i would suggest to read that:
    https://www.elektronik-kompendium.de/sites/raspberry-pi/1906291.htm

    Basically you just do the sudo raspi-config.

    BTW: If you want a static ip, you have to set it in "/etc/dhcpcd.conf" and not in "/etc/network/interfaces". Thats special about jessie.

    "Hinweis: In Raspbian Wheezy vom 2015-05-05 und in Raspbian Jessie ist standardmäßig ein DHCP Client Daemon (DHCPCD) aktiv, der zum Problem werden kann, wenn man die IPv4-Konfiguration auf diese Weise vornimmt."

    Here is the guide about that. You need to go with the "Solution 2"/"Lösung 2"
    https://www.elektronik-kompendium.de/sites/raspberry-pi/1912151.htm
     
    Last edited:

    The_Stig

    Retired Team Member
  • Premium Supporter
  • April 5, 2005
    2,176
    428
    Ah...tried with root...thanks
     

    Users who are viewing this thread

    Top Bottom