Compare commits

..

1 commit

Author SHA1 Message Date
4a050e6d4f
wip: write new rgb ears build guide for 39c3
All checks were successful
/ build (pull_request) Successful in 26s
2025-12-16 19:48:49 +01:00

View file

@ -126,7 +126,7 @@
<section id="introduction"> <section id="introduction">
<fieldset id="detail-grade-picker"> <fieldset id="detail-grade-picker">
<legend>How much details do you need?</legend> <legend>Choose the grade of details you want this guide to appear in</legend>
<input type="radio" id="detail-picker-all" name="detail-grade-picker" value="all" checked> <input type="radio" id="detail-picker-all" name="detail-grade-picker" value="all" checked>
<label for="detail-picker-all">Hold my hand please &gt~&lt</label> <label for="detail-picker-all">Hold my hand please &gt~&lt</label>
@ -142,11 +142,9 @@
To follow it, you need <u>soldering equipment</u>, a <u>heatgun</u>, a pair of <u>striping pliers</u>, <u>catears</u> as well as <u>one of our build kits</u>.<br> To follow it, you need <u>soldering equipment</u>, a <u>heatgun</u>, a pair of <u>striping pliers</u>, <u>catears</u> as well as <u>one of our build kits</u>.<br>
If you did not get a hold of one of those kits, take a look at <a href="./catear-bom.html">our BOM</a>. If you did not get a hold of one of those kits, take a look at <a href="./catear-bom.html">our BOM</a>.
</p> </p>
<p> <p>
The general project assembly looks like this where each of the components must be connected via soldering points. The general project assembly looks like this where each of the components must be connected via soldering points.
</p> </p>
<div style="display: flex; justify-content: center;"> <div style="display: flex; justify-content: center;">
<pre role="presentation" aria-description="ASCII drawing of the project assembly containing the parts included in the kit."> <pre role="presentation" aria-description="ASCII drawing of the project assembly containing the parts included in the kit.">
┌─────┐ ╭───╮ ┌─────┐ ╭───╮
@ -158,21 +156,19 @@
</pre> </pre>
</div> </div>
<div class="detail-hide-short"> <p>
<p> Inside this guide, you will find the following content
Inside this guide, you will find the following content </p>
</p> <nav>
<nav> <ol class="toc">
<ol class="toc"> <li><a href="#step-1">Flash the microcontroller</a></li>
<li><a href="#step-1">Flash the microcontroller</a></li> <li><a href="#step-2">Solder cables to LED strip</a></li>
<li><a href="#step-2">Solder cables to LED strip</a></li> <li><a href="#step-3">Solder cables to pluggable connector</a></li>
<li><a href="#step-3">Solder cables to pluggable connector</a></li> <li><a href="#step-4">Solder cables to Microcontroller</a></li>
<li><a href="#step-4">Solder cables to Microcontroller</a></li> <li><a href="#step-5">Test It!</a></li>
<li><a href="#step-5">Test It!</a></li> <li><a href="#step-6">Finalize the Assembly</a></li>
<li><a href="#step-6">Finalize the Assembly</a></li> </ol>
</ol> </nav>
</nav>
</div>
</section> </section>