⬅️ **[[$-Devices|Devices]]**
***
# Pi-3b Ambilight
siehe [[Pi4 Ambilight 4K]] als Erneuerung für 4K und VRR 120Hz
## Links und Anleitung
- [So installierst du Kodi auf dem Raspberry Pi 3 – Die ultimative Schritt-für-Schritt Anleitung – PowerPi](http://powerpi.de/so-installierst-du-kodi-auf-dem-raspberry-pi-2-die-ultimative-schritt-fuer-schritt-anleitung/)
- [Atemberaubendes Ambilight am eigenen TV selber bauen – Raspberry Pi 3 Tutorial – Teil 1 – PowerPi](http://powerpi.de/atemberaubendes-ambilight-am-eigenen-tv-selber-bauen-raspberry-pi-2-tutorial-teil-1/)
- [Jetzt wird’s bunt! Ambilight-Software Hyperion in Openelec installieren – Teil 2 – PowerPi](http://powerpi.de/jetzt-wirds-bunt-ambilight-software-hyperion-in-openelec-installieren-teil-2/)
- [Ambilight für jedes HDMI-Gerät! Die ultimative Schritt-für-Schritt Anleitung – PowerPi](http://powerpi.de/ambilight-fuer-jedes-hdmi-geraet-die-ultimative-schritt-fuer-schritt-anleitung/)
- https://hyperion-project.org/wiki/HyperCon-Information
## Bilder
### LG OLED Fernseher
- 120 LEDs im Einsatz = 22 + 22 + 38 + ( 8 + 22 + 8 )

### Lötplan

### Bauplan

### Raspberry Pi 3 - Pins
- Pins 5, 10 und 12
- **2016 LED Stripe** im WZ
- Grün: V+ => offen
- Rot: CLK => grau
- Blau: DAT => Grün
- Schwarz: GND => Blau
- **2023 LED Stripe** am PC 4K
- Rot: V+ => offen
- Grün: CLK => grau
- Blau: DAT => Grün
- Weiß: GND => Blau

### Gelötet

### Hyperion Einstellungen

- iOS App gibts es auch
## RaspPi mit Openelec
- Hostname: OpenELEC
- User: root
- Password: openelec
- IP Adress: 192.168.42.20
```
OpenELEC:~ # df -h
Filesystem Size Used Available Use% Mounted on
devtmpfs 362.7M 0 362.7M 0% /dev
/dev/mmcblk0p1 511.7M 149.6M 362.2M 29% /flash
/dev/mmcblk0p2 6.7G 160.0M 6.5G 2% /storage
/dev/loop0 137.9M 137.9M 0 100% /
tmpfs 367.7M 0 367.7M 0% /dev/shm
tmpfs 367.7M 7.8M 359.8M 2% /run
tmpfs 367.7M 0 367.7M 0% /sys/fs/cgroup
tmpfs 367.7M 3.0M 364.6M 1% /var
tmpfs 367.7M 0 367.7M 0% /tmp
```
### config.txt via SSH anpassen
- mount `/flash`
```
mount -o remount,rw /flash
vi /flash/config.txt
```
- change `/flash/config.txt`
```
# Ambilight Modul aktivieren
dtparam=spi=on
```
- reboot
### Hyperion installieren
curl -L --output install_hyperion.sh --get https://raw.githubusercontent.com/tvdzwan/hyperion/master/bin/install_hyperion.sh
sh ./install_hyperion.sh
## Einkäufe:
- Netzteil: https://www.amazon.de/gp/product/B06XCMQ212/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
- 21,60€
- 5V
- 10A
- 50W
- 100-240V
- Mit Adapter zum Anschluss von + und -
- LEDs WS2801 https://www.amazon.de/gp/product/B00KFQB7M4/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1
- 4x 20,99€ + 5,99€ Versand
- 32 LEDs/m
- Abstand zwischen den LEDs 3 cm
- Höhe 2,1 mm
- Breite 12mm
- Leitungen:
- +5V = Grün
- Clock IN = Rot
- Daten IN = Blau
- Minus GND = Schwarz
- LED Eckverbinder https://www.amazon.de/gp/product/B01CIU1JTK/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1
- 7,99€ + 2,50€ Versand
- Jumper Kabel https://www.amazon.de/gp/product/B00OK74ABO/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
- 3,99€
- Mini HDMI to CVBS Converter
- MUSOU
- MINI HDMI2AV
- LogiLink VG0001A
- USB2.0
- Video Grabber mit Audio
-
#
***
Related:
- [[$-Home|Home]]
- [[$-Devices|Devices]]