<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on DIY Audio Circuits</title>
    <link>https://www.diyaudiocircuits.com/posts/</link>
    <description>Recent content in Posts on DIY Audio Circuits</description>
    <generator>Hugo -- 0.153.1</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 15 Jan 2026 14:30:00 +0000</lastBuildDate>
    <atom:link href="https://www.diyaudiocircuits.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ESP32 Tulip MicroPython Synthesizer Workstation</title>
      <link>https://www.diyaudiocircuits.com/posts/esp32-tulip-micropython-synthesizer/</link>
      <pubDate>Thu, 15 Jan 2026 14:30:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/esp32-tulip-micropython-synthesizer/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;https://github.com/bwhitman/tulipcc&#34;&gt;Tulip Creative Computer&lt;/a&gt; is an impressive open-source project that transforms the ESP32 microcontroller into a complete music synthesizer workstation programmable in MicroPython. This exciting platform brings together the power of modern microcontrollers with the accessibility of Python programming to create a versatile tool for electronic music creation.&lt;/p&gt;
&lt;h2 id=&#34;what-makes-tulip-special&#34;&gt;What Makes Tulip Special&lt;/h2&gt;
&lt;p&gt;At its core, Tulip runs on the ESP32-S3, a powerful dual-core microcontroller with built-in WiFi and Bluetooth capabilities. What sets Tulip apart from other synthesizer projects is its commitment to being a fully programmable creative computer. Rather than offering a fixed set of features, Tulip gives you a complete MicroPython environment where you can write your own synthesizers, sequencers, and audio effects from scratch.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building a 32-Band Audio Spectrum Analyzer with Arduino</title>
      <link>https://www.diyaudiocircuits.com/posts/arduino-32-band-spectrum-analyzer/</link>
      <pubDate>Sun, 28 Dec 2025 10:15:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/arduino-32-band-spectrum-analyzer/</guid>
      <description>&lt;p&gt;Audio spectrum analyzers are fascinating projects that combine digital signal processing, microcontroller programming, and LED control to create mesmerizing visual displays. Building a 32-band spectrum analyzer with an Arduino provides an excellent opportunity to learn about Fast Fourier Transforms (FFT), real-time audio processing, and LED matrix control while creating something genuinely impressive for your workshop or music setup.&lt;/p&gt;
&lt;h2 id=&#34;understanding-the-basics&#34;&gt;Understanding the Basics&lt;/h2&gt;
&lt;p&gt;A spectrum analyzer works by breaking down an audio signal into its component frequencies and displaying their amplitudes visually. The &amp;ldquo;32-band&amp;rdquo; designation means we&amp;rsquo;re dividing the audible frequency range into 32 distinct frequency bins, each represented by a column of LEDs. When music plays, each column lights up to a height proportional to the energy present in that frequency range, creating a dynamic waterfall effect that dances to the beat.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Raspberry Pi Pico MIDI Synthesizer Projects</title>
      <link>https://www.diyaudiocircuits.com/posts/raspberry-pi-pico-midi-synthesizer/</link>
      <pubDate>Wed, 10 Dec 2025 16:45:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/raspberry-pi-pico-midi-synthesizer/</guid>
      <description>&lt;p&gt;The Raspberry Pi Pico has emerged as an incredibly capable platform for DIY MIDI synthesizers, offering dual-core ARM Cortex-M0+ processing power, generous GPIO, and affordable pricing around $4. Its combination of processing capability, built-in PWM and I2S audio output options, and native USB support makes it ideal for music electronics projects ranging from simple monotimbral synthesizers to complex polyphonic instruments.&lt;/p&gt;
&lt;h2 id=&#34;why-pico-for-midi-synthesis&#34;&gt;Why Pico for MIDI Synthesis&lt;/h2&gt;
&lt;p&gt;The RP2040 microcontroller at the heart of the Pico provides several advantages for audio synthesis. Its dual-core architecture allows one core to handle MIDI input and user interface while the other dedicates itself to audio generation, ensuring glitch-free performance. The Programmable I/O (PIO) state machines can handle timing-critical tasks like generating PWM audio or managing protocols without burdening the CPU cores.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AI and Machine Learning in Embedded Audio Processing</title>
      <link>https://www.diyaudiocircuits.com/posts/ai-ml-embedded-audio-processing/</link>
      <pubDate>Sat, 22 Nov 2025 13:20:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/ai-ml-embedded-audio-processing/</guid>
      <description>&lt;p&gt;The convergence of artificial intelligence and embedded audio processing represents one of the most exciting developments in DIY electronics. Machine learning models that once required powerful GPUs can now run on microcontrollers, enabling intelligent audio applications from noise cancellation to musical instrument recognition, all happening in real-time on devices costing just a few dollars.&lt;/p&gt;
&lt;h2 id=&#34;the-embedded-ai-revolution&#34;&gt;The Embedded AI Revolution&lt;/h2&gt;
&lt;p&gt;Traditional digital signal processing relies on hand-crafted algorithms based on our understanding of audio physics and psychoacoustics. While effective, these approaches require expert knowledge to design and often struggle with complex, variable real-world conditions. Machine learning flips this paradigm, learning patterns directly from data and generalizing to handle situations their designers never explicitly programmed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Designing Your First Distortion Guitar Pedal Circuit</title>
      <link>https://www.diyaudiocircuits.com/posts/guitar-distortion-pedal-design/</link>
      <pubDate>Wed, 05 Nov 2025 09:30:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/guitar-distortion-pedal-design/</guid>
      <description>&lt;p&gt;Distortion pedals remain among the most popular DIY guitar effects projects, offering an ideal balance of circuit simplicity and sonic satisfaction. Understanding how distortion circuits work demystifies not just pedal design but fundamental concepts in audio electronics, from amplification and clipping to tone shaping and impedance matching. Whether you dream of recreating classic tones or inventing your own signature sound, grasping distortion fundamentals opens the door to creative circuit design.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ESP32 Audio DSP Effects Processor with YummyDSP</title>
      <link>https://www.diyaudiocircuits.com/posts/esp32-yummydsp-effects/</link>
      <pubDate>Tue, 28 Oct 2025 11:00:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/esp32-yummydsp-effects/</guid>
      <description>&lt;p&gt;The ESP32 microcontroller has proven remarkably capable for real-time audio digital signal processing, and the YummyDSP library makes this power accessible to hobbyists and professionals alike. This open-source framework provides a collection of audio processing building blocks optimized for ESP32, enabling you to create guitar pedals, studio effects, synthesizers, and audio tools with professional results at a fraction of commercial product costs.&lt;/p&gt;
