Skip to content

Commit c919c12

Browse files
authored
Update resistors.html
Moving resistors.html file to new folder
1 parent c78f4f1 commit c919c12

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

primers/electronics/resistors.html

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,63 @@
1-
<!-- placeholder-->
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Resistors | easysynth</title>
7+
<link rel="stylesheet" href="style.css" />
8+
</head>
9+
<body>
10+
<header>
11+
<h1>🧱 Resistors</h1>
12+
<p class="subtitle">Shaping flow through friction and form</p>
13+
</header>
14+
15+
<main>
16+
<section>
17+
<p>Resistors are the quiet sculptors of electricity. They don’t switch, amplify, or oscillate — they simply resist. In synthesis, they shape voltage, define current, and set the boundaries within which sound can emerge.</p>
18+
</section>
19+
20+
<section>
21+
<h2 data-icon="🔍">What Is a Resistor?</h2>
22+
<p>A resistor limits the flow of electrical current. It’s defined by its resistance value, measured in ohms (Ω), and obeys Ohm’s Law: <code>V = IR</code>.</p>
23+
<table>
24+
<thead>
25+
<tr>
26+
<th>Type</th>
27+
<th>Description</th>
28+
<th>Synth Use</th>
29+
</tr>
30+
</thead>
31+
<tbody>
32+
<tr>
33+
<td>Carbon Film</td>
34+
<td>Common, inexpensive, moderate tolerance</td>
35+
<td>General signal shaping</td>
36+
</tr>
37+
<tr>
38+
<td>Metal Film</td>
39+
<td>High precision, low noise</td>
40+
<td>Critical audio paths</td>
41+
</tr>
42+
<tr>
43+
<td>Wirewound</td>
44+
<td>High power handling</td>
45+
<td>Power regulation, protection</td>
46+
</tr>
47+
<tr>
48+
<td>Variable (Potentiometer)</td>
49+
<td>Adjustable resistance</td>
50+
<td>Knobs, sliders, control voltage shaping</td>
51+
</tr>
52+
</tbody>
53+
</table>
54+
</section>
55+
56+
<section>
57+
<h2 data-icon="🎛️">Resistors in Modular Synthesis</h2>
58+
<ul>
59+
<li><strong>Voltage Dividers</strong>
60+
<footer>
61+
<p>&copy; 2025 <a href="https://easysynth.co.uk">easysynth.co.uk</a> · <a href="index.html">Return to homepage</a></p>
62+
</footer>
63+

0 commit comments

Comments
 (0)