-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_en.html
97 lines (91 loc) · 4.63 KB
/
index_en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ambilight — DIY-project</title>
<meta name="description" content="DIY-project Ambilight">
<!--Pages-->
<link rel="alternate" hreflang="en" href="https://astarom.github.io/index_en.html">
<link rel="alternate" hreflang="ru" href="https://astarom.github.io">
<link rel="alternate" hreflang="x-default" href="https://astarom.github.io">
<!--Keywords-->
<meta name="keywords" content="Ambilight, Ambilight DIY, DIY Ambilight, Ambilight Raspberry Pi, HyperHDR, HyperSPI, Phillips Ambilight,\
Phillips HUE, Adalight, Hyperion, Hyperion.NG, Awawa, awawa-dev, AstaRom, astarom">
<!--Not mobile version-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!--Import-->
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="./files/img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/./files/img/favicon.png" sizes="32x32">
<link rel="stylesheet" type="text/css" href="./files/css/main.css">
<link rel="stylesheet" type="text/css" href="./files/css/fonts.css">
</head>
<body>
<p style="text-align:center">
<img src="./files/img/logo.png" width="500" height="170" alt="logo">
</p>
<p style="color:#83FF83;text-align:center">
This guide describes my experience of assembling an analog of the Ambilight backlight that is used on Phillips TVs.
The device consists of an LED strip that is fixed around the entire perimeter of the TV from the
back of it. The tape is connected to a Raspberry Pi single-board computer via an RP2040 microcontroller with a HyperSPI driver.
Using the HyperHDR program, the video and audio stream of the input signal received from the USB capture card is analyzed.
After analysis, the color parameters are transmitted to an LED strip that reproduces scattered light around the perimeter
of the TV, so that the wall surface behind its body is dynamically illuminated, thereby complementing the image on the screen
with a aureole, as it were, visually increasing its size.
</p>
<p style="text-align:center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/hKMV94HS9ZA?controls=0"
title="YouTube video player" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</p>
<h2 style="text-align:center">The assembly and configuration process is divided into the following steps:</h2>
<ul>
<li>Buying of components:</li>
<ul>
<li><a href="./en/buying_1.html">Device for hosting HyperHDR</a></li>
<li><a href="./en/buying_2.html">LED driver</a></li>
<li><a href="./en/buying_3.html">HDMI splitter</a></li>
<li><a href="./en/buying_4.html">USB capture card</a></li>
</ul>
<li><a href="./en/stage_1.html">Preparing the LED driver board</a></li>
<li><a href="./en/stage_2.html">Installing Raspberry Pi OS with HyperHDR</a></li>
<li><a href="./en/stage_3.html">Firmware for auxiliary devices</a></li>
<li><a href="./en/stage_4.html">Installing an LED strip on a TV</a></li>
<li><a href="./en/stage_5.html">General assembly of components</a></li>
</ul>
<p style="text-align:center">
<img src="./files/img/pages/author.png" width="154" height="138" alt="author">
</p>
<table class="table">
<tbody>
<tr>
<td>Assembly of components / software setup</td>
<td><a href="https://github.com/AstaRom">AstaRom</a></td>
</tr>
<tr>
<td>HyperHDR</td>
<td><a href="https://github.com/awawa-dev/HyperHDR">Awawa-Dev</a></td>
</tr>
<tr>
<td>HyperSPI</td>
<td><a href="https://github.com/awawa-dev/HyperSPI">Awawa-Dev</a></td>
</tr>
<tr>
<td>Fritzing</td>
<td><a href="https://github.com/fritzing/fritzing-app/releases/tag/CD-548">Fritzing Team</a></td>
</tr>
<tr>
<td>ESPHome-Flasher</td>
<td><a href="https://github.com/esphome/esphome-flasher">ESPHome Team</a></td>
</tr>
</tbody>
</table>
<footer>
<p style="text-align:center">
<a href="./index.html"><img src="./files/img/ru.png" width="45" height="35" alt="ru"></a>
<a href="#"><img src="./files/img/en.png" width="45" height="35" alt="en"></a>
<br>Copyright © <a href="https://github.com/AstaRom">AstaRom</a>, 2022-2024
</p>
</footer>
</body>
</html>