&lt;h2 id=&#34;what-is-yummydsp&#34;&gt;What is YummyDSP&lt;/h2&gt;
&lt;p&gt;YummyDSP is a lightweight, efficient DSP library specifically designed for audio effects processing on the ESP32 platform. Unlike general-purpose DSP libraries that try to do everything, YummyDSP focuses on real-time audio with low latency and clean implementation of essential audio processing blocks. The library handles the complexities of I2S audio interface configuration, buffer management, and efficient arithmetic while providing an intuitive API for building effect chains.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arduino RGB LED VU Meter and Visualizer</title>
      <link>https://www.diyaudiocircuits.com/posts/arduino-led-vu-meter/</link>
      <pubDate>Wed, 15 Oct 2025 14:45:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/arduino-led-vu-meter/</guid>
      <description>&lt;p&gt;VU meters have captivated audio enthusiasts since their introduction in broadcast studios decades ago, providing visual feedback of audio levels through mechanical needle movement. Modern LED versions bring this classic aesthetic into the digital age with colorful displays that react instantaneously to music. Building an Arduino-based LED VU meter or audio visualizer combines audio signal processing, microcontroller programming, and LED control techniques into one visually rewarding project perfect for your workbench, entertainment system, or live performance setup.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PicoADK v2: Raspberry Pi RP2350 Music Synthesizer</title>
      <link>https://www.diyaudiocircuits.com/posts/picoadk-v2-synthesizer/</link>
      <pubDate>Wed, 01 Oct 2025 08:30:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/picoadk-v2-synthesizer/</guid>
      <description>&lt;p&gt;The PicoADK (Pico Audio Development Kit) v2 represents a significant evolution in affordable audio synthesis hardware, leveraging Raspberry Pi&amp;rsquo;s latest RP2350 microcontroller to deliver professional-quality audio capabilities in a compact, maker-friendly package. This development board combines powerful processing, dedicated audio hardware, and thoughtful design choices that make it an excellent platform for building synthesizers, effects processors, and experimental audio instruments.&lt;/p&gt;
&lt;h2 id=&#34;the-rp2350-advantage&#34;&gt;The RP2350 Advantage&lt;/h2&gt;
&lt;p&gt;At the heart of PicoADK v2 sits the RP2350, Raspberry Pi&amp;rsquo;s newest microcontroller featuring dual ARM Cortex-M33 cores running at 150MHz. Compared to the RP2040, the RP2350 brings substantial improvements critical for audio applications: doubled on-chip SRAM (520KB vs 264KB), hardware floating-point unit on both cores, and optional RISC-V cores for specialized processing. These enhancements translate directly into more sophisticated audio algorithms, larger wavetable storage, and headroom for future expandability.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GreatScott&#39;s Best Audio Electronics Projects</title>
      <link>https://www.diyaudiocircuits.com/posts/greatscott-audio-projects/</link>
      <pubDate>Thu, 18 Sep 2025 15:20:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/greatscott-audio-projects/</guid>
      <description>&lt;p&gt;GreatScott! has earned its place among YouTube&amp;rsquo;s most respected electronics channels, with nearly 2 million subscribers tuning in for clear explanations, practical projects, and Scott&amp;rsquo;s infectious enthusiasm for all things electronic. For audio DIY enthusiasts, Scott&amp;rsquo;s channel offers a treasure trove of projects ranging from basic amplifiers to sophisticated digital audio systems, all presented with the clarity and attention to detail that made the channel famous. Let&amp;rsquo;s explore some of the best audio-related projects and what makes GreatScott! such a valuable resource for learning audio electronics.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ElectroBOOM&#39;s Audio Power Amplifier Tutorial</title>
      <link>https://www.diyaudiocircuits.com/posts/electroboom-power-amplifier-tutorial/</link>
      <pubDate>Wed, 03 Sep 2025 11:40:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/electroboom-power-amplifier-tutorial/</guid>
      <description>&lt;p&gt;Mehdi Sadaghdar&amp;rsquo;s ElectroBOOM channel has become legendary for its unique combination of rigorous electrical engineering education and comedic presentation involving deliberate (and sometimes accidental) electrical mishaps. With over 5 million subscribers, Mehdi&amp;rsquo;s approach to teaching electronics through entertainment makes complex topics accessible while never compromising technical accuracy. His power amplifier tutorials exemplify this approach, breaking down intimidating audio circuits into understandable concepts while keeping viewers thoroughly entertained.&lt;/p&gt;
&lt;h2 id=&#34;the-electroboom-educational-philosophy&#34;&gt;The ElectroBOOM Educational Philosophy&lt;/h2&gt;
&lt;p&gt;What makes ElectroBOOM&amp;rsquo;s teaching style so effective is the willingness to directly address misconceptions and explain why common approaches fail. Rather than simply presenting working designs, Mehdi often demonstrates what doesn&amp;rsquo;t work and explains precisely why. This negative-space learning—showing boundaries of what&amp;rsquo;s possible—builds deeper understanding than positive examples alone. When Mehdi deliberately shorts an output or forgets proper biasing, the dramatic (sometimes pyrotechnic) results make the underlying principles unforgettable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building a Simple Audio Boost Pedal Circuit</title>
      <link>https://www.diyaudiocircuits.com/posts/simple-boost-pedal-circuit/</link>
      <pubDate>Wed, 20 Aug 2025 10:00:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/simple-boost-pedal-circuit/</guid>
      <description>&lt;p&gt;Clean boost pedals represent the simplest and most elegant of guitar effects, providing pure signal amplification without coloration or distortion—at least, that&amp;rsquo;s the ideal. These minimal circuits teach fundamental amplification concepts while delivering genuinely useful functionality. Whether pushing an amp into saturation, compensating for signal loss through long cable runs, or simply adding volume for solos, a well-designed boost pedal solves real problems with refreshingly straightforward circuitry. Building one makes an perfect introduction to audio electronics and effects pedal design.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Environmental Sound Recognition with Embedded ML</title>
      <link>https://www.diyaudiocircuits.com/posts/embedded-sound-recognition-ml/</link>
      <pubDate>Tue, 05 Aug 2025 13:15:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/embedded-sound-recognition-ml/</guid>
      <description>&lt;p&gt;Environmental sound recognition represents one of the most practical applications of embedded machine learning, enabling devices to understand their acoustic surroundings and react intelligently. Unlike speech recognition that focuses on linguistic content, environmental sound classification identifies non-speech audio events: glass breaking, dogs barking, machinery malfunctioning, or babies crying. Running these recognition algorithms directly on microcontrollers—without cloud connectivity—opens possibilities for responsive, privacy-preserving, low-latency audio applications across countless domains.&lt;/p&gt;
&lt;h2 id=&#34;why-environmental-sound-recognition-matters&#34;&gt;Why Environmental Sound Recognition Matters&lt;/h2&gt;
&lt;p&gt;Traditional audio systems react to simple thresholds—sound present or absent, loud or quiet—providing crude detection at best. Machine learning enables nuanced understanding: distinguishing wanted sounds from background noise, recognizing specific audio events among many possibilities, and adapting to acoustic variability that defeats rule-based algorithms. This capability transforms devices from simple sensors into intelligent listeners that understand context.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Demo Vid: How to Build Small MXR Phase 45 Clone</title>
      <link>https://www.diyaudiocircuits.com/posts/demo-vid-how-to-build-small-mxr-phase-45-clone/</link>
      <pubDate>Sun, 19 Sep 2021 15:57:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/demo-vid-how-to-build-small-mxr-phase-45-clone/</guid>
      <description>&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/uJ9rlbaO-28?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

