Skip to content

Commit b104d02

Browse files
authored
Merge pull request #123 from StaphSynth/dallen/rca-breakout
new post: rca breakout box
2 parents 246a258 + 3c5da7a commit b104d02

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

Rakefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ end
1010

1111
task :default do
1212
proofer_options = {
13-
internal_domains: ['syntheta.se'],
13+
swap_urls: {
14+
# forces the proofer to find the files locally rather than
15+
# trying to visit the live site for internal links
16+
/^https:\/\/syntheta.se\// => '/'
17+
},
1418
assume_extension: '.html',
15-
check_html: true,
1619
only_4xx: true,
1720
enforce_https: false,
1821
ignore_status_codes: [403, 405]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: post
3+
title: Stereo RCA breakout box
4+
logo: speaker.jpg
5+
byline: Break it down
6+
category: projects
7+
comments: false
8+
image: /assets/images/2023-12/rca-breakout-box.jpg
9+
tags:
10+
- electronics
11+
---
12+
13+
I've built quite a few amplifiers over the years and every time I get to the point of testing them, I always end up having to hack together some kind of RCA-to-rat's-nest interface (including a level control) so I can connect a source like a CD player into the jumble of boards and wires sitting on my bench that constitutes the device under test. But no longer!
14+
15+
I'm tired of doing that, so I bought a small plastic project box from my local electronics retailer and knocked up a stereo-RCA-to-banana-plug breakout box which makes connecting a source to anything via plain-ol'-wires a breeze.
16+
17+
{% include image.html url="/assets/images/2023-12/rca-breakout-box.jpg" alt="Photograph of the breakout box" caption="In all its beige glory" %}
18+
19+
It's such a simple device - after using it for the first time I can't believe I didn't make one years ago!
20+
21+
{% include image.html url="/assets/images/2023-12/rca-breakout-testing.jpg" alt="Photograph of the breakout box in use" caption="First use testing a small chip amplifier I'm working on." %}
125 KB
Loading
180 KB
Loading

0 commit comments

Comments
 (0)