Benutzeravatar
MrPuzzle
Neuling

Beiträge:4
Registriert:4. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

4. Nov 2016, 23:02

Guten Abend ,

Ich möchte mich zunächst erstmal für die hammer Arbeit auf dieser Seite bedanken. Hat mir schon sehr geholfen.

Nun habe ich aber ein Problem welches ich nur durch einen eigenen Beitrag lösen kann eventuell.

Ich habe das Testimage von AKi auf mein Rasberry Pi 2 aufgespielt. Beim starten des Pis gehen lediglich 1 bis 4 Leds an. Das Netzteil pfiept auch leise, falls das relevant sein sollte.

1.Welche LEDs du verwendest, ggf. den Link zum gekauften Produkt
https://de.aliexpress.com/item/5M-ws280 ... -IauvBurZN

2.deutliche Fotos deiner Verkabelung, vor allem so das man die Verbindungen vom PI zum Stripe durchgehend (!) erkennen kann
Bild
Bild
Bild
Bild
Bild
Bild
Bild
Bild

3.deine /boot/config.txt

Code: Alles auswählen

################################################################################
#      This file is part of OpenELEC - http://www.openelec.tv
#      Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
#      Inspired and partly copied from:
#  http://youresuchageek.blogspot.fr/2012/09/howto-raspberry-pi-openelec-on.html
#
#  OpenELEC is free software: you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation, either version 2 of the License, or
#  (at your option) any later version.
#
#  OpenELEC is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with OpenELEC.  If not, see <http://www.gnu.org/licenses/>.
################################################################################
# Bootloader configuration - config.txt
################################################################################

################################################################################
# Memory (System/GPU configuration )
################################################################################

# default GPU memory split (do not change if you do not know what you are doing)
  gpu_mem=128

# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
  gpu_mem_256=112
  gpu_mem_512=160
  gpu_mem_1024=320

################################################################################
# Overclocking settings
# WARNING: Do not change/enable if you do not know what you are doing!
#          The System may become unstable or you can have data corruption or
#          you can loose your warranty if you set wrong settings
#
# please read: http://elinux.org/RPi_config.txt#Overclocking_configuration
################################################################################

# Overclock mode settings.
#
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
# no overclocking               :    700   |    250    |    400     |      0
# mode 'Modest'                 :    800   |    300    |    400     |      0
# mode 'Medium'                 :    900   |    333    |    450     |      2
# mode 'High'                   :    950   |    450    |    450     |      6
# mode 'Turbo'                  :   1000   |    500    |    600     |      6
  mode 'Pi2'                    :    950   |    500    |    500     |      2

# arm_freq=700
# core_freq=250
# sdram_freq=400
# over_voltage=0

# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
  force_turbo=0

# If you have any data corruption using Turbo Mode and overclocking
# try with this setting uncommented
# If this still fails, try to use Medium mode without "over_voltage=2"
# If it ultimately keeps failing, forget about this until it gets fixed
# Use a more conservative mode that will works fine in any cases:
# initial_turbo=30

################################################################################
# Overscan settings
################################################################################

# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700
# overscan_scale=1
# disable_overscan=1

# Adapt overscan values to your needs
# overscan_left=57
# overscan_right=59
# overscan_top=20
# overscan_bottom=20

################################################################################
# various settings see also: http://elinux.org/RPi_config.txt
################################################################################

# Force HDMI even if unplugged or powered off
  hdmi_force_hotplug=1

# Doesn't sent initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
  hdmi_ignore_cec_init=1

################################################################################
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################

# decode_MPG2=0x00000000
# decode_WVC1=0x00000000
# decode_DTS=0x00000000
# decode_DDP=0x00000000

################################################################################
# End of default configuration
# all values below this line were inserted from config.txt.bk (your old config)
# and can be merged with the above values
################################################################################

# Ambilight Modul aktivieren
  dtparam=spi=on

# mehr USB-Power
  max_usb_current=1


4.deine hyperion.config.json

Code: Alles auswählen

// Automatically generated configuration file for 'Hyperion daemon'
// Generated by: HyperCon (The Hyperion deamon configuration file builder

