Benutzeravatar
MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

24. Aug 2016, 21:24

Hallo

hatte bisher die ws2801 im einsatz und nun die apa102 neu bestellt
wollte diese nun testen und hatte alles gleich bis auf die anzahl der leds (auf die 5m Rolle) und in der config auf apa102 geändert
verkabelung auch gleich mit pin 9, pin 19 und pin23
mit den ws2801 war alles top

leider leuchten die leds nur weiß und werden extrem heiß

mit der app lässt sich auch nichts ansteuern!


Danke
LG

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

APA102 leuchten weiß

25. Aug 2016, 09:33

Wenn sie extrem heiß werden hast du was falsch verkabelt -> fakt.
Kein Support per PM!

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

25. Aug 2016, 20:30

soo
habjetzt herausgefunden wenn die weiś leuchten ist clock und data vertauscht
wenn ich richtig anschließe leuchtet jedoch keine led
hielt dann die gpio mittels jumper auf weitere leds an den stellen wo man lötet und siehe da
1 led tut sich nichts
2 led es flackert bunt ohne effekt obowhl in der app rainbow fast eingestellt war
3 led es tut sich nichts
4 led es funktioniert alles einwandfrei effekt nd fabwechsel

naja dachte ich mir, dass die ersten 3 leds kaputt sind
hab dann direkt (mit den ersten 3 leds) an die 4 led angelötet, hat dann auch funktioniert alles
hab die ersten 3 led vor dem gelöteten abgetrennt und was dann..funktiniert wieder nicht!

wenn ich jetzt dann aber die 3 leds die abgeschnitten wurden teste, dann 1 led tut sich nichts und 2 und 3 led funktioniern

hyperion json auch angepasst auf die led anzahl des stripes und apa102


anbei noch fotos
Dateianhänge
image.jpeg
image.jpeg
image.jpeg
image.jpeg

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

26. Aug 2016, 21:11

