So, habe gestern noch ein bisschen herum probiert, bekomme aber genau gar keine Reaktion von meinem Ambilight.
Odroid C2 Hardware ist laut Bedruckung auf dem Board Revision. 0.2.20160226.
Installiert ist
LibreELEC (official) 8.0.2 Odroid_C2.aarch64
Built: kodi 17.3 Git:147cec4
Die Ambilight Software wird mir unter Add-Ons angezeigt als
Hyperion(355a324) - libreelec.tv 8.1.105
Die Hyperion Config sieht wie folge aus:
// 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 1.0.0
{
// DEVICE CONFIGURATION
"device" :
{
"name" : "MyHyperionConfig",
"type" : "ws2801",
"output" : "/dev/spidev0.0",
"rate" : 1000000,
"colorOrder" : "rgb"
},
// COLOR CALIBRATION CONFIG
"color" :
{
"channelAdjustment" :
[
{
"id" : "default",
"leds" : "*",
"pureRed" :
{
"redChannel" : 255,
"greenChannel" : 35,
"blueChannel" : 10
},
"pureGreen" :
{
"redChannel" : 155,
"greenChannel" : 255,
"blueChannel" : 10
},
"pureBlue" :
{
"redChannel" : 10,
"greenChannel" : 110,
"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" : 24.0000,
"updateDelay" : 0
}
},
// NO V4L2 GRABBER CONFIG
// FRAME GRABBER CONFIG
"framegrabber" :
{
"width" : 64,
"height" : 64,
"frequency_Hz" : 20.0,
"priority" : 890
},
// AML GRABBER CONFIG
"amlgrabber" :
{
"width" : 64,
"height" : 64,
"frequency_Hz" : 24.0,
"priority" : 889
},
// BLACKBORDER CONFIG
"blackborderdetector" :
{
"enable" : true,
"threshold" : 0.03,
"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" : false,
"grabPause" : false,
"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
},
// WEBCONFIG SERVER
"webConfig" :
{
"document_root" : "/storage/.kodi/addons/service.hyperion/webconfig",
"port" : 8099
},
// EFFECT PATH
"effects" :
{
"paths" :
[
"/storage/.kodi/addons/service.hyperion/effects",
"/usr/share/hyperion/effects"
]
},
// NO BOBLIGHT SERVER CONFIG
// NO JSON/PROTO FORWARD CONFIG
// LED CONFIGURATION
"leds" :
[
[LED Konfiguration aus Platzgründen entfernt]
],
"endOfJson" : "endOfJson"
}
Alles anzeigen
Habe alle bekannten Pin Belegungen (9/19,/23(wie bisher am Pi), 19/23/25(normale Odroid Variante) und 16/32/34(Odroid Entwickler Variante))ausprobiert, immer ohne Reaktion. Stecke ich das System wieder an die Pins 9, 19 und 23 vom Pi, zusammengebaut nach der Power Pi Anleitung funktioniert wieder Alles.
Das wirft bei mir eigentlich noch eine zusätzliche Fragen auf.
Warum funktioniert das System am Pi mit Ground an Pin 9, aber nicht an Pin 25?
Und hat einer von euch eine Idee, was ich falsch mache?