Short demo of a small MXR Phase 45 clone that was built using the &amp;ldquo;Smoothie&amp;rdquo; PCB.&lt;/p&gt;
&lt;p&gt;This is a short demo video of a small two-stage phaser that was built based after the MXR Phase 45 circuit. Homemade Franken caster will be playing through Fender Pro junior amp, which demonstrates what the dry signal sounds like.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video: How to Make Guitar Pedals</title>
      <link>https://www.diyaudiocircuits.com/posts/video-how-to-make-guitar-pedals/</link>
      <pubDate>Sat, 18 Sep 2021 15:37:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/video-how-to-make-guitar-pedals/</guid>
      <description>&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/gD7Mmzz2vNs?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

This short video contains some useful advice on some starting options for building your own guitar pedals! I&amp;rsquo;m going to give a plug to my tutorial series, where there&amp;rsquo;s eight videos and they go through etching the board all the way to painting the box. Not only will you be soldering everything onto the PCB, which will give you an introduction to the electronic components, but you are going to be wiring it up as well.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video Tutorial: Learn to Build a Fuzz Guitar Pedal!</title>
      <link>https://www.diyaudiocircuits.com/posts/video-tutorial-learn-to-build-a-fuzz-guitar-pedal/</link>
      <pubDate>Fri, 17 Sep 2021 12:19:00 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/video-tutorial-learn-to-build-a-fuzz-guitar-pedal/</guid>
      <description>&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/2Qe9evbpOTs?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;</description>
    </item>
    <item>
      <title>Video and Schematic Breakdown: MadLab Junior Theremin</title>
      <link>https://www.diyaudiocircuits.com/posts/video-madlab-junior-theremin/</link>
      <pubDate>Mon, 15 Jun 2020 15:33:01 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/video-madlab-junior-theremin/</guid>
      <description>&lt;p&gt;I found a great beginner&amp;rsquo;s project, the &lt;a href=&#34;https://www.avantlink.com/click.php?tt=pl&amp;amp;ti=581&amp;amp;pw=134143&amp;amp;mi=10609&amp;amp;pt=3&amp;amp;pri=505880&#34;&gt;MadLab Junior Theremin&lt;/a&gt;, as a cheap electronics kit available on &lt;a href=&#34;https://www.avantlink.com/click.php?tt=pl&amp;amp;ti=581&amp;amp;pw=134143&amp;amp;mi=10609&amp;amp;pt=3&amp;amp;pri=505880&#34;&gt;Jameco&lt;/a&gt;!&lt;/p&gt;
&lt;h2 id=&#34;build-and-demo-video&#34;&gt;Build and Demo Video&lt;/h2&gt;
&lt;p&gt;Here&amp;rsquo;s a video from &lt;a href=&#34;https://www.youtube.com/channel/UCjdHbo8_vh3rxQ-875XGkvw&#34;&gt;Youtuber 3DSage&lt;/a&gt; that shows off a nice build tutorial along with the functionality of the Junior Theremin:&lt;/p&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/uRupnjm6g2M?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;a href=&#34;https://en.wikipedia.org/wiki/Theremin&#34;&gt;Theremins&lt;/a&gt; are extremely cool to play around with, but are bulky and a bit expensive. The &lt;a href=&#34;https://www.avantlink.com/click.php?tt=pl&amp;amp;ti=581&amp;amp;pw=134143&amp;amp;mi=10609&amp;amp;pt=3&amp;amp;pri=505880&#34;&gt;MadLab Junior Theremin&lt;/a&gt; is a stripped-down version of the famous proximity-controlled instrument. One key difference is the lack of a volume control antenna, but the pitch control aerial/antenna is way more interesting! Simply move your hand closer to the antenna and listen to how the pitch changes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video: 8 Step Sequencer</title>
      <link>https://www.diyaudiocircuits.com/posts/video-8-step-sequencer/</link>
      <pubDate>Tue, 19 May 2020 13:22:50 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/video-8-step-sequencer/</guid>
      <description>&lt;p&gt;YouTube channel &lt;a href=&#34;https://www.youtube.com/channel/UCafxR2HWJRmMfSdyZXvZMTw&#34;&gt;LOOK MUM NO COMPUTER&lt;/a&gt; has a great in-depth video review of the classic 8 step sequencer. He discusses concepts such as control voltage and he also shows how he assembles his own circuit. Very cool stuff!&lt;/p&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/9oGlCfwCoCw?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

For another great 8 step sequencer circuit with an in-depth explanation, check out this link: &amp;lt;/posts/8-step-sequencer/&amp;gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video: Center Negative Power Jack</title>
      <link>https://www.diyaudiocircuits.com/posts/video-center-negative-power-jack/</link>
      <pubDate>Tue, 19 May 2020 13:04:16 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/video-center-negative-power-jack/</guid>
      <description>&lt;p&gt;When we are building our circuits and DIY guitar stompboxes, power supply polarity is extremely important. Boss guitar pedals makes sure that their power adapters supply continuous power through a center negative power supply. This means that the input jack must be wired correctly in order for the circuit to function. Using the wrong polarity power adapter can, at worst, destroy the circuit! Many older designs do not prevent users from doing this!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video: LM386 Audio Amplifier Circuit with Bass Boost</title>
      <link>https://www.diyaudiocircuits.com/posts/video-lm386-audio-amplifier-circuit-with-bass-boost/</link>
      <pubDate>Sun, 09 Feb 2020 12:00:52 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/video-lm386-audio-amplifier-circuit-with-bass-boost/</guid>
      <description>&lt;p&gt;Check out this great video from YouTube user &lt;a href=&#34;https://www.youtube.com/channel/UC1efD8NIf7viH9Q_EWP6L5A&#34;&gt;Circuit Basics&lt;/a&gt;. If you&amp;rsquo;re new to audio electronics, one of the best projects to build is an audio amplifier with the famous &lt;a href=&#34;https://www.jameco.com/z/LM386N-3-Texas-Instruments-LM386N-3-Low-Voltage-Audio-Power-Amplifier-DIP-8_24133.html?%20CID=GOOG&amp;amp;gclid=Cj0KCQiAsvTxBRDkARIsAH4W_j8ZoqxwshNe2X5TA_q1ADLA0eYHkc76w9JZxWFUTigRic_o2NkZIPsaAo76EALw_wcB&#34;&gt;LM386 Audio Amplifier Integrated Circuit&lt;/a&gt;. In this video tutorial, he will go step-by-step through the breadboarding process to eventually testing his custom LM386 circuit.&lt;/p&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/ZOuZWE_tfgQ?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