{
   /// Device configuration contains the following fields:
   /// * 'name'       : The user friendly name of the device (only used for display purposes)
   /// * 'type'       : The type of the device or leds (known types for now are 'ws2801', 'ldp8806',
   ///                  'lpd6803', 'sedu', 'adalight', 'lightpack', 'philipshue', 'test' and 'none')
   /// * 'output'     : The output specification depends on selected device. This can for example be the
   ///                  device specifier, device serial number, or the output file name
   /// * 'rate'       : The baudrate of the output to the device
   /// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.).
   /// Specific of Philips Hue:
   /// * 'username'   : The name of user registred on the Philips Hue Bridge
   /// * 'switchOffOnBlack' : Define if Hue light switch off when black is detected
   /// * 'transitiontime' : Set the time of transition between color of Hue light
   "device" :
   {
      "name"       : "MyPi",
      "type"       : "ws2801",
      "output"     : "/dev/spidev0.0",
      "rate"       : 250000,
      "colorOrder" : "rgb"
   },

   /// Color manipulation configuration used to tune the output colors to specific surroundings.
   /// The configuration contains a list of color-transforms. Each transform contains the
   /// following fields:
   ///  * 'id'   : The unique identifier of the color transformation (eg 'device_1')   ///  * 'leds' : The indices (or index ranges) of the leds to which this color transform applies
   ///             (eg '0-5, 9, 11, 12-17'). The indices are zero based.   ///  * 'hsv' : The manipulation in the Hue-Saturation-Value color domain with the following
   ///            tuning parameters:
   ///            - 'saturationGain'  The gain adjustement of the saturation
   ///            - 'valueGain'       The gain adjustement of the value
   ///  * 'red'/'green'/'blue' : The manipulation in the Red-Green-Blue color domain with the
   ///                           following tuning parameters for each channel:
   ///            - 'threshold'       The minimum required input value for the channel to be on
   ///                                (else zero)
   ///            - 'gamma'           The gamma-curve correction factor
   ///            - 'blacklevel'      The lowest possible value (when the channel is black)
   ///            - 'whitelevel'      The highest possible value (when the channel is white)
   ///
   /// Next to the list with color transforms there is also a smoothing option.
   ///  * 'smoothing' : Smoothing of the colors in the time-domain with the following tuning
   ///                  parameters:
   ///            - 'type'            The type of smoothing algorithm ('linear' or 'none')
   ///            - 'time_ms'         The time constant for smoothing algorithm in milliseconds
   ///            - 'updateFrequency' The update frequency of the leds in Hz
   "color" :
   {
      "transform" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "hsv" :
            {
               "saturationGain" : 1.0000,
               "valueGain"      : 1.0000
            },
            "red" :
            {
               "threshold"  : 0.0000,
               "gamma"      : 1.0000,
               "blacklevel" : 0.0000,
               "whitelevel" : 1.0000
            },
            "green" :
            {
               "threshold"  : 0.0000,
               "gamma"      : 1.0000,
               "blacklevel" : 0.0000,
               "whitelevel" : 1.0000
            },
            "blue" :
            {
               "threshold"  : 0.0000,
               "gamma"      : 1.0000,
               "blacklevel" : 0.0000,
               "whitelevel" : 1.0000
            }
         }
      ],
      "smoothing" :
      {
         "type"            : "none",
         "time_ms"         : 200,
         "updateFrequency" : 20.0000,
         "updateDelay"     : 0
      }
   },

   ///  The configuration for each individual led. This contains the specification of the area
   ///  averaged of an input image for each led to determine its color. Each item in the list
   ///  contains the following fields:
   ///  * index: The index of the led. This determines its location in the string of leds; zero
   ///           being the first led.
   ///  * hscan: The fractional part of the image along the horizontal used for the averaging
   ///           (minimum and maximum inclusive)
   ///  * vscan: The fractional part of the image along the vertical used for the averaging
   ///           (minimum and maximum inclusive)
   "leds" :
   [
      {
         "index" : 0,
         "hscan" : { "minimum" : 0.4375, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 1,
         "hscan" : { "minimum" : 0.3750, "maximum" : 0.4375 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 2,
         "hscan" : { "minimum" : 0.3125, "maximum" : 0.3750 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 3,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.3125 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 4,
         "hscan" : { "minimum" : 0.1875, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 5,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1875 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 6,
         "hscan" : { "minimum" : 0.0625, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 7,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0625 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 8,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 9,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8571, "maximum" : 1.0000 }
      },
      {
         "index" : 10,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7143, "maximum" : 0.8571 }
      },
      {
         "index" : 11,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5714, "maximum" : 0.7143 }
      },
      {
         "index" : 12,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4286, "maximum" : 0.5714 }
      },
      {
         "index" : 13,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2857, "maximum" : 0.4286 }
      },
      {
         "index" : 14,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1429, "maximum" : 0.2857 }
      },
      {
         "index" : 15,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.1429 }
      },
      {
         "index" : 16,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 17,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0625 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 18,
         "hscan" : { "minimum" : 0.0625, "maximum" : 0.1250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 19,
         "hscan" : { "minimum" : 0.1250, "maximum" : 0.1875 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 20,
         "hscan" : { "minimum" : 0.1875, "maximum" : 0.2500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 21,
         "hscan" : { "minimum" : 0.2500, "maximum" : 0.3125 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 22,
         "hscan" : { "minimum" : 0.3125, "maximum" : 0.3750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 23,
         "hscan" : { "minimum" : 0.3750, "maximum" : 0.4375 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 24,
         "hscan" : { "minimum" : 0.4375, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 25,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5625 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 26,
         "hscan" : { "minimum" : 0.5625, "maximum" : 0.6250 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 27,
         "hscan" : { "minimum" : 0.6250, "maximum" : 0.6875 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 28,
         "hscan" : { "minimum" : 0.6875, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 29,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.8125 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 30,
         "hscan" : { "minimum" : 0.8125, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 31,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9375 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 32,
         "hscan" : { "minimum" : 0.9375, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 33,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 34,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.1429 }
      },
      {
         "index" : 35,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1429, "maximum" : 0.2857 }
      },
      {
         "index" : 36,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2857, "maximum" : 0.4286 }
      },
      {
         "index" : 37,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4286, "maximum" : 0.5714 }
      },
      {
         "index" : 38,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5714, "maximum" : 0.7143 }
      },
      {
         "index" : 39,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7143, "maximum" : 0.8571 }
      },
      {
         "index" : 40,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8571, "maximum" : 1.0000 }
      },
      {
         "index" : 41,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 42,
         "hscan" : { "minimum" : 0.9375, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 43,
         "hscan" : { "minimum" : 0.8750, "maximum" : 0.9375 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 44,
         "hscan" : { "minimum" : 0.8125, "maximum" : 0.8750 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 45,
         "hscan" : { "minimum" : 0.7500, "maximum" : 0.8125 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 46,
         "hscan" : { "minimum" : 0.6875, "maximum" : 0.7500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 47,
         "hscan" : { "minimum" : 0.6250, "maximum" : 0.6875 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 48,
         "hscan" : { "minimum" : 0.5625, "maximum" : 0.6250 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 49,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5625 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      }
   ],

   /// The black border configuration, contains the following items:
   ///  * enable    : true if the detector should be activated
   ///  * threshold : Value below which a pixel is regarded as black (value between 0.0 and 1.0)
   "blackborderdetector" :
   {
      "enable" : true,
      "threshold" : 0.01
   },

   /// The configuration of the effect engine, contains the following items:
   ///  * paths        : An array with absolute location(s) of directories with effects
   ///  * bootsequence : The effect selected as 'boot sequence'
   "effects" :
   {
      "paths" :
      [
         "/storage/hyperion/effects"
      ]
   },

   "bootsequence" :
   {
      "effect" : "Rainbow swirl fast",
      "duration_ms" : 3000
   },

   ///  The configuration for the frame-grabber, contains the following items:
   ///   * width        : The width of the grabbed frames [pixels]
   ///   * height       : The height of the grabbed frames [pixels]
   ///   * frequency_Hz : The frequency of the frame grab [Hz]
   "framegrabber" :
   {
      "width" : 64,
      "height" : 64,
      "frequency_Hz" : 10.0
   },

   /// The configuration of the XBMC connection used to enable and disable the frame-grabber. Contains the following fields:
   ///  * xbmcAddress       : The IP address of the XBMC-host
   ///  * xbmcTcpPort       : The TCP-port of the XBMC-server
   ///  * grabVideo         : Flag indicating that the frame-grabber is on(true) during video playback
   ///  * grabPictures      : Flag indicating that the frame-grabber is on(true) during picture show
   ///  * grabAudio         : Flag indicating that the frame-grabber is on(true) during audio playback
   ///  * grabMenu          : Flag indicating that the frame-grabber is on(true) in the XBMC menu
   ///  * grabScreensaver   : Flag indicating that the frame-grabber is on(true) when XBMC is on screensaver
   ///  * enable3DDetection : Flag indicating that the frame-grabber should switch to a 3D compatible modus if a 3D video is playing
   "xbmcVideoChecker" :
   {
      "xbmcAddress" : "127.0.0.1",
      "xbmcTcpPort" : 9090,
      "grabVideo" : true,
      "grabPictures" : true,
      "grabAudio" : true,
      "grabMenu" : true,
      "grabScreensaver" : true,
      "enable3DDetection" : true
   },

   /// The configuration of the Json server which enables the json remote interface
   ///  * port : Port at which the json server is started
   "jsonServer" :
   {
      "port" : 19444
   },

   /// The configuration of the Proto server which enables the protobuffer remote interface
   ///  * port : Port at which the protobuffer server is started
   "protoServer" :
   {
      "port" : 19445
   },

   /// The configuration of the boblight server which enables the boblight remote interface
   ///  * port : Port at which the boblight server is started
//    "boblightServer" :
//    {
//       "port" : 19333
//    },

   "endOfJson" : "endOfJson"
}


5.Screenshots des Hyperion GUI Tools womit du deine LEDs konfiguriert hast (von jedem Tab einen)

Wurde nicht konfiguriert, da ich das Testimage von Aki genommen habe.

6.Angabe wo deine erste LED am TV montiert ist (von vorne Betrachtet)

Unten Rechts

7. Angabe ob die Steuerung von Hyperion mit einer der Apps aus Beitrag #3 in diesem Thema funktionieren

Nein

8.die Ausgabe der nachfolgenden Befehle mittels SSH(Putty)

Code: Alles auswählen

Application build time: Mar  6 2015 20:57:44
QCoreApplication initialised
Selected configuration file: /storage/.config/hyperion.config.json
ColorTransform 'default' => [0; 49]
Device configuration:
{
        "colorOrder" : "rgb",
        "name" : "MyPi",
        "output" : "/dev/spidev0.0",
        "rate" : 250000,
        "type" : "ws2801"
}

Black border threshold set to 0.01 (3)
Not creating any smoothing
Effect loaded: Knight rider
Effect loaded: Blue mood blobs
Effect loaded: Cold mood blobs
Effect loaded: Full color mood blobs
Effect loaded: Green mood blobs
Effect loaded: Red mood blobs
Effect loaded: Warm mood blobs
Effect loaded: Rainbow mood
Effect loaded: Rainbow swirl fast
Effect loaded: Rainbow swirl
Effect loaded: Snake
Effect loaded: Strobe blue
Effect loaded: Strobe Raspbmc
Effect loaded: Strobe white
Initializing Python interpreter
Hyperion created and initialised
run effect Rainbow swirl fast on channel 0
Boot sequence(Rainbow swirl fast) created and started
XBMC video checker created and started
Display opened with resolution: 640x480
Frame grabber created and started
Json server created and started on port 19444
Proto server created and started on port 19445
XBMC Connected
Message from XBMC: {"id":666,"jsonrpc":"2.0","result":[]}
XBMC checker: switching to MENU mode
Message from XBMC: {"id":668,"jsonrpc":"2.0","result":{"System.ScreenSaverActive                                                                             ":true}}
Message from XBMC: {"id":670,"jsonrpc":"2.0","result":{"version":{"major":15,"mi                                                                             nor":2,"revision":"02e7013","tag":"stable"}}}
BORDER SWITCH REQUIRED!!
CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=0
effect finished


Ich hoffe ihr könnt mir bei meinem Problem helfen. Bin schon langsam am verzweifeln..

LG

dadon5
Neuling

Beiträge:10
Registriert:5. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

5. Nov 2016, 02:34

hallo zusammen ,
ich hoffe auch auf eure hilfe ich weis nicht weiter .
finde einfach nicht meinen fehler .
es leuchten nur bis zu 2m meines stripes und auch diese 2 m machen was sie wollen )= egal was ich für einen befehl sende der stripe reagiert zwar auf was aber macht trotzdem was anderes wie ich befehle.

1. http://www.ebay.de/itm/111935776066?_tr ... EBIDX%3AIT

2.
20161105_020154.jpg
20161105_020156.jpg


3.

Code: Alles auswählen

################################################################################
#      This file is part of OpenELEC - http://www.openelec.tv
#      Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
#      Inspired and partly copied from:
#  http://youresuchageek.blogspot.fr/2012/09/howto-raspberry-pi-openelec-on.html
#
#  OpenELEC is free software: you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation, either version 2 of the License, or
#  (at your option) any later version.
#
#  OpenELEC is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with OpenELEC.  If not, see <http://www.gnu.org/licenses/>.
################################################################################
# Bootloader configuration - config.txt
################################################################################

################################################################################
# Memory (System/GPU configuration )
################################################################################

# default GPU memory split (do not change if you do not know what you are doing)
  gpu_mem=128

# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
  gpu_mem_256=112
  gpu_mem_512=160
  gpu_mem_1024=256

################################################################################
# Overclocking settings
# WARNING: Do not change/enable if you do not know what you are doing!
#          The System may become unstable or you can have data corruption or
#          you can loose your warranty if you set wrong settings
#
# please read: http://elinux.org/RPi_config.txt#Overclocking_configuration
################################################################################

# Overclock mode settings.
#
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
# no overclocking               :    700   |    250    |    400     |      0
# mode 'Modest'                 :    800   |    300    |    400     |      0
# mode 'Medium'                 :    900   |    333    |    450     |      2
# mode 'High'                   :    950   |    450    |    450     |      6
# mode 'Turbo'                  :   1000   |    500    |    600     |      6
# mode 'Pi2'                    :   1000   |    500    |    500     |      2

# arm_freq=700
# core_freq=250
# sdram_freq=400
# over_voltage=0

# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
  force_turbo=0

# If you have any data corruption using Turbo Mode and overclocking
# try with this setting uncommented
# If this still fails, try to use Medium mode without "over_voltage=2"
# If it ultimately keeps failing, forget about this until it gets fixed
# Use a more conservative mode that will works fine in any cases:
# initial_turbo=30

################################################################################
# Overscan settings
################################################################################

# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700
# overscan_scale=1
# disable_overscan=1

# Adapt overscan values to your needs
# overscan_left=57
# overscan_right=59
# overscan_top=20
# overscan_bottom=20

################################################################################
# various settings see also: http://elinux.org/RPi_config.txt
################################################################################

# Force HDMI even if unplugged or powered off
# hdmi_force_hotplug=1

# Doesn't sent initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
  hdmi_ignore_cec_init=1

################################################################################
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################

# decode_MPG2=0x00000000
# decode_WVC1=0x00000000
# decode_DTS=0x00000000
# decode_DDP=0x00000000

################################################################################
# End of default configuration
# all values below this line were inserted from config.txt.bk (your old config)
# and can be merged with the above values
################################################################################
# Ambilight Modul aktivieren
dtparam=spi=on


4.

Code: Alles auswählen

// Automatically generated configuration file for Hyperion ambilight daemon
// Notice: All values are explained with comments at our wiki: wiki.hyperion-project.org (config area)
// Generated by: HyperCon (The Hyperion deamon configuration file builder)
// Created with HyperCon V1.03.1 (11.06.2016)

{
   // DEVICE CONFIGURATION
   "device" :
   {
      "name"       : "MyHyperionConfig",
      "type"       : "ws2801",
      "output"     : "/dev/spidev0.0",
      "rate"     : 250000,
      "colorOrder" : "rgb"
   },

   // COLOR CALIBRATION CONFIG
   "color" :
   {
      "channelAdjustment" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "pureRed" :
            {
               "redChannel"      : 255,
               "greenChannel"      : 0,
               "blueChannel"      : 0
            },
            "pureGreen" :
            {
               "redChannel"      : 0,
               "greenChannel"      : 255,
               "blueChannel"      : 0
            },
            "pureBlue" :
            {
               "redChannel"      : 0,
               "greenChannel"      : 0,
               "blueChannel"      : 255
            }
         }
      ],
      "temperature" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "correctionValues" :
            {
               "red"    : 255,
               "green"   : 255,
               "blue"    : 255
            }
         }
      ],
      "transform" :
      [
         {
            "id"   : "default",
            "leds" : "*",
            "hsl" :
            {
               "saturationGain"   : 1.0000,
               "luminanceGain"      : 1.0000,
               "luminanceMinimum"      : 0.0000
            },
            "red" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5000
            },
            "green" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5000
            },
            "blue" :
            {
               "threshold"    : 0.0000,
               "gamma"        : 2.5000
            }
         }
      ],
   // SMOOTHING CONFIG
      "smoothing" :
      {
         "type"            : "linear",
         "time_ms"         : 100,
         "updateFrequency" : 25.0000,
         "updateDelay"     : 0
      }
   },

   // NO V4L2 GRABBER CONFIG
   // FRAME GRABBER CONFIG
   "framegrabber" :
   {
      "width" : 64,
      "height" : 64,
      "frequency_Hz" : 10.0,
      "priority" : 890
   },

   // BLACKBORDER CONFIG
   "blackborderdetector" :
   {
      "enable" : true,
      "threshold" : 0.01,
      "unknownFrameCnt" : 600,
      "borderFrameCnt" : 50,
      "maxInconsistentCnt" : 10,
      "blurRemoveCnt" : 1,
      "mode" : "default"
   },

   // KODI CHECK CONFIG
   "xbmcVideoChecker" :
   {
      "xbmcAddress" : "127.0.0.1",
      "xbmcTcpPort" : 9090,
      "grabVideo" : true,
      "grabPictures" : true,
      "grabAudio" : true,
      "grabMenu" : true,
      "grabPause" : true,
      "grabScreensaver" : true,
      "enable3DDetection" : true
   },

   // BOOTEFFECT CONFIG
   "bootsequence" :
   {
      "color" : [0,0,0],
      "effect" : "Rainbow swirl fast",
      "duration_ms" : 3000,
      "priority" : 700
   },

   // JSON SERVER CONFIG
   "jsonServer" :
   {
      "port" : 19444
   },

   // PROTO SERVER CONFIG
   "protoServer" :
   {
      "port" : 19445
   },

   // EFFECT PATH
   "effects" :
   {
      "paths" :
      [
         "/storage/hyperion/effects",
         "/usr/share/hyperion/effects"
      ]
   },

   // NO BOBLIGHT SERVER CONFIG
   // NO JSON/PROTO FORWARD CONFIG

   // LED CONFIGURATION
   "leds" :
   [
      {
         "index" : 0,
         "hscan" : { "minimum" : 0.1400, "maximum" : 0.1600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 1,
         "hscan" : { "minimum" : 0.1200, "maximum" : 0.1400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 2,
         "hscan" : { "minimum" : 0.1000, "maximum" : 0.1200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 3,
         "hscan" : { "minimum" : 0.0800, "maximum" : 0.1000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 4,
         "hscan" : { "minimum" : 0.0600, "maximum" : 0.0800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 5,
         "hscan" : { "minimum" : 0.0400, "maximum" : 0.0600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 6,
         "hscan" : { "minimum" : 0.0200, "maximum" : 0.0400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 7,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 8,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 9,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0286 }
      },
      {
         "index" : 10,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0286, "maximum" : 0.0571 }
      },
      {
         "index" : 11,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0571, "maximum" : 0.0857 }
      },
      {
         "index" : 12,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0857, "maximum" : 0.1143 }
      },
      {
         "index" : 13,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1143, "maximum" : 0.1429 }
      },
      {
         "index" : 14,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1429, "maximum" : 0.1714 }
      },
      {
         "index" : 15,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1714, "maximum" : 0.2000 }
      },
      {
         "index" : 16,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2000, "maximum" : 0.2286 }
      },
      {
         "index" : 17,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2286, "maximum" : 0.2571 }
      },
      {
         "index" : 18,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2571, "maximum" : 0.2857 }
      },
      {
         "index" : 19,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2857, "maximum" : 0.3143 }
      },
      {
         "index" : 20,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3143, "maximum" : 0.3429 }
      },
      {
         "index" : 21,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3429, "maximum" : 0.3714 }
      },
      {
         "index" : 22,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3714, "maximum" : 0.4000 }
      },
      {
         "index" : 23,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4000, "maximum" : 0.4286 }
      },
      {
         "index" : 24,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4286, "maximum" : 0.4571 }
      },
      {
         "index" : 25,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4571, "maximum" : 0.4857 }
      },
      {
         "index" : 26,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4857, "maximum" : 0.5143 }
      },
      {
         "index" : 27,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5143, "maximum" : 0.5429 }
      },
      {
         "index" : 28,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5429, "maximum" : 0.5714 }
      },
      {
         "index" : 29,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5714, "maximum" : 0.6000 }
      },
      {
         "index" : 30,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6000, "maximum" : 0.6286 }
      },
      {
         "index" : 31,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6286, "maximum" : 0.6571 }
      },
      {
         "index" : 32,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6571, "maximum" : 0.6857 }
      },
      {
         "index" : 33,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6857, "maximum" : 0.7143 }
      },
      {
         "index" : 34,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7143, "maximum" : 0.7429 }
      },
      {
         "index" : 35,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7429, "maximum" : 0.7714 }
      },
      {
         "index" : 36,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7714, "maximum" : 0.8000 }
      },
      {
         "index" : 37,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8000, "maximum" : 0.8286 }
      },
      {
         "index" : 38,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8286, "maximum" : 0.8571 }
      },
      {
         "index" : 39,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8571, "maximum" : 0.8857 }
      },
      {
         "index" : 40,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8857, "maximum" : 0.9143 }
      },
      {
         "index" : 41,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9143, "maximum" : 0.9429 }
      },
      {
         "index" : 42,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9429, "maximum" : 0.9714 }
      },
      {
         "index" : 43,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9714, "maximum" : 1.0000 }
      },
      {
         "index" : 44,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 45,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0200 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 46,
         "hscan" : { "minimum" : 0.0200, "maximum" : 0.0400 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 47,
         "hscan" : { "minimum" : 0.0400, "maximum" : 0.0600 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 48,
         "hscan" : { "minimum" : 0.0600, "maximum" : 0.0800 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 49,
         "hscan" : { "minimum" : 0.0800, "maximum" : 0.1000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 50,
         "hscan" : { "minimum" : 0.1000, "maximum" : 0.1200 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 51,
         "hscan" : { "minimum" : 0.1200, "maximum" : 0.1400 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 52,
         "hscan" : { "minimum" : 0.1400, "maximum" : 0.1600 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 53,
         "hscan" : { "minimum" : 0.1600, "maximum" : 0.1800 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 54,
         "hscan" : { "minimum" : 0.1800, "maximum" : 0.2000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 55,
         "hscan" : { "minimum" : 0.2000, "maximum" : 0.2200 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 56,
         "hscan" : { "minimum" : 0.2200, "maximum" : 0.2400 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 57,
         "hscan" : { "minimum" : 0.2400, "maximum" : 0.2600 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 58,
         "hscan" : { "minimum" : 0.2600, "maximum" : 0.2800 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 59,
         "hscan" : { "minimum" : 0.2800, "maximum" : 0.3000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 60,
         "hscan" : { "minimum" : 0.3000, "maximum" : 0.3200 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 61,
         "hscan" : { "minimum" : 0.3200, "maximum" : 0.3400 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 62,
         "hscan" : { "minimum" : 0.3400, "maximum" : 0.3600 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 63,
         "hscan" : { "minimum" : 0.6400, "maximum" : 0.6600 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 64,
         "hscan" : { "minimum" : 0.6600, "maximum" : 0.6800 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 65,
         "hscan" : { "minimum" : 0.6800, "maximum" : 0.7000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 66,
         "hscan" : { "minimum" : 0.7000, "maximum" : 0.7200 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 67,
         "hscan" : { "minimum" : 0.7200, "maximum" : 0.7400 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 68,
         "hscan" : { "minimum" : 0.7400, "maximum" : 0.7600 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 69,
         "hscan" : { "minimum" : 0.7600, "maximum" : 0.7800 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 70,
         "hscan" : { "minimum" : 0.7800, "maximum" : 0.8000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 71,
         "hscan" : { "minimum" : 0.8000, "maximum" : 0.8200 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 72,
         "hscan" : { "minimum" : 0.8200, "maximum" : 0.8400 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 73,
         "hscan" : { "minimum" : 0.8400, "maximum" : 0.8600 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 74,
         "hscan" : { "minimum" : 0.8600, "maximum" : 0.8800 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 75,
         "hscan" : { "minimum" : 0.8800, "maximum" : 0.9000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 76,
         "hscan" : { "minimum" : 0.9000, "maximum" : 0.9200 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 77,
         "hscan" : { "minimum" : 0.9200, "maximum" : 0.9400 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 78,
         "hscan" : { "minimum" : 0.9400, "maximum" : 0.9600 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 79,
         "hscan" : { "minimum" : 0.9600, "maximum" : 0.9800 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 80,
         "hscan" : { "minimum" : 0.9800, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 81,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 82,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9714, "maximum" : 1.0000 }
      },
      {
         "index" : 83,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9429, "maximum" : 0.9714 }
      },
      {
         "index" : 84,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9143, "maximum" : 0.9429 }
      },
      {
         "index" : 85,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8857, "maximum" : 0.9143 }
      },
      {
         "index" : 86,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8571, "maximum" : 0.8857 }
      },
      {
         "index" : 87,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8286, "maximum" : 0.8571 }
      },
      {
         "index" : 88,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8000, "maximum" : 0.8286 }
      },
      {
         "index" : 89,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7714, "maximum" : 0.8000 }
      },
      {
         "index" : 90,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7429, "maximum" : 0.7714 }
      },
      {
         "index" : 91,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7143, "maximum" : 0.7429 }
      },
      {
         "index" : 92,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6857, "maximum" : 0.7143 }
      },
      {
         "index" : 93,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6571, "maximum" : 0.6857 }
      },
      {
         "index" : 94,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6286, "maximum" : 0.6571 }
      },
      {
         "index" : 95,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6000, "maximum" : 0.6286 }
      },
      {
         "index" : 96,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5714, "maximum" : 0.6000 }
      },
      {
         "index" : 97,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5429, "maximum" : 0.5714 }
      },
      {
         "index" : 98,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5143, "maximum" : 0.5429 }
      },
      {
         "index" : 99,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4857, "maximum" : 0.5143 }
      },
      {
         "index" : 100,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4571, "maximum" : 0.4857 }
      },
      {
         "index" : 101,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4286, "maximum" : 0.4571 }
      },
      {
         "index" : 102,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4000, "maximum" : 0.4286 }
      },
      {
         "index" : 103,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3714, "maximum" : 0.4000 }
      },
      {
         "index" : 104,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3429, "maximum" : 0.3714 }
      },
      {
         "index" : 105,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3143, "maximum" : 0.3429 }
      },
      {
         "index" : 106,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2857, "maximum" : 0.3143 }
      },
      {
         "index" : 107,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2571, "maximum" : 0.2857 }
      },
      {
         "index" : 108,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2286, "maximum" : 0.2571 }
      },
      {
         "index" : 109,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2000, "maximum" : 0.2286 }
      },
      {
         "index" : 110,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1714, "maximum" : 0.2000 }
      },
      {
         "index" : 111,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1429, "maximum" : 0.1714 }
      },
      {
         "index" : 112,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1143, "maximum" : 0.1429 }
      },
      {
         "index" : 113,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0857, "maximum" : 0.1143 }
      },
      {
         "index" : 114,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0571, "maximum" : 0.0857 }
      },
      {
         "index" : 115,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0286, "maximum" : 0.0571 }
      },
      {
         "index" : 116,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0286 }
      },
      {
         "index" : 117,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 118,
         "hscan" : { "minimum" : 0.9800, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 119,
         "hscan" : { "minimum" : 0.9600, "maximum" : 0.9800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 120,
         "hscan" : { "minimum" : 0.9400, "maximum" : 0.9600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 121,
         "hscan" : { "minimum" : 0.9200, "maximum" : 0.9400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 122,
         "hscan" : { "minimum" : 0.9000, "maximum" : 0.9200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 123,
         "hscan" : { "minimum" : 0.8800, "maximum" : 0.9000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 124,
         "hscan" : { "minimum" : 0.8600, "maximum" : 0.8800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 125,
         "hscan" : { "minimum" : 0.8400, "maximum" : 0.8600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 126,
         "hscan" : { "minimum" : 0.8200, "maximum" : 0.8400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 127,
         "hscan" : { "minimum" : 0.8000, "maximum" : 0.8200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 128,
         "hscan" : { "minimum" : 0.7800, "maximum" : 0.8000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 129,
         "hscan" : { "minimum" : 0.7600, "maximum" : 0.7800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 130,
         "hscan" : { "minimum" : 0.7400, "maximum" : 0.7600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 131,
         "hscan" : { "minimum" : 0.7200, "maximum" : 0.7400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 132,
         "hscan" : { "minimum" : 0.7000, "maximum" : 0.7200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 133,
         "hscan" : { "minimum" : 0.6800, "maximum" : 0.7000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 134,
         "hscan" : { "minimum" : 0.6600, "maximum" : 0.6800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 135,
         "hscan" : { "minimum" : 0.6400, "maximum" : 0.6600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 136,
         "hscan" : { "minimum" : 0.6200, "maximum" : 0.6400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 137,
         "hscan" : { "minimum" : 0.6000, "maximum" : 0.6200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 138,
         "hscan" : { "minimum" : 0.5800, "maximum" : 0.6000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 139,
         "hscan" : { "minimum" : 0.5600, "maximum" : 0.5800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 140,
         "hscan" : { "minimum" : 0.5400, "maximum" : 0.5600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 141,
         "hscan" : { "minimum" : 0.5200, "maximum" : 0.5400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 142,
         "hscan" : { "minimum" : 0.5000, "maximum" : 0.5200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 143,
         "hscan" : { "minimum" : 0.4800, "maximum" : 0.5000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 144,
         "hscan" : { "minimum" : 0.4600, "maximum" : 0.4800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 145,
         "hscan" : { "minimum" : 0.4400, "maximum" : 0.4600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 146,
         "hscan" : { "minimum" : 0.4200, "maximum" : 0.4400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 147,
         "hscan" : { "minimum" : 0.4000, "maximum" : 0.4200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 148,
         "hscan" : { "minimum" : 0.3800, "maximum" : 0.4000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 149,
         "hscan" : { "minimum" : 0.3600, "maximum" : 0.3800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 150,
         "hscan" : { "minimum" : 0.3400, "maximum" : 0.3600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 151,
         "hscan" : { "minimum" : 0.3200, "maximum" : 0.3400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 152,
         "hscan" : { "minimum" : 0.3000, "maximum" : 0.3200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 153,
         "hscan" : { "minimum" : 0.2800, "maximum" : 0.3000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 154,
         "hscan" : { "minimum" : 0.2600, "maximum" : 0.2800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 155,
         "hscan" : { "minimum" : 0.2400, "maximum" : 0.2600 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 156,
         "hscan" : { "minimum" : 0.2200, "maximum" : 0.2400 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 157,
         "hscan" : { "minimum" : 0.2000, "maximum" : 0.2200 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 158,
         "hscan" : { "minimum" : 0.1800, "maximum" : 0.2000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 159,
         "hscan" : { "minimum" : 0.1600, "maximum" : 0.1800 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      }
   ],

   "endOfJson" : "endOfJson"
}


5.
20161105_020533.jpg
20161105_020529.jpg
20161105_020546.jpg
20161105_020540.jpg


6. habe die leds noch nicht am tv befestigt weil ich eigentlich erst sehen wollte das wirklich alle leuchten und ich sie steuern kann bevor ich das mache.

7.habe hyperion app fur 99cent gekauft und der stripe reagiert auf befehle aber macht halt ganz was anderes .
mal leuchten 15 leds mal 40 mal dazwischen wieder keine aber es leuchten nie mehr wie ca 50 leds egal was ich mache.

8.

Code: Alles auswählen

OpenELEC (official) Version: 6.0.3
OpenELEC:~ # killall hyperiond
OpenELEC:~ # /storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config
.json
Hyperion Ambilight Deamon (677)
        Version   : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
        Build Time: Jul 25 2016 06:54:40
INFO: Selected configuration file: /storage/.config/hyperion.config.json
HYPERION INFO: ColorTransform 'default' => [0; 159]
HYPERION INFO: ColorCorrection 'default' => [0; 159]
HYPERION INFO: ColorAdjustment 'default' => [0; 159]
LEDDEVICE INFO: configuration:
{
        "colorOrder" : "rgb",
        "name" : "MyHyperionConfig",
        "output" : "/dev/spidev0.0",
        "rate" : 250000,
        "type" : "ws2801"
}

INFO: Creating linear smoothing
HYPERION (CS) INFO: Created linear-smoothing(interval_ms=40;settlingTime_ms=100;updateDelay=0
EFFECTENGINE INFO: 27 effects loaded from directory /storage/hyperion/effects
EFFECTENGINE INFO: Initializing Python interpreter
INFO: Hyperion started and initialised
INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
BLACKBORDER INFO: threshold set to 0.01 (3)
BLACKBORDER INFO: mode:default
started
INFO: Kodi checker created and started
INFO: Json server created and started on port 19444
INFO: Proto server created and started on port 19445
DISPMANXGRABBER INFO: Display opened with resolution: 1920x1080
BLACKBORDER INFO: threshold set to 0.01 (3)
BLACKBORDER INFO: mode:default
INFO: Frame grabber created and started
KODICHECK INFO: Kodi Connected
KODICHECK INFO: switching to MENU mode
BORDER SWITCH REQUIRED!!
CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=0
EFFECTENGINE INFO: effect finished

OpenELEC (official) Version: 6.0.3
OpenELEC:~ # killall hyperiond
OpenELEC:~ # /storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config
.json
Hyperion Ambilight Deamon (677)
        Version   : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
        Build Time: Jul 25 2016 06:54:40
INFO: Selected configuration file: /storage/.config/hyperion.config.json
HYPERION INFO: ColorTransform 'default' => [0; 159]
HYPERION INFO: ColorCorrection 'default' => [0; 159]
HYPERION INFO: ColorAdjustment 'default' => [0; 159]
LEDDEVICE INFO: configuration:
{
        "colorOrder" : "rgb",
        "name" : "MyHyperionConfig",
        "output" : "/dev/spidev0.0",
        "rate" : 250000,
        "type" : "ws2801"
}

INFO: Creating linear smoothing
HYPERION (CS) INFO: Created linear-smoothing(interval_ms=40;settlingTime_ms=100;updateDelay=0
EFFECTENGINE INFO: 27 effects loaded from directory /storage/hyperion/effects
EFFECTENGINE INFO: Initializing Python interpreter
INFO: Hyperion started and initialised
INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
BLACKBORDER INFO: threshold set to 0.01 (3)
BLACKBORDER INFO: mode:default
started
INFO: Kodi checker created and started
INFO: Json server created and started on port 19444
INFO: Proto server created and started on port 19445
DISPMANXGRABBER INFO: Display opened with resolution: 1920x1080
BLACKBORDER INFO: threshold set to 0.01 (3)
BLACKBORDER INFO: mode:default
INFO: Frame grabber created and started
KODICHECK INFO: Kodi Connected
KODICHECK INFO: switching to MENU mode
BORDER SWITCH REQUIRED!!
CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=0
EFFECTENGINE INFO: effect finished



ich hoffe mir kann jemand helfen .
vielleicht bin ich auch blind und übersehe was total einfaches ich weiß es einfach nicht .

vielen lieben dank im vorraus

Orbit
Mitglied

Beiträge:96
Registriert:27. Oct 2016

Ambilight Rasberry Pi 2 funktioniert nicht

5. Nov 2016, 22:54

MrPuzzle, ich würde mal eine andere Platine probieren. Oder der Stripe ist defekt.
Hier im Forum haben viele dein Problem. Bei den meisten stellte sich heraus das der Raspberry einfach nicht wollte und das Problem mit einem neuen Modell erledigt war.

dadon5, bei dir hört es sich nach einem fehlerhaften Steuersignal an. Trenne alle Strom und Datenleitungen weit voneinander, so das Plus nichts induzieren kann. Auch sollten sich keine Kabel überschneiden. Die drei Kabel zur Platine würde ich mal verdrillen, so das Masse auch als Schirm benutzt wird. Besser wäre es, statt die von dier genutzten Kabel zur Platine, Netzwerkkabel zu verwenden. Da klappt der Schirm wesentlich besser.
Ich glaube nicht, dass bei dir etwas defekt ist, ganz ausschließen kann man es aber nicht.

dadon5
Neuling

Beiträge:10
Registriert:5. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

5. Nov 2016, 23:26

Vielen Dank für den Tipp erstmal.
Also Meinst du ich sollte die Kabel alle verlängern um sie weiter voneinander weg legen zu können?.
Und den Draht von einem richtigen Netzwerk Kabel verwenden?.


Gesendet von meinem SM-G935F mit Tapatalk

Orbit
Mitglied

Beiträge:96
Registriert:27. Oct 2016

Ambilight Rasberry Pi 2 funktioniert nicht

6. Nov 2016, 22:37

Nein, verlängern brauchst du die Kabel nicht. Du sollst sie nur soweit es geht von einander verlegen. Auf deinem Bild sieht man z.B . das das Pluskabel die Datenkabel kreuzt. Hier musst du bereits ansetzen die Kabel stärker trennen. Jede Stromdurchflossene Leitung produziert ein elektromagnetisches Feld, welches wiederum als Störung in andere Kabel einstrahlt.
Um wirklich sicher zugehen solltest du Netzwerkkabel verwenden. Innerhalb des Netzwerkkabels hast du mehrere verdrillte Aderpärchen. Für deine 2 Datenkabel nutzt du jeweils eines dieser Pärchen. Dabei schließt du eines dieser Kabel wie vorgesehen an deinen Pi und Stripe an. Das zweite Kabel, an Masse vom Stripe und an Masse vom Pie. Dadurch das diese verdrillt sind, hast du eine ausreichende Abschirmung und das Flackern und selbstständige Schalten der LEDs sollte Geschichte sein.
Wenn du nach wievor das Problem hast, das nur ein gewisser Teil der LEDs leuchtet, kann es sich nur noch um einen Hardwaredefekt oder softwareseitiges Problem handeln.

dadon5
Neuling

Beiträge:10
Registriert:5. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

7. Nov 2016, 00:56

Okay danke
Werde es wenn ich schaffe morgen direkt mal testen und bescheid geben
Mfg

Gesendet von meinem SM-G935F mit Tapatalk

dadon5
Neuling

Beiträge:10
Registriert:5. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

7. Nov 2016, 15:10

Noch eine Frage kann es eigentlich auch was mit dem Netzteil zu tun haben?
Habe ein 5v 10a Netzteil und verbaue ca 4,40m leds

Gesendet von meinem SM-G935F mit Tapatalk

Orbit
Mitglied

Beiträge:96
Registriert:27. Oct 2016

Ambilight Rasberry Pi 2 funktioniert nicht

7. Nov 2016, 22:39

Naja, bei 4,4m bist du mit deinem 50 Watt Netzteil schon stark an der Grenze, zumal der Herstellerdes Stripes pro m eine Leistung von 10 Watt angibt. Da dies aber nur den Spitzenwert darstellt sollte es eigentlich reichen. Ganz ausschließen lässt es sich aber nicht da Netzteile die z.B. 5V 10A besitzen, meist 50 Watt nur kurzzeitig liefern und entweder wieder runter regeln oder bei Dauerbetrieb schneller verschleißen. Die Netzteile aus China haben nunmal einen gewissen Ruf...

dadon5
Neuling

Beiträge:10
Registriert:5. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

7. Nov 2016, 22:43

Hättest du eine Empfehlung für ein Netzteil?

Gesendet von meinem SM-G935F mit Tapatalk

Orbit
Mitglied

Beiträge:96
Registriert:27. Oct 2016

Ambilight Rasberry Pi 2 funktioniert nicht

7. Nov 2016, 23:28

naja zb: http://www.reichelt.de/MW-RSP-100-5/3/i ... eil+5v+20a

oder noch besser:
http://skonteo.de/Meanwell-Einbaunetzteil-5V-DC-150W

Du kannst auch ein komplett anderes nehmen, es sollte nur mehr als 10 A liefern, stabilisiert wäre natürlich ein Traum :)

dadon5
Neuling

Beiträge:10
Registriert:5. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

7. Nov 2016, 23:34

Schaltnetzteil / LED-Netzteil 60W 5V 12A ; MeanWell, RS-75-5 https://www.amazon.de/dp/B00MWQDO80/ref ... iyb1FJH071

Gesendet von meinem SM-G935F mit Tapatalk

dadon5
Neuling

Beiträge:10
Registriert:5. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

7. Nov 2016, 23:36

Dann würde das doch auch reichen oder lieber ein bisschen mehr ?
Versuche natürlich auch etwas auf den Preis zu gucken nach der ganzen Anschaffung aber bevor es nicht sicher klappt gebe ich natürlich auch mehr aus wenn es sein sollte


Gesendet von meinem SM-G935F mit Tapatalk

MrPuzzle
Neuling

Beiträge:4
Registriert:4. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

16. Nov 2016, 21:40

orbit erstmal vielen Dank für die Hilfe.

Also die Leds gehen jetzt schonmal an. (Ich habe mir ein Rasberry Pi 3 gekauft). Nun ist das Problem aber, dass nicht alle Leds angehen. Die komplette linke Seite der Leds geht nicht an und unten links auch nur ein paar wenige. Zudem bekomme ich beispielsweise bei der Farbe rot grün angezeigt.

Ich habe nochmal Screenshot von den Tabs in Hypercon geschickt. Ich hoffe ihr könnt mir dabei nochmal unter die Arme greifen. Habe auch schon mehrere Variationen ausprobiert.

Danke euch!

Bild
Bild
Bild
Bild
Bild

Arminius
Mitglied

Beiträge:317
Registriert:24. Nov 2015

Ambilight Rasberry Pi 2 funktioniert nicht

17. Nov 2016, 08:19

Hallo MrPuzzle,

zu den vertauschten Farben kann ich dir folgenden Tipp geben:

Verändere die entsprechende Einstellung im Tool. Die Farbreihenfolge ist bei den Stripes immer unterschiedlich und du kannst diese entsprechend deiner eigenen Stripes einstellen:

Unbenannt.png


Zu deinem Probelem, dass einige LEDs nicht leuchten, kann ich wenig sagen, da mir Infos fehlen.
Beste Grüße

Arminius

Mein Ambilight in Aktion --> https://youtu.be/ODVdEI93R3E

MrPuzzle
Neuling

Beiträge:4
Registriert:4. Nov 2016

Ambilight Rasberry Pi 2 funktioniert nicht

17. Nov 2016, 12:05

@Arminius danke für die Info. welche Infos würden noch fehlen?
Zuletzt geändert von MrPuzzle am 17. Nov 2016, 15:09, insgesamt 1-mal geändert.

Zurück zu „Ambilight - Support“