Skip to content

Commit 114da01

Browse files
authored
[BreadboardBling/TerminalBlocks] add project (#128)
1 parent b6961f3 commit 114da01

File tree

18 files changed

+147
-44
lines changed

18 files changed

+147
-44
lines changed

Electronics101/BreadboardBling/DuplexTuningCapacitor/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# #468 BreadboardBling/DuplexTuningCapacitor
1+
# #468 Breadboard Bling: Duplex Tuning Capacitor
22

33
Making a breadboard-compatible variable capacitor for radio circuits.
44

55
![Build](./assets/DuplexTuningCapacitor_build.jpg?raw=true)
66

77
## Notes
88

9-
Duplex tuning capacitors aka radio or AM variable capcitors contain two sets of capacitor plates ganged together, with fine tuning adjustment screws for each capacitor.
10-
Total capacitance is typically under 300pF, but mulitple arrangements are possible as either a single or dual variable capacitor.
9+
Duplex tuning capacitors aka radio or AM variable capacitors contain two sets of capacitor plates ganged together, with fine tuning adjustment screws for each capacitor.
10+
Total capacitance is typically under 300pF, but multiple arrangements are possible as either a single or dual variable capacitor.
1111

1212
These components are typically used for radio tuning, and while building radio circuits on a breadboard can be a hairy proposition
13-
due to all the stray capcitance, a solid mounting for use on a breadboard can minimise the evils.
13+
due to all the stray capacitance, a solid mounting for use on a breadboard can minimise the evils.
1414

1515
the specific part I'm using is a [duplex 223p 60pf/140pf 2.1mm Hole Shaft Radio Variable Capacitor](https://www.aliexpress.com/item/5-Sets-Duplex-223p-60pf-140pf-2-1mm-Hole-Shaft-Radio-Variable-Capacitor-Knob-Screw-s484/32578566833.html) from a seller on aliexpress.
1616

@@ -30,7 +30,7 @@ For my specific part (without trim), I've measured the capacitance range at arou
3030
* Co: 17pF to 75pF
3131
* or combined, from 35pF to 235pF
3232

33-
[![TuningCapacitor_schematic](./assets/TuningCapacitor_schematic.jpg?raw=true)](https://www.mikroe.com/ebooks/radio-receivers-from-crystal-set-to-stereo/other-components)
33+
[![DuplexTuningCapacitor_schematic](./assets/DuplexTuningCapacitor_schematic.png?raw=true)](https://www.mikroe.com/ebooks/radio-receivers-from-crystal-set-to-stereo/other-components)
3434

3535
## Construction
3636

Electronics101/BreadboardBling/LM386AudioAmp/.catalog_metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "#469",
33
"name": "LM386 Audio Amp",
4-
"description": "A basic LM386 audio amplifier with volume and gain control on a breadboard-compatbile mounting",
4+
"description": "A basic LM386 audio amplifier with volume and gain control on a breadboard-compatible mounting",
55
"categories": "Breadboard Bling, Audio, OpAmp",
66
"relative_path": "Electronics101/BreadboardBling/LM386AudioAmp",
77
"updated_at": "2019-04-15T12:24:50Z",

Electronics101/BreadboardBling/LM386AudioAmp/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# #469 LM386 Audio Amp
1+
# #469 Breadboard Bling: LM386 Audio Amp
22

3-
A basic LM386 audio amplifier with volume and gain control on a breadboard-compatbile mounting.
3+
A basic LM386 audio amplifier with volume and gain control on a breadboard-compatible mounting.
44

55
![Build](./assets/LM386AudioAmp_build.jpg?raw=true)
66

@@ -9,13 +9,12 @@ A basic LM386 audio amplifier with volume and gain control on a breadboard-compa
99
Often I'll want to monitor an audio signal as part of a breadboard circuit.
1010
One could plug into an external amplifier, or build an amplifier circuit on the breadboard.
1111

12-
Since I do this quite often, I decided to put a standard LM386 audio circuit on to some perfboard,
12+
Since I do this quite often, I decided to put a standard LM386 audio circuit on to some perf-board,
1313
with pins arranged so that it can be plugged directly into a breadboard.
1414

15-
1615
## Circuit Design
1716

18-
The circuit is based on examples that are documented in the "Typcial Applications" section of the datasheet.
17+
The circuit is based on examples that are documented in the "Typical Applications" section of the datasheet.
1918

2019
Specifically, I have chosen to include:
2120

Electronics101/BreadboardBling/PotModules/README.md

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# #453 BreadboardBling/PotModules
1+
# #453 Breadboard Bling: Pot Modules
22

33
Making some breadboard-compatible potentiometers and covering some basics of terminology, Ohm's Law and voltage dividers.
44

@@ -11,31 +11,28 @@ A simple little project to make breadboard prototyping just a little more effici
1111
I'll often want to throw a potentiometer on a breadboard, usually to provide an adjustable voltage reference
1212
somewhere between ground and the positive power rail. But it can be a bit of a pain:
1313

14-
* standard components with the 5.5mm shaft can be forced into a breadboard, but it is a tight fit and is probably dmaging the breadboard recepticles
14+
* standard components with the 5.5mm shaft can be forced into a breadboard, but it is a tight fit and is probably damaging the breadboard receptacles
1515
* trim pots can plug into a breadboard, but the connection is often insecure (they are liable to pop themselves out)
1616

17-
So I finally had enough of this and decided to mount some pots on some protoboard with pins that plug snuggly into a breadboard.
18-
17+
So I finally had enough of this and decided to mount some pots on some protoboard with pins that plug snugly into a breadboard.
1918

2019
### Terminology
2120

22-
2321
* **potentiometer**: the familiar three-terminal component with an adjustable contact (the wiper) that forms a voltage divider. Variants:
24-
* Linear potentiometers: with a slider
25-
* Trimpots/trimmer pots:
22+
* Linear potentiometers: with a slider
23+
* Trimpots/trimmer pots:
2624
* **variable resistor** aka **rheostat**: a two terminal component with adjustable resistance between the terminals
2725

2826
In most applications these days, the role of variable resistor or rheostat is usually filled by using only two terminals of a potentiometer
2927

30-
3128
### Construction
3229

3330
I built two modules (10kΩ, 100kΩ linear type B).
3431

3532
They are mounted on a 5 hole * 5 hole piece of protoboard.
3633
Pins on the board are configured to connect by default:
3734

38-
* the end terminals of the potentiometer are seated on the power rails of a bradboard
35+
* the end terminals of the potentiometer are seated on the power rails of a breadboard
3936
* wiper plugs into a row on the breadboard
4037

4138
Some knobs attached for extra bling.
@@ -49,15 +46,13 @@ The circuit demonstrates the modules being used in both roles:
4946
* as a rheostat to vary the resistance and therefore current supplied to an LED
5047
* as a potentiometer voltage divider to control the gate voltage of an n-channel MOSFET to provide low-side switching of an LED
5148

52-
5349
![Breadboard](./assets/PotModules_bb.jpg?raw=true)
5450

5551
![Schematic](./assets/PotModules_schematic.jpg?raw=true)
5652

5753
![Build](./assets/PotModules_build.jpg?raw=true)
5854

59-
60-
### Experiements in Basic Electronics
55+
### Experiments in Basic Electronics
6156

6257
Potentiometers are one of the first components that students of basic electronics may encounter,
6358
and they are particularly useful for exploring and understanding fundamental concepts such as
@@ -79,14 +74,13 @@ A simple experiment to demonstrate the reliability of Ohm's Law:
7974

8075
* connect a voltage across a potentiometer in rheostat mode set to roughly mid-point
8176
* measure with a multimeter:
82-
* voltage across the rheostat
83-
* current through the rheostat
84-
* resistance of the rheostat at this particular setting (take it out of circuit to make this measurement)
77+
* voltage across the rheostat
78+
* current through the rheostat
79+
* resistance of the rheostat at this particular setting (take it out of circuit to make this measurement)
8580
* substituting any two of these measurements in the equation `V = IR` should yield the third term close to the measured value
8681
* repeat with the rheostat adjusted to other positions
8782
* but be careful of short circuit condition - for this reason, a good idea to have another resistor in series with the rheostat
8883

89-
9084
#### The Voltage Divider
9185

9286
Two resistors in series (R1, R2) form a voltage divider.
@@ -96,19 +90,18 @@ The voltage at the join between R1 and R2 is given by the equation:
9690

9791
This equation is actually derived from Ohm's Law.
9892

99-
A potentiometer is in effect a voltage divider in a single package, with the wiper tapping the connection of the upper and lower resistaances (R1, R2 respectively).
93+
A potentiometer is in effect a voltage divider in a single package, with the wiper tapping the connection of the upper and lower resistances (R1, R2 respectively).
10094

10195
A simple experiment to demonstrate the reliability of the Voltage Divider equation:
10296

10397
* connect a voltage across a potentiometer. measure this voltage
10498
* with the wiper at various positions, measure with a multimeter:
105-
* the voltage at the wiper
106-
* the resistance between wiper and terminal connected to the positive voltage (R1)
107-
* the resistance between wiper and terminal connected to the negative voltage (R2)
108-
* take the potentiometer out of circuit to make the resistance measurements
99+
* the voltage at the wiper
100+
* the resistance between wiper and terminal connected to the positive voltage (R1)
101+
* the resistance between wiper and terminal connected to the negative voltage (R2)
102+
* take the potentiometer out of circuit to make the resistance measurements
109103
* substituting any two of these measurements in the equation `V = R2 / (R1 + R2)` should yield the third term close to the measured value
110104

111-
112105
## Credits and References
113106

114107
* [Potentiometer](https://en.wikipedia.org/wiki/Potentiometer)

Electronics101/BreadboardBling/SingleShotTrigger/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# #565 Single-Shot Trigger
1+
# #565 Breadboard Bling: Single-Shot Trigger
22

33
A debounced single-shot pulse generator with inverted amd non-inverted output designed for use on a breadboard.
44

55
![Build](./assets/SingleShotTrigger_build.jpg?raw=true)
66

77
## Notes
88

9-
This little module is for those breadboard occassions where when one needs a debounced pulse - or possibly an inverted pulse for active low logic.
9+
This little module is for those breadboard occasions where when one needs a debounced pulse - or possibly an inverted pulse for active low logic.
1010

1111
It uses a 555 timer in monostable mode to debounced a pushbutton, emitting a pulse of trigger a pulse of at least
1212
[22ms](https://visual555.tardate.com/?mode=monostable&r1=20&c=1) (R1=20k and C1=1uF).
@@ -15,7 +15,7 @@ A CD4049 is used to buffer and invert the outputs (inverted amd non-inverted) so
1515

1616
## Construction
1717

18-
First testing the circiut on a breadboard:
18+
First testing the circuit on a breadboard:
1919

2020
![Breadboard](./assets/SingleShotTrigger_bb.jpg?raw=true)
2121

@@ -25,7 +25,7 @@ First testing the circiut on a breadboard:
2525

2626
## Making it a "Breadboard Bling" Module
2727

28-
I went for dead-bug stlye on a small piece of protoboard in order to keep the module small (I don't have SMD versions of these chips on hand).
28+
I went for dead-bug style on a small piece of protoboard in order to keep the module small (I don't have SMD versions of these chips on hand).
2929

3030
![SingleShotTrigger_module](./assets/SingleShotTrigger_module.jpg?raw=true)
3131

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "#594",
3+
"name": "Terminal Blocks",
4+
"description": "Making some breadboard-compatible terminal blocks for securely connecting random wired devices in circuit.",
5+
"categories": "Breadboard Bling, Connectors",
6+
"relative_path": "Electronics101/BreadboardBling/TerminalBlocks",
7+
"updated_at": "2025-02-26T08:07:00Z",
8+
"created_at": "2025-02-26T08:07:00Z"
9+
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# #594 Breadboard Bling: Terminal Blocks
2+
3+
Making some breadboard-compatible terminal blocks for securely connecting random wired devices in circuit.
4+
5+
![Build](./assets/TerminalBlocks_build.jpg?raw=true)
6+
7+
## Notes
8+
9+
When quickly building a circuit on a breadboard, there's often a component that just has unterminated wires.
10+
11+
At first, one may just try and poke the wires into the breadboard.
12+
If the wires are un-tinned, this will usually result in completely fraying the ends.
13+
So the soldering iron gets pulled out to tin the wires.
14+
15+
When the wires inevitably fall out at a crucial juncture in an experiment, it's time to solder some kind of connector to the wires. Maybe just some 2.54mm pitch pins that can be plugged into the breadboard.
16+
17+
And then the wires eventually break at the connector due to metal fatigue..
18+
19+
Bottom line, a real hassle!
20+
21+
### Terminal Blocks to the Rescue
22+
23+
Terminal blocks are modular, insulated connectors used to securely join or terminate multiple wires in circuits, providing a reliable and organized method for managing electrical connections. They consist of a housing made of insulating material (such as plastic or ceramic) and metal terminals (often brass or copper) that conduct electricity and clamp wires in place using screws, spring clamps, or push-in mechanisms. Terminal blocks are widely used in industrial control panels, power distribution systems, and electronic devices to simplify wiring, enable easy maintenance, and ensure safe connections. They come in various types, including barrier strips, feed-through blocks, and ground terminals, and can accommodate different wire sizes, voltages, and current ratings. Their modular design allows for flexibility in circuit design and troubleshooting, making them essential components in both electrical and electronic systems.
24+
25+
There are a wide range of terminal blocks available for industrial applications. For more information, see for example:
26+
27+
* <https://switchesplus.com.au/Exploring-Terminal-Blocks-All-you-need-to-know~61572>
28+
* <https://en.wikipedia.org/wiki/Electrical_connector#Screw_terminals>
29+
30+
### PCB Mounted Terminal Blocks with Screw Connectors
31+
32+
The most common type of terminal blocks one may see in the electronic hobbyist arena is the screw-connector, with pins for through-hole PCB mounting.
33+
34+
* e.g. this box set of 2, 3 and 4 terminal units: [50 Pcs/BOX Pitch 5.0mm Straight Pin 2P 3P Screw PCB Terminal Block Connector 10A 300V 24-18AWG](https://www.aliexpress.com/item/1005005595075178.html)
35+
36+
[![1005005595075178](./assets/1005005595075178.jpg)](https://www.aliexpress.com/item/1005005595075178.html)
37+
38+
### PCB Mounted Terminal Blocks with Screwless Connectors
39+
40+
Perhaps more convenient are screwless connectors
41+
42+
* e.g. [10Pcs 2.54mm Pitch KF141V KF141R Push-in Spring Screwless Terminal Block Straight/Bent Foot 2/3/4/5/6/7/8/9/10P PCB Connector](https://www.aliexpress.com/item/1005002381186641.html)
43+
44+
[![1005002381186641](./assets/1005002381186641.jpg)](https://www.aliexpress.com/item/1005002381186641.html)
45+
46+
### Building a Breadboard Module
47+
48+
I don't have any screwless terminal blocks, which would be ideal, so for now I've just put some 2-pin and 3-pin screwed terminal blocks on protoboard with pin connectors to make them breadboard-mountable.
49+
50+
![Build](./assets/TerminalBlocks_build.jpg?raw=true)
51+
52+
These work just fine, and are useful for adding various devices to a breadboard circuit, for example a voltmeter module:
53+
54+
![TerminalBlocks_bb_test](./assets/TerminalBlocks_bb_test.jpg?raw=true)
55+
56+
## Credits and References
57+
58+
* [50 Pcs/BOX Pitch 5.0mm Straight Pin 2P 3P Screw PCB Terminal Block Connector 10A 300V 24-18AWG](https://www.aliexpress.com/item/1005005595075178.html)
59+
* [10Pcs 2.54mm Pitch KF141V KF141R Push-in Spring Screwless Terminal Block Straight/Bent Foot 2/3/4/5/6/7/8/9/10P PCB Connector](https://www.aliexpress.com/item/1005002381186641.html)
Loading
Loading
Loading
Loading
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 657 Little Electronic Art Projects
1+
# 658 Little Electronic Art Projects
22

33
> Latest addition:sparkles: [Inverter-based Push Button Latch](./Electronics101/CD4069/PushButtonLatch) - A latching pushbutton circuit using a CMOS inverter (CD4069)
44

_data/catalog.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,16 @@
639639
"created_at": "2021-08-15T13:42:05Z",
640640
"original_relative_path": "Electronics101/TemperatureSensors/LM35"
641641
},
642+
{
643+
"id": "#594",
644+
"name": "Terminal Blocks",
645+
"description": "Making some breadboard-compatible terminal blocks for securely connecting random wired devices in circuit.",
646+
"categories": "Breadboard Bling, Connectors",
647+
"relative_path": "electronics101/breadboardbling/terminalblocks",
648+
"updated_at": "2025-02-26T08:07:00Z",
649+
"created_at": "2025-02-26T08:07:00Z",
650+
"original_relative_path": "Electronics101/BreadboardBling/TerminalBlocks"
651+
},
642652
{
643653
"id": "#593",
644654
"name": "74HC14 Inverter Voltage Multiplier",
@@ -1882,7 +1892,7 @@
18821892
{
18831893
"id": "#469",
18841894
"name": "LM386 Audio Amp",
1885-
"description": "A basic LM386 audio amplifier with volume and gain control on a breadboard-compatbile mounting",
1895+
"description": "A basic LM386 audio amplifier with volume and gain control on a breadboard-compatible mounting",
18861896
"categories": "Breadboard Bling, Audio, OpAmp",
18871897
"relative_path": "electronics101/breadboardbling/lm386audioamp",
18881898
"updated_at": "2019-04-15T12:24:50Z",

_data/projects.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,15 @@
598598
"Arduino"
599599
]
600600
},
601+
"/electronics101/breadboardbling/terminalblocks/": {
602+
"id": 594,
603+
"title": "Terminal Blocks",
604+
"summary": "Making some breadboard-compatible terminal blocks for securely connecting random wired devices in circuit.",
605+
"tags": [
606+
"Breadboard Bling",
607+
"Connectors"
608+
]
609+
},
601610
"/electronics101/74hc14/voltagemultiplier/": {
602611
"id": 593,
603612
"title": "74HC14 Inverter Voltage Multiplier",
@@ -1753,7 +1762,7 @@
17531762
"/electronics101/breadboardbling/lm386audioamp/": {
17541763
"id": 469,
17551764
"title": "LM386 Audio Amp",
1756-
"summary": "A basic LM386 audio amplifier with volume and gain control on a breadboard-compatbile mounting",
1765+
"summary": "A basic LM386 audio amplifier with volume and gain control on a breadboard-compatible mounting",
17571766
"tags": [
17581767
"Breadboard Bling",
17591768
"Audio",

catalog/atom.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<id>https://leap.tardate.com/</id>
88
<icon>https://leap.tardate.com/catalog/assets/images/favicon-32x32.png</icon>
99
<logo>https://leap.tardate.com/catalog/assets/images/favicon-32x32.png</logo>
10-
<updated>2025-02-25T09:40:00Z</updated>
10+
<updated>2025-02-26T08:07:00Z</updated>
1111
<author>
1212
<name>Paul Gallagher</name>
1313
<email>[email protected]</email>
@@ -740,6 +740,17 @@
740740
<category term="LCD"/>
741741
<category term="Arduino"/>
742742
</entry>
743+
<entry>
744+
<id>https://leap.tardate.com/electronics101/breadboardbling/terminalblocks/</id>
745+
<link href="https://leap.tardate.com/electronics101/breadboardbling/terminalblocks/"/>
746+
<g:image_link>https://leap.tardate.com/electronics101/breadboardbling/terminalblocks/assets/terminalblocks_build.jpg</g:image_link>
747+
<updated>2025-02-26T08:07:00Z</updated>
748+
<title>#594 Terminal Blocks</title>
749+
<summary>Making some breadboard-compatible terminal blocks for securely connecting random wired devices in circuit.</summary>
750+
<content type="html">&lt;div&gt;&lt;p&gt;Making some breadboard-compatible terminal blocks for securely connecting random wired devices in circuit.&lt;/p&gt;&lt;img src=&quot;https://leap.tardate.com/electronics101/breadboardbling/terminalblocks/assets/terminalblocks_build.jpg&quot; /&gt;&lt;/div&gt;</content>
751+
<category term="Breadboard Bling"/>
752+
<category term="Connectors"/>
753+
</entry>
743754
<entry>
744755
<id>https://leap.tardate.com/electronics101/74hc14/voltagemultiplier/</id>
745756
<link href="https://leap.tardate.com/electronics101/74hc14/voltagemultiplier/"/>
@@ -2146,8 +2157,8 @@
21462157
<g:image_link>https://leap.tardate.com/electronics101/breadboardbling/lm386audioamp/assets/lm386audioamp_build.jpg</g:image_link>
21472158
<updated>2019-04-15T12:24:50Z</updated>
21482159
<title>#469 LM386 Audio Amp</title>
2149-
<summary>A basic LM386 audio amplifier with volume and gain control on a breadboard-compatbile mounting</summary>
2150-
<content type="html">&lt;div&gt;&lt;p&gt;A basic LM386 audio amplifier with volume and gain control on a breadboard-compatbile mounting&lt;/p&gt;&lt;img src=&quot;https://leap.tardate.com/electronics101/breadboardbling/lm386audioamp/assets/lm386audioamp_build.jpg&quot; /&gt;&lt;/div&gt;</content>
2160+
<summary>A basic LM386 audio amplifier with volume and gain control on a breadboard-compatible mounting</summary>
2161+
<content type="html">&lt;div&gt;&lt;p&gt;A basic LM386 audio amplifier with volume and gain control on a breadboard-compatible mounting&lt;/p&gt;&lt;img src=&quot;https://leap.tardate.com/electronics101/breadboardbling/lm386audioamp/assets/lm386audioamp_build.jpg&quot; /&gt;&lt;/div&gt;</content>
21512162
<category term="Breadboard Bling"/>
21522163
<category term="Audio"/>
21532164
<category term="OpAmp"/>

0 commit comments

Comments
 (0)