A companion article to this video can be found here, &lt;a href=&#34;http://www.circuitbasics.com/build-a-great-sounding-audio-amplifier-with-bass-boost-from-the-lm386/&#34;&gt;http://www.circuitbasics.com/build-a-great-sounding-audio-amplifier-with-bass-boost-from-the-lm386/&lt;/a&gt;, with loads of details that will help you tweak your circuit for optimal sound quality and performance.**NOTE:**As you can see in this video, there are a lot of issues that can occur when you use small breadboards. Jumper wires and cables can clutter up your work area and get in your way when you&amp;rsquo;re experimenting. It&amp;rsquo;s also common for long -lead resistors and capacitors to create short circuits when bending them out of the way. Your best course of action is to plan your breadboard projects in advance, have a set of solid core wires of varying lengths, and test often during the process.&lt;/p&gt;</description>
    </item>
    <item>
      <title>EEVblog&#39;s Workbench Tutorial</title>
      <link>https://www.diyaudiocircuits.com/posts/eevblogs-workbench-tutorial/</link>
      <pubDate>Sat, 08 Feb 2020 09:30:07 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/eevblogs-workbench-tutorial/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re interested in optimizing your workspace, this tutorial from &lt;a href=&#34;https://www.youtube.com/channel/UC2DjFE7Xf11URZqWBigcVOQ&#34;&gt;one of the greatest electronics YouTube channels&lt;/a&gt; will surely help! Dave from &lt;a href=&#34;https://www.youtube.com/channel/UC2DjFE7Xf11URZqWBigcVOQ&#34;&gt;EEVBlog&lt;/a&gt; is one of the most knowledgeable and detail-oriented people out there. You will appreciate his candor and professional insight. Enjoy!&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/vuUSIt3rbyU?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;</description>
    </item>
    <item>
      <title>How To Make A DIY Electronics Workbench</title>
      <link>https://www.diyaudiocircuits.com/posts/how-to-make-a-diy-electronics-workbench/</link>
      <pubDate>Fri, 07 Feb 2020 14:25:45 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/how-to-make-a-diy-electronics-workbench/</guid>
      <description>&lt;p&gt;Us DIYers love to build things from scratch! If you ever wondered the amount of work that would go into building your own electronics workbench, this video series is the one for you!&lt;/p&gt;
&lt;p&gt;What you will realize is that sometimes DIY is not always the easiest thing to do, as YouTuber &lt;a href=&#34;https://www.youtube.com/channel/UC4pnz7nM805L2u_WOkNarzg&#34;&gt;Made 2 Hack&lt;/a&gt; makes very clear in his three part video series. You will learn the process that goes into making a DIY electronics workbench, along with the trials and tribulations of a manufacturing project.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Velleman MK171 Voice Changer Circuit</title>
      <link>https://www.diyaudiocircuits.com/posts/velleman-mk171-voice-changer-circuit/</link>
      <pubDate>Thu, 06 Feb 2020 12:52:53 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/velleman-mk171-voice-changer-circuit/</guid>
      <description>&lt;p&gt;Anyone who has ever watched Doctor Who will be familiar with the peculiarly distorted voice of the &lt;a href=&#34;https://en.wikipedia.org/wiki/Dalek&#34;&gt;Dalek&lt;/a&gt;. According to the &lt;a href=&#34;https://en.wikipedia.org/wiki/Dalek#Voices&#34;&gt;Wikipedia entry&lt;/a&gt;, the original voice sounds were created with ring modulation. While &lt;a href=&#34;https://www.diyaudiocircuits.com/posts/true-bypass-passive-ring-modulator/&#34;&gt;simple passive circuits for this effect exist&lt;/a&gt;, there are plenty of ways to expand on this idea and create your own custom voice changer circuit. For instance, check out this &lt;a href=&#34;https://www.muffwiggler.com/forum/viewtopic.php?t=151265&#34;&gt;forum post&lt;/a&gt; to see what people are experimenting with.&lt;/p&gt;
&lt;p&gt;Passive circuits are fun to experiment with, but us DIYers know that we still have to deal with amplification, mixing, and output control to have a useful audio circuit. &lt;a href=&#34;http://www.avantlink.com/click.php?tt=cl&amp;amp;merchant_id=153c1c58-fa5a-4308-a473-3f1ea0772098&amp;amp;website_id=d4fbd922-8820-468a-9d4d-2756d7d93a6a&amp;amp;url=https%3A%2F%2Fwww.jameco.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FProductDisplay%3FlangId%3D-1%26storeId%3D10001%26catalogId%3D10001%26productId%3D2130731%26CID%3DAVANT%26avad%3D134143_a19308299%26source%3DAvantlink&#34;&gt;A popular circuit schematic from a Velleman Voice Changer Kit&lt;/a&gt; is publicly available:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fun PT2399 Circuit Video Tutorial</title>
      <link>https://www.diyaudiocircuits.com/posts/fun-pt2399-circuit-video-tutorial/</link>
      <pubDate>Thu, 06 Feb 2020 12:30:58 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/fun-pt2399-circuit-video-tutorial/</guid>
      <description>&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/0_eVIGxlItY?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

In this video by YouTube channel &lt;a href=&#34;https://www.youtube.com/channel/UCSlMemxuBOFu6Rz_Al02nHQ&#34;&gt;Ms Mad Lemon&lt;/a&gt;, you can see the whole process of building a PT2399 circuit from scratch! As us audio DIYers know, it&amp;rsquo;s a great feeling to power on a hand-built and start playing around!&lt;/p&gt;
&lt;p&gt;One of the great things about this video is how the participants interact and debug their circuit. In the world of DIY, it can be frustrating to run into roadblocks or issues when we&amp;rsquo;re all alone. In this video you will notice how they talk about the digital and analog ground issues of the PT2399, the odd circuit schematic design.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Learning more about the Princeton PT2399</title>
      <link>https://www.diyaudiocircuits.com/posts/learning-more-about-the-princeton-pt2399/</link>
      <pubDate>Wed, 05 Feb 2020 11:17:23 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/learning-more-about-the-princeton-pt2399/</guid>
      <description>&lt;p&gt;I have recently been watching YouTube videos about the Princeton PT2399 and I came across a very educational video by user &lt;a href=&#34;https://www.youtube.com/channel/UC_OwXlujQxD6DYK1cddm9KQ&#34;&gt;Electronics Freak&lt;/a&gt;. The first part of the video gives a very beginner-friendly overview of the chip&amp;rsquo;s capabilities through explanation of the &lt;a href=&#34;http://www.princeton.com.tw/Portals/0/Product/PT2399_1.pdf&#34;&gt;datasheet&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/nAMRiwxmNzg?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

As he builds the project, he runs into a typical issue us DIYers run into: the datasheet isn&amp;rsquo;t the optimal circuit we need for our project.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video: PT2399 Delay IC Pedal Review</title>
      <link>https://www.diyaudiocircuits.com/posts/video-pt2399-delay-ic-pedal-review/</link>
      <pubDate>Tue, 04 Feb 2020 14:33:59 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/video-pt2399-delay-ic-pedal-review/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re a DIY circuit enthusiast like me, you love the PT2399 Delay IC! The range of sounds that can be extracted from simple circuits using this versatile chip will blow your mind. It&amp;rsquo;s a fairly stable component with a lot of great possibilities for experimentation, sound exploration, and musical inspiration!&lt;/p&gt;
