Hallo zusammen,
ach ich verzweifle gerade ein wenig an den LEDs. Ich habe mir diese LEDs (sind 2x 25 LEDs) in den USA bestellt und bekomme sie nicht zum Laufen.
Je nachdem, in welcher Reihenfolge ich die PINs und das Netzteil an und abstecke und den Pi starte leuchten entweder
- die erste und letzte LEDs von Schlauch A blau bei halber Kraft
- die letzte LED von Schlauch A weiß in voller Kraft
oder
- die erste une letzte LED des ersten Schlauchs und die Hälfte der LEDs von Schlauch B blau in halber Kraft
Was ich bisher getan habe:
- Anschließen des Netzteils an die beiden externen Kabel des male Steckers von Schlauch A (erst gelötet, nun testweise über Lüsterklemme, hab auch die female Seite probiert)
- Verbinden von Schlauch A (female) und B (male)
- Abkneifen des female Steckers von Schlauch B und Anschluß der 3 Kabel (gelb,grün,blau) an Jumperkabel
- Aufstecken der Kabel auf die PINs 19,23 und 25 auf dem Pi.
- Herunterladen von dispmanx mit curl, editieren, rechte setzen und aufnehmen in autostart
#!/bin/sh
/storage/boblight-dispmanx -d -o interpolation=1 -o speed=60 -o threshold=25 -o autospeed=0 -o saturation=1.2 -o value=2 -p 100 -i 0.1 -b on -f /dev/null &
(sleep 15; \
mount -t nfs 192.168.2.100:/volume1/video/Movies /storage/videos -o nolock; \
mount -t nfs 192.168.2.100:/volume1/video/TV\ Shows /storage/tvshows -o nolock; \
mount -t nfs 192.168.2.100:/volume1/video/Docus /storage/docus -o nolock; \
mount -t nfs 192.168.2.100:/volume1/video/Concerts /storage/concerts -o nolock; \
mount -t nfs 192.168.2.100:/volume1/music /storage/music -o nolock
)&
- installieren con boblightd über die Add-Ons (OpenELEC 3.2.2)
- anlegen boblightconf
PIWZ:~ # cat .xbmc/userdata/addon_data/service.multimedia.boblightd/boblight.conf
#[global]
interface 127.0.0.1
port 19333
[device]
name Pibob
type ws2801
channels 150
output /dev/spidev0.0
interval 20000
rate 48000
name red
rgb FF0000
gamma 0.91
adjust 1.0
blacklevel 0.0
name grn
rgb 00FF00
gamma 0.86
adjust 0.96
blacklevel 0.0
name blu
rgb 0000FF
gamma 0.95
adjust 0.8
blacklevel 0.0
[light]
name 001
color red Pibob 1
color grn Pibob 2
color blu Pibob 3
hscan 0 5
vscan 90 100
[light]
name 002
color red Pibob 4
color grn Pibob 5
color blu Pibob 6
hscan 0 5
vscan 77 88
[light]
name 003
color red Pibob 7
color grn Pibob 8
color blu Pibob 9
hscan 0 5
vscan 66 77
[light]
name 004
color red Pibob 10
color grn Pibob 11
color blu Pibob 12
hscan 0 5
vscan 55 66
[light]
name 005
color red Pibob 13
color grn Pibob 14
color blu Pibob 15
hscan 0 5
vscan 44 55
[light]
name 006
color red Pibob 16
color grn Pibob 17
color blu Pibob 18
hscan 0 5
vscan 33 44
[light]
name 007
color red Pibob 19
color grn Pibob 20
color blu Pibob 21
hscan 0 5
vscan 22 33
[light]
name 008
color red Pibob 22
color grn Pibob 23
color blu Pibob 24
hscan 0 5
vscan 11 22
[light]
name 009
color red Pibob 25
color grn Pibob 26
color blu Pibob 27
hscan 0 5
vscan 0 11
[light]
name 010
color red Pibob 28
color grn Pibob 29
color blu Pibob 30
hscan 5 11
vscan 0 10
[light]
name 011
color red Pibob 31
color grn Pibob 32
color blu Pibob 33
hscan 11 16
vscan 0 10
[light]
name 012
color red Pibob 34
color grn Pibob 35
color blu Pibob 36
hscan 16 22
vscan 0 10
[light]
name 013
color red Pibob 37
color grn Pibob 38
color blu Pibob 39
hscan 22 27
vscan 0 10
[light]
name 014
color red Pibob 40
color grn Pibob 41
color blu Pibob 42
hscan 27 33
vscan 0 10
[light]
name 015
color red Pibob 43
color grn Pibob 44
color blu Pibob 45
hscan 33 38
vscan 0 10
[light]
name 016
color red Pibob 46
color grn Pibob 47
color blu Pibob 48
hscan 38 44
vscan 0 10
[light]
name 017
color red Pibob 49
color grn Pibob 50
color blu Pibob 51
hscan 44 50
vscan 0 10
[light]
name 018
color red Pibob 52
color grn Pibob 53
color blu Pibob 54
hscan 50 55
vscan 0 10
[light]
name 019
color red Pibob 55
color grn Pibob 56
color blu Pibob 57
hscan 55 61
vscan 0 10
[light]
name 020
color red Pibob 58
color grn Pibob 59
color blu Pibob 60
hscan 61 66
vscan 0 10
[light]
name 021
color red Pibob 61
color grn Pibob 62
color blu Pibob 63
hscan 66 72
vscan 0 10
[light]
name 022
color red Pibob 64
color grn Pibob 65
color blu Pibob 66
hscan 72 77
vscan 0 10
[light]
name 023
color red Pibob 67
color grn Pibob 68
color blu Pibob 69
hscan 77 83
vscan 0 10
[light]
name 024
color red Pibob 70
color grn Pibob 71
color blu Pibob 72
hscan 83 88
vscan 0 10
[light]
name 025
color red Pibob 73
color grn Pibob 74
color blu Pibob 75
hscan 88 94
vscan 0 10
[light]
name 026
color red Pibob 76
color grn Pibob 77
color blu Pibob 78
hscan 94 100
vscan 0 10
[light]
name 027
color red Pibob 79
color grn Pibob 80
color blu Pibob 81
hscan 95 100
vscan 11 22
[light]
name 028
color red Pibob 82
color grn Pibob 83
color blu Pibob 84
hscan 95 100
vscan 22 33
[light]
name 029
color red Pibob 85
color grn Pibob 86
color blu Pibob 87
hscan 95 100
vscan 33 44
[light]
name 030
color red Pibob 88
color grn Pibob 89
color blu Pibob 90
hscan 95 100
vscan 44 55
[light]
name 031
color red Pibob 91
color grn Pibob 92
color blu Pibob 93
hscan 95 100
vscan 55 66
[light]
name 032
color red Pibob 94
color grn Pibob 95
color blu Pibob 96
hscan 95 100
vscan 66 77
[light]
name 033
color red Pibob 97
color grn Pibob 98
color blu Pibob 99
hscan 95 100
vscan 77 88
[light]
name 034
color red Pibob 100
color grn Pibob 101
color blu Pibob 102
hscan 95 100
vscan 88 100
[light]
name 035
color red Pibob 103
color grn Pibob 104
color blu Pibob 105
hscan 88 94
vscan 90 100
[light]
name 036
color red Pibob 106
color grn Pibob 107
color blu Pibob 108
hscan 83 88
vscan 90 100
[light]
name 037
color red Pibob 109
color grn Pibob 110
color blu Pibob 111
hscan 77 83
vscan 90 100
[light]
name 038
color red Pibob 112
color grn Pibob 113
color blu Pibob 114
hscan 72 77
vscan 90 100
[light]
name 039
color red Pibob 115
color grn Pibob 116
color blu Pibob 117
hscan 66 72
vscan 90 100
[light]
name 040
color red Pibob 118
color grn Pibob 119
color blu Pibob 120
hscan 61 66
vscan 90 100
[light]
name 041
color red Pibob 121
color grn Pibob 122
color blu Pibob 123
hscan 55 61
vscan 90 100
[light]
name 042
color red Pibob 124
color grn Pibob 125
color blu Pibob 126
hscan 50 55
vscan 90 100
[light]
name 043
color red Pibob 127
color grn Pibob 128
color blu Pibob 129
hscan 44 50
vscan 90 100
[light]
name 044
color red Pibob 130
color grn Pibob 131
color blu Pibob 132
hscan 38 44
vscan 90 100
[light]
name 045
color red Pibob 133
color grn Pibob 134
color blu Pibob 135
hscan 33 38
vscan 90 100
[light]
name 046
color red Pibob 136
color grn Pibob 137
color blu Pibob 138
hscan 27 33
vscan 90 100
[light]
name 047
color red Pibob 139
color grn Pibob 140
color blu Pibob 141
hscan 22 27
vscan 90 100
[light]
name 048
color red Pibob 142
color grn Pibob 143
color blu Pibob 144
hscan 16 22
vscan 90 100
[light]
name 049
color red Pibob 145
color grn Pibob 146
color blu Pibob 147
hscan 11 16
vscan 90 100
[light]
name 050
color red Pibob 148
color grn Pibob 149
color blu Pibob 150
hscan 5 11
vscan 90 100
Display More
Der Prozess läuft auch
PIWZ:~ # ps aux | grep boblight
1048 root 0:01 /storage/boblight-dispmanx -o interpolation=1 -o speed=60 -o threshold=25 -o autospeed=0 -o saturation=1.2 -o value=2 -p 100 -i 0.1 -b on -f /dev/null
1122 root 0:00 {boblightd.start} /bin/bash /storage/.xbmc/addons/service.multimedia.boblightd/bin/boblightd.start
1123 root 0:01 boblightd -c /storage/.xbmc/userdata/addon_data/service.multimedia.boblightd/boblight.conf
Allerdings kann auch manuell nicht auf die LEDs zugreifen, es passiert nichts
PIWZ:~ # boblight-constant ffffff
Connecting to boblightd
Connection to boblightd opened
PIWZ:~ # /storage/boblight-dispmanx -d -b on
Connecting to boblightd
Connection to boblightd opened
Pixel size used: 4
Running without background colors
dmesg, /var/log/messages und xbmc.log liefern mir keinerlei Input. Irgendwas muss ich komplett übersehen......
Sollte niemand eine Idee haben, werde ich morgen mal ein anderes Netzteil testen und vielleicht die Jumperkabel gegen dickere tauschen.
Meine Config bisher:
- Raspberry Pi 512mb auf 1ghz
- Flirc USB Dongle
- System auf USB und SD (Boot)
- Anschluß über LAN und HDMI
- 5V 2A an den LEDs
- 5V 2A am Pi
Help!