blog/visor.html (view raw)
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>visor | 6B74-4's site</title>
<link href="/style.css" rel="stylesheet"/>
</head>
<body>
<h1>Blog on this one's visor and modifications</h1>
<section id="about">
<h2><a href="#about" aria-hidden="true">#</a> About this page</h2>
<p>This page documents the making and modification of this one's visor. It was created after the Visor was already built, so details and images up until that point may be missing. This one will however try to log future modifications in more detail.</p>
</section>
<section id="materials">
<h2><a href="#materials" aria-hidden="true">#</a> Materials</h2>
<p>A short lists of the things used to make this visor with aproximate prices.</p>
<ul>
<li>
cheap 3M 6800 full-face mask knock-off, 30€
</li>
<li>
15% VLT car tinting foil, 21€ for a big roll
(one may also ask this one for a peice since it has a lot left over)
</li>
<li>
2 WS2812B bendable LED-matrices with holes in them from AliExpress.
These ones are 200x50mm with 8x32 LEDs each and barely fit the Visor while bent.
</li>
<li>
an ESP32 for about 5€
</li>
</ul>
</section>
</body>
</html>
|