&lt;p&gt;YouTube channel &lt;a href=&#34;https://www.youtube.com/channel/UCrADz_xaUaiNg6lLxdhAYbg&#34;&gt;ThePedalZone&lt;/a&gt; released a fantastic review of the PT233 Delay IC that goes into a little bit of history as well as a review of five delay pedals. Check it out and make sure to like + subscribe!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Electronics Workbench Essentials</title>
      <link>https://www.diyaudiocircuits.com/posts/workbench-essentials/</link>
      <pubDate>Thu, 10 Oct 2013 16:59:29 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/workbench-essentials/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re missing any of these from your workbench, you&amp;rsquo;ll be creating more work&amp;hellip;&lt;strong&gt;for yourself&lt;/strong&gt;.  Take a look at our handy dandy list and see what you&amp;rsquo;re missing that could make your projects easier, more efficient, and ultimately, just plain old FUN!!!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;3rd-hand.jpeg&#34;&gt;&lt;img alt=&#34;3rd hand&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/workbench-essentials/3rd-hand.jpeg&#34;&gt;&lt;/a&gt;&lt;strong&gt;3rd Hand&lt;/strong&gt;- A third hand is absolutely necessary for any serious electronics work.  Unless you have the most patient and steady partner (not likely) to assist you, you&amp;rsquo;re going to want a third hand.  Basically, they consist of two adjustable alligator clips mounted to a heavy piece of metal that free up your hands to solder and assemble.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MIDI for Beginners</title>
      <link>https://www.diyaudiocircuits.com/posts/midi/</link>
      <pubDate>Sun, 18 Aug 2013 17:55:30 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/midi/</guid>
      <description>&lt;p&gt;You&amp;rsquo;ve probably seen some weird plug-ins in the back of your keyboard that you&amp;rsquo;ve avoided like the black plague.  They don&amp;rsquo;t take a normal quarter inch TRS male plug that you may be already familiar with.  They look like this:   [caption id=&amp;ldquo;attachment_1237&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;273&amp;rdquo;]&lt;a href=&#34;trs.jpeg&#34;&gt;&lt;img alt=&#34;trs&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/midi/trs.jpeg&#34;&gt;&lt;/a&gt; TRS plug. Tip Ring Sleeve![/caption]       No, the weird one with all the holes looks more like this:     [caption id=&amp;ldquo;attachment_1238&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;225&amp;rdquo;]&lt;a href=&#34;midi.jpeg&#34;&gt;&lt;img alt=&#34;midi&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/midi/midi.jpeg&#34;&gt;&lt;/a&gt; What is this?  It&amp;rsquo;s a MIDI plug![/caption]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Eagle CAD Printed Circuit Board Parts Library and Schematics FOR FREE on Github!</title>
      <link>https://www.diyaudiocircuits.com/posts/eagle-cad-printed-circuit-board-parts-library-schematics-free-github/</link>
      <pubDate>Sun, 23 Jun 2013 22:31:52 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/eagle-cad-printed-circuit-board-parts-library-schematics-free-github/</guid>
      <description>&lt;p&gt;Over the years, I have greatly benefited from the generous work of the open source community.  Whether it&amp;rsquo;s a reverse-engineered schematic of a early 70&amp;rsquo;s drum machine to source code for the Arduino, there is a lot of unpaid work that I have used for my hobbies and my work.&lt;/p&gt;
&lt;p&gt;As a token of my appreciation, I am making the official DIY Audio Circuits Eagle CAD Parts Library and Schematics available to the general public.  Many of these custom-built parts and circuits have been manufactured and tested, while others were for demonstration purposes only.  Please feel free to download these files and use them for whatever purpose you see fit.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MIDI Buffer</title>
      <link>https://www.diyaudiocircuits.com/posts/midi-buffer/</link>
      <pubDate>Sun, 12 May 2013 18:35:03 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/midi-buffer/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;midihw.gif&#34;&gt;&lt;img alt=&#34;midihw&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/midi-buffer/midihw.gif&#34;&gt;&lt;/a&gt; Just found an awesome MIDI schematic used in a production model MIDI multiple-output buffer.  In the works is a tutorial on how to make you own MIDI buffer!  I&amp;rsquo;ll even have Eagle files!  Woohoo!&lt;/p&gt;</description>
    </item>
    <item>
      <title>4093 NAND Gate Oscillator</title>
      <link>https://www.diyaudiocircuits.com/posts/4093-nand-gate-oscillator/</link>
      <pubDate>Thu, 28 Mar 2013 18:15:56 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/4093-nand-gate-oscillator/</guid>
      <description>&lt;p&gt;Use a NAND Gate to get a square wave oscillator.  Typically, the 4093 is used due to it being a Schmitt Trigger and there being 4 of them in the IC package.  The potentiometer allows for user-adjustable frequency control.  Lots of uses for this circuit building block.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Staircase CV (Control Voltage) Generator</title>
      <link>https://www.diyaudiocircuits.com/posts/staircase-cv-control-voltage-generator/</link>
      <pubDate>Thu, 28 Mar 2013 18:06:24 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/staircase-cv-control-voltage-generator/</guid>
      <description>&lt;p&gt;Use this circuit with your circuits to output a staircase-style CV.  The 4516 Binary UP/DOWN Counter is controlled by a two 4093 CMOS NAND Gate oscillators; one controls the clock speed, the other controls the direction of the binary count.  A R-2R resistor ladder converts the binary output into a scalable voltage, which is then limited by a potentiometer and buffered for use with synthesizers that can accept a Control Voltage.&lt;/p&gt;</description>
    </item>
    <item>
      <title>555 Monostable Multivibrator</title>
      <link>https://www.diyaudiocircuits.com/posts/555-monostable-multivibrator/</link>
      <pubDate>Thu, 28 Mar 2013 17:57:22 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/555-monostable-multivibrator/</guid>
      <description>&lt;p&gt;The 555 timer can be configured with external components to output a single pulse for a fixed duration.  When the switch is toggled to &amp;ldquo;ON&amp;rdquo;, the output will go high/1/ON for a brief moment of time, then go back to its stable state.  You may find that some switches will need to be debounced, which is a pain in the ass reality of dealing with physical components.&lt;/p&gt;</description>
    </item>
    <item>
      <title>True Bypass Passive Ring Modulator</title>
      <link>https://www.diyaudiocircuits.com/posts/true-bypass-passive-ring-modulator/</link>
      <pubDate>Thu, 28 Mar 2013 17:47:33 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/true-bypass-passive-ring-modulator/</guid>
      <description>&lt;p&gt;A simple 2 Transformer, 4 Germanium Diode Ring Modulator with a true bypass switching scheme.  Includes input for Carrier Wave modulation.  Power is only required for the status LED.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Passive A/B Box</title>
      <link>https://www.diyaudiocircuits.com/posts/passive-ab-box/</link>
      <pubDate>Thu, 28 Mar 2013 17:39:18 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/passive-ab-box/</guid>
      <description>&lt;p&gt;A simple switching circuit that allows you to route a signal to two different paths.  LEDs help indicate which signal path is active, although this circuit can also be used without battery/DC Jack power.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Coron DS-8 Drum Synth Clone</title>
      <link>https://www.diyaudiocircuits.com/posts/coron-ds-8-drum-synth-schemati/</link>
      <pubDate>Thu, 28 Mar 2013 17:33:33 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/coron-ds-8-drum-synth-schemati/</guid>
      <description>&lt;p&gt;Originally made by Coron, the DS-8 Drum Synth circuit is a fairly complex circuit that generates some awesome analog synth tones.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PT2399 Echo Application Circuit</title>
      <link>https://www.diyaudiocircuits.com/posts/pt2399-echo-application-circuit/</link>
      <pubDate>Thu, 28 Mar 2013 17:29:25 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/pt2399-echo-application-circuit/</guid>
      <description>&lt;p&gt;The PT2399 Echo Application Circuit comes straight from the Princeton datasheet, providing the simplest functional delay circuit possible with this impressive chip. This minimalist design demonstrates the PT2399&amp;rsquo;s core capabilities using approximately 15-20 components—perfect for breadboarding and learning how digital delay chips operate.&lt;/p&gt;