hier noch meine config:

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', '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.).
   "device" :
   {
      "name"       : "MyPi",
      "type"       : "apa102",
      "output"     : "/dev/spidev0.0",
      "rate"       : 250000,
      "colorOrder" : "bgr"
   },

   /// 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"            : "linear",
         "time_ms"         : 200,
         "updateFrequency" : 20.0000
      }
   },

   ///  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.7895, "maximum" : 0.8421 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 1,
         "hscan" : { "minimum" : 0.7368, "maximum" : 0.7895 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 2,
         "hscan" : { "minimum" : 0.6842, "maximum" : 0.7368 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 3,
         "hscan" : { "minimum" : 0.6316, "maximum" : 0.6842 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 4,
         "hscan" : { "minimum" : 0.5789, "maximum" : 0.6316 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 5,
         "hscan" : { "minimum" : 0.5263, "maximum" : 0.5789 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 6,
         "hscan" : { "minimum" : 0.4737, "maximum" : 0.5263 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 7,
         "hscan" : { "minimum" : 0.4211, "maximum" : 0.4737 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 8,
         "hscan" : { "minimum" : 0.3684, "maximum" : 0.4211 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 9,
         "hscan" : { "minimum" : 0.3158, "maximum" : 0.3684 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 10,
         "hscan" : { "minimum" : 0.2632, "maximum" : 0.3158 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 11,
         "hscan" : { "minimum" : 0.2105, "maximum" : 0.2632 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 12,
         "hscan" : { "minimum" : 0.1579, "maximum" : 0.2105 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 13,
         "hscan" : { "minimum" : 0.1053, "maximum" : 0.1579 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 14,
         "hscan" : { "minimum" : 0.0526, "maximum" : 0.1053 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 15,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0526 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 16,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0769 }
      },
      {
         "index" : 17,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.0769, "maximum" : 0.1538 }
      },
      {
         "index" : 18,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.1538, "maximum" : 0.2308 }
      },
      {
         "index" : 19,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.2308, "maximum" : 0.3077 }
      },
      {
         "index" : 20,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3077, "maximum" : 0.3846 }
      },
      {
         "index" : 21,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.3846, "maximum" : 0.4615 }
      },
      {
         "index" : 22,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.4615, "maximum" : 0.5385 }
      },
      {
         "index" : 23,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.5385, "maximum" : 0.6154 }
      },
      {
         "index" : 24,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6154, "maximum" : 0.6923 }
      },
      {
         "index" : 25,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.6923, "maximum" : 0.7692 }
      },
      {
         "index" : 26,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.7692, "maximum" : 0.8462 }
      },
      {
         "index" : 27,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.8462, "maximum" : 0.9231 }
      },
      {
         "index" : 28,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0500 },
         "vscan" : { "minimum" : 0.9231, "maximum" : 1.0000 }
      },
      {
         "index" : 29,
         "hscan" : { "minimum" : 0.0000, "maximum" : 0.0526 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 30,
         "hscan" : { "minimum" : 0.0526, "maximum" : 0.1053 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 31,
         "hscan" : { "minimum" : 0.1053, "maximum" : 0.1579 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 32,
         "hscan" : { "minimum" : 0.1579, "maximum" : 0.2105 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 33,
         "hscan" : { "minimum" : 0.2105, "maximum" : 0.2632 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 34,
         "hscan" : { "minimum" : 0.2632, "maximum" : 0.3158 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 35,
         "hscan" : { "minimum" : 0.3158, "maximum" : 0.3684 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 36,
         "hscan" : { "minimum" : 0.3684, "maximum" : 0.4211 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 37,
         "hscan" : { "minimum" : 0.4211, "maximum" : 0.4737 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 38,
         "hscan" : { "minimum" : 0.4737, "maximum" : 0.5263 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 39,
         "hscan" : { "minimum" : 0.5263, "maximum" : 0.5789 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 40,
         "hscan" : { "minimum" : 0.5789, "maximum" : 0.6316 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 41,
         "hscan" : { "minimum" : 0.6316, "maximum" : 0.6842 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 42,
         "hscan" : { "minimum" : 0.6842, "maximum" : 0.7368 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 43,
         "hscan" : { "minimum" : 0.7368, "maximum" : 0.7895 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 44,
         "hscan" : { "minimum" : 0.7895, "maximum" : 0.8421 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 45,
         "hscan" : { "minimum" : 0.8421, "maximum" : 0.8947 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 46,
         "hscan" : { "minimum" : 0.8947, "maximum" : 0.9474 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 47,
         "hscan" : { "minimum" : 0.9474, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9200, "maximum" : 1.0000 }
      },
      {
         "index" : 48,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.9231, "maximum" : 1.0000 }
      },
      {
         "index" : 49,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.8462, "maximum" : 0.9231 }
      },
      {
         "index" : 50,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.7692, "maximum" : 0.8462 }
      },
      {
         "index" : 51,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6923, "maximum" : 0.7692 }
      },
      {
         "index" : 52,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.6154, "maximum" : 0.6923 }
      },
      {
         "index" : 53,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.5385, "maximum" : 0.6154 }
      },
      {
         "index" : 54,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.4615, "maximum" : 0.5385 }
      },
      {
         "index" : 55,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3846, "maximum" : 0.4615 }
      },
      {
         "index" : 56,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.3077, "maximum" : 0.3846 }
      },
      {
         "index" : 57,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.2308, "maximum" : 0.3077 }
      },
      {
         "index" : 58,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.1538, "maximum" : 0.2308 }
      },
      {
         "index" : 59,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0769, "maximum" : 0.1538 }
      },
      {
         "index" : 60,
         "hscan" : { "minimum" : 0.9500, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0769 }
      },
      {
         "index" : 61,
         "hscan" : { "minimum" : 0.9474, "maximum" : 1.0000 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 62,
         "hscan" : { "minimum" : 0.8947, "maximum" : 0.9474 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      },
      {
         "index" : 63,
         "hscan" : { "minimum" : 0.8421, "maximum" : 0.8947 },
         "vscan" : { "minimum" : 0.0000, "maximum" : 0.0800 }
      }
   ],

   /// 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"
}




und log file von hyperion

Code: Alles auswählen

Hyperion Ambilight Deamon (427)
ssh in:       Version   : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
ssh in:       Build Time: Jul 25 2016 06:54:40
ssh in:    INFO: Selected configuration file: /storage/.config/hyperion.config.json
ssh in:    HYPERION INFO: ColorTransform 'default' => [0; 69]
ssh in:    HYPERION INFO: ColorCorrection 'default' => [0; 69]
ssh in:    HYPERION INFO: ColorAdjustment 'default' => [0; 69]
ssh in:    LEDDEVICE INFO: configuration:
ssh in:    {
ssh in:       "colorOrder" : "bgr",
ssh in:       "name" : "MyHyperionConfig",
ssh in:       "output" : "/dev/spidev0.0",
ssh in:       "rate" : 1000000,
ssh in:       "type" : "apa102"
ssh in:    }
ssh in:    INFO: Creating linear smoothing
ssh in:    HYPERION (CS) INFO: Created linear-smoothing(interval_ms=33;settlingTime_ms=200;updateDelay=0
ssh in:    EFFECTENGINE INFO: 27 effects loaded from directory /storage/hyperion/effects
ssh in:    EFFECTENGINE INFO: Initializing Python interpreter
ssh in:    INFO: Hyperion started and initialised
ssh in:    INFO: Boot sequence 'Rainbow swirl fast' EFFECTENGINE INFO: run effect Rainbow swirl fast on channel 0
ssh in:    BLACKBORDER INFO: threshold set to 0 (0)
ssh in:    BLACKBORDER INFO: mode:default
ssh in:    started
ssh in:    INFO: Kodi checker created and started
ssh in:    INFO: Json server created and started on port 19444
ssh in:    INFO: Proto server created and started on port 19445
ssh in:    DISPMANXGRABBER INFO: Display opened with resolution: 1920x1080
ssh in:    BLACKBORDER INFO: threshold set to 0 (0)
ssh in:    BLACKBORDER INFO: mode:default
ssh in:    INFO: Frame grabber created and started
ssh in:    KODICHECK INFO: Kodi Connected
ssh in:    KODICHECK INFO: switching to MENU mode
ssh in:    BORDER SWITCH REQUIRED!!
ssh in:    CURRENT BORDER TYPE: unknown=0 hor.size=0 vert.size=0
ssh in:    EFFECTENGINE INFO: effect finished

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

26. Aug 2016, 22:13

nach der neuen config die ich gemacht habe (vorher hyperion neu installiert) sieht es wie folgt aus:

1 led: an der gelötet wurde tut sich nichts! (wie bis jetzt immer)
2 led: wenn ich gnd ci und di hinhalte, einzelne led leuchten irgendwie
3 led: tut sich nichts
4 led: regenbogeneffekt funktioniert, jedoch mit flackern nach den nächsten 4 leds
5 led: tut sich nichts
6 led: alles funktioniert ohne probleme

und ich vermute, wenn ich an die 6 led löte das es funktioniert, wenn ich dann aber die ersten 5 abschneide, wird es wieder nicht gehen und wenn ich die dann an die 5 led an das erste anlöte, werden da auch wieder mind. 3 led funktionieren
so wie es beim letzten versuch auch war

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

28. Aug 2016, 11:50

keiner ne idee oder hatte das gleiche problem?

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

28. Aug 2016, 13:47

wenn ich nun den restlichen stripe hernehmen funktioniert es ab der 2ten led
wenn ich mitn multimeter messe, dann hab ich folgendes:
data kein piepsen
clock nur bei jedem 2ten led
5v piepsen
gnd piepsen

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

28. Aug 2016, 19:49

hier noch die daten zu punkt 8:


Code: Alles auswählen

login as: root
root@10.20.24.38's password:
##############################################
#                  OpenELEC                  #
#             http://openelec.tv             #
##############################################

OpenELEC (official) Version: 6.0.3
OpenELEC:~ # killall hyperiond
OpenELEC:~ # /storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config
.json
Hyperion Ambilight Deamon (423)
        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; 68]
HYPERION INFO: ColorCorrection 'default' => [0; 68]
HYPERION INFO: ColorAdjustment 'default' => [0; 68]
LEDDEVICE INFO: configuration:
{
        "colorOrder" : "bgr",
        "name" : "MyHyperionConfig",
        "output" : "/dev/spidev0.0",
        "rate" : 1000000,
        "type" : "apa102"
}

INFO: Creating linear smoothing
HYPERION (CS) INFO: Created linear-smoothing(interval_ms=33;settlingTime_ms=200;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 (0)
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 (0)
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




und hier noch meine config:

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'                    :   1000   |    500    |    500     |      2

# arm_freq=1000
# core_freq=450
# sdram_freq=450
# over_voltage=2

# 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
Zuletzt geändert von MühLii am 29. Aug 2016, 18:05, insgesamt 1-mal geändert.

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

29. Aug 2016, 17:02

keiner ne idee??? :(

sonst muss ich mir wohl wieder die ws2801 holen und die apa irgendwie verkaufen....

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

APA102 leuchten weiß

29. Aug 2016, 17:13

Ich versteh ehrlich gesagt nicht was du mit deiner Aufzählung da oben immer ausdrücken willst,

wenn du bei "6 led: alles funktioniert ohne probleme" bist, wo ist dann noch das Problem?!
Kein Support per PM!

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

29. Aug 2016, 17:21

ja wie funktionieren dann die ersten 5???
woher bekommen die daten usw?

wenn ich die ersten 5 abschneide die nicht funktioniern, dann funktionieren die nächsten ersten 5 nicht

wenn ich aber die 5 dann teste, die abgeschnitten wurden nochmals teste
funktioniert nur das erste led nicht aber die anderen 4
Zuletzt geändert von MühLii am 29. Aug 2016, 17:53, insgesamt 1-mal geändert.

b2un0
Moderator

Beiträge:1819
Registriert:16. Nov 2015
Wohnort:Hamburg
Beruf:Softwareentwickler

APA102 leuchten weiß

29. Aug 2016, 17:28

Wo ist die Startposition deiner ersten LED?
Wo sind die Screenshots von Hyperion?

siehe hier (erneut)...
viewtopic.php?f=8&t=836
Kein Support per PM!

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

29. Aug 2016, 17:40

startposition ist die erste led an der ich gelötet habe (siehe bild)
der stripe ist noch nicht am tv montiert
habe bereits mehrere positionen als erste led probiert, jedoch ohne erfolg


config hatte ich am anfang mit der älterern hypercon wie aus der beschreibung, erst später dann die aktuellste version geladen und versucht


benutze die ios app
Dateianhänge
Screenshot (5).png
Screenshot (4).png
Screenshot (3).png
Screenshot (2).png

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

30. Aug 2016, 17:13

die nächste frage was ich mir stelle ist, warum ich clk nur bei jedem 2ten led empfange....??


wenn ich nun meine restlichen 4m hernehmen funktioniert es so:
1 led geht nichts
2 alles funktioniert
3 led geht nichts
4 led alles funktioniert
usw.

wenn ich dann die erste led abschneide wieder das gleiche
also genauso wie mit dem anderen stripe



wenn ich jetzt die 4m hernehme und an die 2te led anlöte geht alles bis auf die 1 led, wenn ich dann hinten per steckverbinder den restlichen 1meter stripe (bei der es ab der 6 led funktioniert) anschließe, funktioniert der angeschlossene meter nicht

MühLii
Mitglied

Beiträge:28
Registriert:6. Aug 2016

APA102 leuchten weiß

30. Aug 2016, 21:47

ist es normal dass ich bei data keinen piepston erhalte beim multimeter?
aber dann dürfte es ja nirgends funktonieren


jetzt habe ich wieder was neues entdeckt.

wenn ich regenbogeneffekt eingebe funktioniert es bei den leds wie oben beschrieben.
wenn ich bei der app jedoch auf das rote X gehe rechts oben, was dann den effekt vom kodi menu haben sollte, flackern die leds abwechselnd in verschiedene farben, anstatt das sie blau sind
Zuletzt geändert von MühLii am 31. Aug 2016, 23:30, insgesamt 2-mal geändert.

Zurück zu „Ambilight - Support“