my recent reads..

LEAP#248 Pierce Gate Oscillator

The Pierce oscillator can be implemented using a minimum of components, typically: a digital inverter, one resistor, two capacitors, and a quartz crystal. The term “Pierce Gate Oscillator” generally refers to circuits where the digital inverter is implemented as a CMOS gate (inverter or NOR). This is a very common arrangement, and is used with microcontroller chips to provide the external clock source. The example build here uses a 4.273MHz crystal resonator and a 74LS14 schmitt inverter. As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub hero_image scope


read more and comment..

LEAP#247 pedalSHIELD UNO

In the AudioDSP project, I built an Arduino pedal/DSP unit based on the Electrosmash pedalSHIELD design. It worked well enough that I wanted to build the “real thing”, not only to give myself a good baseline on expected performance, but also to payback Electrosmash in a small way. Good OSH deserves support! As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub hero_image


read more and comment..

LEAP#246 CMOS Oscillators

4-pin CMOS oscillators - like the SaRonix NCH060C I’m testing here - contain all the circuitry necessary to produce an oscillation when voltage is applied. Internal details are hard to find, but I’m guessing NCH060C is a combination of crystal resonator with CMOS inverter gate and buffer. As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub hero_image


read more and comment..

LEAP#245 Generic Curve Tracer

I borrowed this general curve tracing circuit from stoneslice’s prototype and video. Rather than rely on an AC power supply, this uses a simple DC-powered oscillator to drive a test signal across the device under test. It features a DPDT switch to toggle and compare two devices under test. Although uncalibrated so not particularly good for accurate measurements, it generates nice plots for resistors, capacitors, and diodes. As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub hero_image


read more and comment..