&lt;h2 id=&#34;circuit-overview&#34;&gt;Circuit Overview&lt;/h2&gt;
&lt;p&gt;This basic echo circuit includes input coupling, the PT2399 chip itself, delay time control via Pin 6 potentiometer, feedback regeneration control, and output coupling. The elegant simplicity makes it ideal for first-time PT2399 experiments. You can breadboard this circuit in under an hour and immediately hear functional echo effects.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PT2399 Surround Delay Application Circuit</title>
      <link>https://www.diyaudiocircuits.com/posts/pt2399-surround-delay-application-circuit/</link>
      <pubDate>Thu, 28 Mar 2013 17:27:03 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/pt2399-surround-delay-application-circuit/</guid>
      <description>&lt;p&gt;The PT2399 Surround/Delay Application Circuit represents Princeton&amp;rsquo;s second datasheet example circuit, designed for creating ambient &amp;ldquo;surround&amp;rdquo; effects that approach reverb-like characteristics. While single PT2399 chips inherently produce echo rather than true reverberation, this circuit demonstrates techniques pointing toward more complex reverb implementations.&lt;/p&gt;
&lt;h2 id=&#34;understanding-surround-effects&#34;&gt;Understanding &amp;ldquo;Surround&amp;rdquo; Effects&lt;/h2&gt;
&lt;p&gt;Princeton&amp;rsquo;s &amp;ldquo;surround&amp;rdquo; terminology suggests spatial effects beyond simple echo. This circuit configuration uses specific feedback and filtering strategies creating denser echo patterns than the basic echo application. While not achieving authentic reverb—which requires multiple delay taps with varied timing—this design moves beyond discrete echoes toward more continuous decay characteristics.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Atari Junk Console</title>
      <link>https://www.diyaudiocircuits.com/posts/atari-junk-console/</link>
      <pubDate>Thu, 28 Mar 2013 17:24:56 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/atari-junk-console/</guid>
      <description>&lt;p&gt;A highly modified Linear Feedback Shift Register circuit with a lot of oscillators.  Sounds a lot closer to vintage Atari than the much-more-famous Atari Punk Console.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Atari Punk Console</title>
      <link>https://www.diyaudiocircuits.com/posts/atari-punk-console-schematic/</link>
      <pubDate>Thu, 28 Mar 2013 17:22:53 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/atari-punk-console-schematic/</guid>
      <description>&lt;p&gt;The Atari Punk Console schematic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Center Negative Polarity Dual Power Supply</title>
      <link>https://www.diyaudiocircuits.com/posts/center-negative-polarity-dual-power-supply/</link>
      <pubDate>Thu, 28 Mar 2013 17:19:54 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/center-negative-polarity-dual-power-supply/</guid>
      <description>&lt;p&gt;A simple circuit that allows for power to be switched between a 9V battery and an AC-DC Adapter.  This snippet is useful for the beginning of power supply design for electronics that may need a backup power supply.&lt;/p&gt;</description>
    </item>
    <item>
      <title>5V Center Negative Power Supply</title>
      <link>https://www.diyaudiocircuits.com/posts/five5-volt-center-negative-power-supply/</link>
      <pubDate>Thu, 28 Mar 2013 17:14:29 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/five5-volt-center-negative-power-supply/</guid>
      <description>&lt;p&gt;A very useful schematic to be used in all sorts of audio applications, including guitar pedal power supply circuits &amp;amp; analog synthesizers.  Power is automatically switched from a 9V Battery to AC-DC Adapter, with voltage regulation down to a steady 5V.  Includes a 5V voltage regulator, status LED,  ON/OFF power switch and output leads.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CMOS LFSR Vintage Atari Sound Effects Generator</title>
      <link>https://www.diyaudiocircuits.com/posts/cmos-lfsrvintage-atari-sound-effects-generator/</link>
      <pubDate>Thu, 28 Mar 2013 17:02:17 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/cmos-lfsrvintage-atari-sound-effects-generator/</guid>
      <description>&lt;p&gt;I took some of my well-earned EE classtime experience and decided to use it for vintage Atari audio awesomeness!  This circuit utilizes a Linear Feedback Shift Register along with an adjustable-rate Astable 555 Timer, resulting in Asteroids-like noise.&lt;/p&gt;</description>
    </item>
    <item>
      <title>555 Flip Flop Circuit Schematic</title>
      <link>https://www.diyaudiocircuits.com/posts/555-flip-flop-circuit-schematic/</link>
      <pubDate>Thu, 28 Mar 2013 16:54:54 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/555-flip-flop-circuit-schematic/</guid>
      <description>&lt;p&gt;A quick way to make a flip-flop out of a 555 Timer IC.  If your component cabinet is limited, you can avoid having to use two digital logic gates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LM317 Adjustable Voltage Regulator Schematic</title>
      <link>https://www.diyaudiocircuits.com/posts/lm317-adjustable-voltage-regulator-schematic/</link>
      <pubDate>Thu, 28 Mar 2013 16:52:46 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/lm317-adjustable-voltage-regulator-schematic/</guid>
      <description>&lt;p&gt;One of the most versatile components around, the LM317 Voltage Regulator allows you to power your circuit with voltages ranging from 2.5V to 15V.  Try all all of those higher-voltage circuits you&amp;rsquo;ve been wanting to experiment with!  Another great application is simulating voltage sag like an older battery (great for guitar pedals).&lt;/p&gt;</description>
    </item>
    <item>
      <title>DIY Center Negative Power Supply</title>
      <link>https://www.diyaudiocircuits.com/posts/diy-center-negative-power-supply/</link>
      <pubDate>Sun, 17 Mar 2013 01:06:22 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/diy-center-negative-power-supply/</guid>
      <description>&lt;p&gt;In the DIY audio electronics world, getting electricity to power your circuits is merely a matter of connecting the right wires and voltages to the right spots! In this tutorial, I hope that, by the end, you will have a firm grasp on how to make your own**Center Negative power supply.**I will go step-by-step through how to construct a circuit that accepts a Center Negative AC Adapter and/or a 9V battery to supply power to your own circuits.  Once the basic circuit has been constructed, I will show you how to modify it: add an ON-OFF switch, add a Power Status LED, and build a 5V voltage regulator circuit for your next breadboard experiment session or DIY design.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Atari Punk Junk Console</title>
      <link>https://www.diyaudiocircuits.com/posts/atari-punk-junk-console/</link>
      <pubDate>Thu, 31 Jan 2013 22:16:58 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/atari-punk-junk-console/</guid>
      <description>&lt;p&gt;This circuit is a fork of a &lt;a href=&#34;http://cbcf.wordpress.com/2011/03/02/atari-2600-like-lfsr-random-noise-555-timer-contest/cimg4538/&#34;&gt;great project&lt;/a&gt; that I found online while looking for information on Linear Feedback Shift Registers (LFSR).&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s a video that inspired the fork:&lt;/p&gt;
&lt;p&gt;The circuit sounds much more like an Atari 2600 than the ever-popular Atari Punk Console, or Stepped Tone Generator for you Forrest Mims fans.&lt;/p&gt;
&lt;p&gt;While I was not looking to clone the circuit , it did lead me to use it as a base for building one that was little bit more fleshed out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rhythm Bandit by Lueken Innovations Teardown Fail!</title>
      <link>https://www.diyaudiocircuits.com/posts/rhythm-bandit-lueken-innovations-teardown-fail/</link>
      <pubDate>Fri, 18 Jan 2013 16:26:12 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/rhythm-bandit-lueken-innovations-teardown-fail/</guid>
      <description>&lt;p&gt;I was hoping to do a quick article on DIY reverse engineering, but was thwarted by a little bit of intellectual property protection! My subject of study was the Rhythm Bandit, a product by Lueken Innovations. I acquired this particular unit from a garage sale for cheap and was not impressed by the rhythm guitar isolation the box promised me. One of the input jacks needed a replacement, so I decided to open it up and take a look under the hood. After unsuccessfully finding screws that typically are used to hold plastic enclosures together, I realized that glue was involved. I drilled a tiny hole with a Dremel and used a screwdriver as a wedge. The glue was holding tight and I noticed something very odd as I pried the case open: the entire circuit was encased in a hard plaster-type material. No small obstacle, but I was determined to find the circuit. I decided to hammer and scrape to get to the circuit board until the circuit was revealed to me. I learned a couple of things about the Rhythm Bandit: 1) No circuit board 2) It&amp;rsquo;s mostly wiring 3) It&amp;rsquo;s a very simple circuit (probably a passive RC (Resistor-Capacitor) low pass filter, as it doesn&amp;rsquo;t require batteries) 4) It was encased in plaster It would probably be close to the truth to assume that the Rhythm Bandit design was &amp;ldquo;protected&amp;rdquo; by the plaster so that competitors could not reverse engineer the circuit and to give the box some weight. However, I think that Lueken did this to make a simple circuit appear much more complex than it actually is, and sell it for more. You&amp;rsquo;d be pretty pissed if you opened up an expensive guitar effect and found that all there was to it was a resistor and a capacitor. Anyway, a passive RC low pass filter costs less than $0.50 to make and gives some decent results. I&amp;rsquo;ll post one shortly, and then you too can become a Rhythm Bandit! Take a look at the pictures below if you&amp;rsquo;re curious!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Easy Cheap 24 AWG Stranded Wire from a Cat 5 Ethernet Cable!</title>
      <link>https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/</link>
      <pubDate>Fri, 04 Jan 2013 18:47:30 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/</guid>
      <description>&lt;p&gt;In this tutorial, we&amp;rsquo;re going show you how to get a lot of wire from an ordinary Cat5 Ethernet cable!&lt;/p&gt;
&lt;p&gt;[caption id=&amp;ldquo;attachment_609&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-3/&#34;&gt;&lt;img alt=&#34;Ordinary Cat5 Ethernet Cable&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-3.jpg&#34;&gt;&lt;/a&gt; Ah, an ordinary Cat5 Ethernet cable! These are cheap and readily available from the local Goodwill or computer surplus store![/caption] [caption id=&amp;ldquo;attachment_610&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-5/&#34;&gt;&lt;img alt=&#34;Cat5 Cable Text&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-5.jpg&#34;&gt;&lt;/a&gt; Yup, that&amp;rsquo;s a Cat5 cable![/caption] [caption id=&amp;ldquo;attachment_611&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-6/&#34;&gt;&lt;img alt=&#34;Get yourself a pair of wire cutters/strippers and remove the ends.&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-6.jpg&#34;&gt;&lt;/a&gt; Get yourself a pair of wire cutters/strippers and remove the ends.[/caption] [caption id=&amp;ldquo;attachment_612&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-7/&#34;&gt;&lt;img alt=&#34;Cut off the plugs!&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-7.jpg&#34;&gt;&lt;/a&gt; When the ends are removed, you&amp;rsquo;ll see something like this. There are four pairs of twisted pair wires. What&amp;rsquo;s even better is that they&amp;rsquo;re color-coded![/caption] [caption id=&amp;ldquo;attachment_613&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-8/&#34;&gt;&lt;img alt=&#34;Make a small incision near one of the ends.&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-8.jpg&#34;&gt;&lt;/a&gt; With a knife, make a small incision. You&amp;rsquo;re looking to cut through the thick plastic coating. Don&amp;rsquo;t worry if you cut through any of the wires; you can always cut off any damaged wire. Scissors work, too![/caption] [caption id=&amp;ldquo;attachment_614&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-12/&#34;&gt;&lt;img alt=&#34;The exposed Cat5 cable wires&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-12.jpg&#34;&gt;&lt;/a&gt; You should see something like this after you make your cut.[/caption] [caption id=&amp;ldquo;attachment_615&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-15/&#34;&gt;&lt;img alt=&#34;Tear that coating off!&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-15.jpg&#34;&gt;&lt;/a&gt; Now, grab hold of the exposed wires and pull in one direction while holding the plastic in your other hand. The plastic coating should tear with a little bit of muscle.[/caption] [caption id=&amp;ldquo;attachment_608&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-1/&#34;&gt;&lt;img alt=&#34;Single 24AWG Wire end from Cat 5 cable.&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-1.jpg&#34;&gt;&lt;/a&gt; The final product! When you&amp;rsquo;re finally done, you&amp;rsquo;ll have 4 pairs of stranded wire at about 24 AWG. Given the price of wire at places like Radioshack, this is an amazing way to save some cash. Radioshack doesn&amp;rsquo;t even carry 24 AWG stranded wire![/caption] [caption id=&amp;ldquo;attachment_617&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-18/&#34;&gt;&lt;img alt=&#34;The four twisted pairs!&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-18.jpg&#34;&gt;&lt;/a&gt; Look at what you&amp;rsquo;re left with! Four twisted pairs of quality stranded wire. The variety of colors should help you when building your next project![/caption] [caption id=&amp;ldquo;attachment_616&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;600&amp;rdquo;]&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-16/&#34;&gt;&lt;img alt=&#34;The final product&#34; loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/easy-cheap-24-awg-stranded-wire-cat5-ethernet-cable/ethernet_cable_cheap_stranded_wire-16.jpg&#34;&gt;&lt;/a&gt; Wrap that wire up and recycle that plastic coating! You&amp;rsquo;re done, so go and make something awesome![/caption]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hallmark Digital Sound Recorder DIY Breakdown &amp; Repurpose Guide</title>
      <link>https://www.diyaudiocircuits.com/posts/hallmark-digital-sound-recorder-diy-breakdown-repurpose-guide/</link>
      <pubDate>Wed, 12 Dec 2012 21:46:59 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/hallmark-digital-sound-recorder-diy-breakdown-repurpose-guide/</guid>
      <description>&lt;p&gt;My dad recently sent me a Hallmark birthday card that allows for a special message to be played when opened.  What&amp;rsquo;s interesting about it is that a personalized message can be recorded multiple times (&amp;ldquo;after the beep!&amp;rdquo;) and the motorized gear assembly moves the mouth in sync with the audio.&lt;/p&gt;
&lt;p&gt;After receiving his recorded message (it was at least 20 seconds), I decided to sacrifice the card to the DIY spirit.  There are lots of applications for this circuit and I&amp;rsquo;ve only scratched the surface by using it as a beat recorder with motor control.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PT2399 Digital Delay IC</title>
      <link>https://www.diyaudiocircuits.com/posts/pt2399-digital-delay-analog-echo/</link>
      <pubDate>Fri, 28 Sep 2012 08:43:34 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/pt2399-digital-delay-analog-echo/</guid>
      <description>&lt;p&gt;The PT2399 is one of the most rewarding chips a DIYer can experiment with. A stock circuit from the datasheet can nearly complete a guitar pedal project, and there are load of other applications for projects that require an analog-sounding digital delay (more on this later). For you circuit tweakers out there, I will include a Mods section to get you going in the right direction.&lt;/p&gt;
&lt;p&gt;First off, let&amp;rsquo;s take a look at the datasheet to learn more about the PT2399.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AC Adapter Breakdown:  What&#39;s Going On Inside Those Wall Warts?</title>
      <link>https://www.diyaudiocircuits.com/posts/ac-adapter-breakdown-wall-warts/</link>
      <pubDate>Wed, 25 Jul 2012 12:03:56 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/ac-adapter-breakdown-wall-warts/</guid>
      <description>&lt;p&gt;I have a couple of side businesses that require power supplies. As a result, I have boxes and boxes of power supplies filling up weekly.&lt;/p&gt;
&lt;p&gt;Have you ever wondered what&amp;rsquo;s inside? Ever noticed a hum in your audio circuits? Want to see what &amp;lsquo;Made in China&amp;rsquo; actually means? We&amp;rsquo;re going to crack a couple of these open and identify what&amp;rsquo;s actually going on inside.&lt;/p&gt;
&lt;p&gt;WARNING: Don&amp;rsquo;t do this at home, at least not without understanding the risks and making sure to take proper electrical safety precautions. Electric shocks are no joke - actually, they can be lethal. Take a look at the pictures and live to see another day :-).&lt;/p&gt;</description>
    </item>
    <item>
      <title>DIY S-Trigger Cable Tutorial:  How To Make Your Own S-Trig Cables and Other Assorted Circuits</title>
      <link>https://www.diyaudiocircuits.com/posts/diy-s-trigger-cables-s-trig-how-to-tutorial/</link>
      <pubDate>Sun, 11 Mar 2012 15:22:11 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/diy-s-trigger-cables-s-trig-how-to-tutorial/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/diy-s-trigger-cables-s-trig-how-to-tutorial/s_trigger_female_complete/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/diy-s-trigger-cables-s-trig-how-to-tutorial/s_trigger_female_complete-300x234.jpg&#34;&gt;&lt;/a&gt;**&lt;a href=&#34;https://www.diyaudiocircuits.com/posts/diy-s-trigger-cables-s-trig-how-to-tutorial/s_trigger_male_cable_complete/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.diyaudiocircuits.com/posts/diy-s-trigger-cables-s-trig-how-to-tutorial/s_trigger_male_cable_complete-300x199.jpg&#34;&gt;&lt;/a&gt;**In this tutorial, we&amp;rsquo;ll be making our own S-Trig cables, which are useful for interfacing with older synthesizers made by Moog, Yamaha, and other manufacturers. These cables are not only useful for synthesizers; many older electronics use this style of connector and you may find that you want to interface your modern gear with the older equipment (such as wire recorders).&lt;/p&gt;
&lt;h2 id=&#34;tools&#34;&gt;Tools&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;ll need a couple of tools to complete this project.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CMOS 4017 Based 8 Step Sequencer</title>
      <link>https://www.diyaudiocircuits.com/posts/8-step-sequencer/</link>
      <pubDate>Sun, 04 Mar 2012 06:53:26 +0000</pubDate>
      <guid>https://www.diyaudiocircuits.com/posts/8-step-sequencer/</guid>
      <description>&lt;h2 id=&#34;build-a-step-sequencer-for-your-digital-synths&#34;&gt;Build a step sequencer for your digital synths!&lt;/h2&gt;
&lt;p&gt;In this tutorial, you will learn the basics of step sequencers, why they are useful, and how to build your own 8-10 step sequencer for your next synthesizer project.&lt;/p&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Building synthesizer circuits is fun &amp;amp; easy! With a couple of parts you can get for less than $5, you can make a simple circuit that will make some sweet synth sounds. The most famous example of this is the &lt;a href=&#34;https://www.diyaudiocircuits.com/posts/schematics/atari-punk-console-schematic/&#34;&gt;Atari Punk Console&lt;/a&gt; (also known as the &lt;a href=&#34;https://www.diyaudiocircuits.com/posts/schematics/atari-punk-console-schematic/&#34;&gt;APC&lt;/a&gt; or &lt;a href=&#34;https://www.jameco.com/z/KIT-APC-Jameco-KitPro-Forrest-M-Mims-III-Atari-Punk-Console-Kit_2155487.html&#34;&gt;Stepped Tone Generator&lt;/a&gt;), a beginner-friendly synthesizer circuit that utilizes a 556 dual timer chip (conveniently available at your local Radioshack, of all places) to generate a glitchy lo-fi noise. While it is a great circuit that will bring a smile and encouragement to any audio electronics beginner, the novelty wears off fairly quick. You&amp;rsquo;ll find some sweet spots and maybe be able to get a cool tone every once in a while, but the output will be static and boring. To get any good sounds, you&amp;rsquo;ll find yourself tweaking the knobs for some dynamic output. If only there was a way to make this circuit hands-free, dynamic, and capable of playing on its own, something musical&amp;hellip;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
