Freelance Tech Journalist / Technical Writer, Engineering Consultant

Jeremy Cook Consulting

Jeremy Cook is a freelance tech journalist and engineering consultant with over 10 years of factory automation experience. An avid maker and experimenter, you can follow him on Twitter, or see his electromechanical exploits on the Jeremy S. Cook YouTube Channel!

Articles 21 - 40
Open Source

Raspberry Pi Pico Audio Line Out Via PCM5102A I2S Breakout - Blog

August 09, 2023

In a previous article, I went over how you to use a MAX98357 amplifier breakout to power a speaker via digital I2S (Inter-IC Sound) signals. While this opens up audio output possibilities, it’s not meant to work with an external amplifier. For that you’ll need a simple DAC, or digital-to-analog converter.

 

Debug & Test

Budget Tools Review: Exploring I2C With the Digilent Analog Discovery 3 - Blog

August 07, 2023

In my most recent Budget Tools Review I discussed the extremely versatile Digilent Analog Discovery 3 (DA3). One might call it a computer-based oscilloscope, but it’s much more than that. Today I’ll be using it, along with its companion software package Waveforms, as a Logic Analyzer and Protocol Analyzer to dive into I2C.

Debug & Test

Budget Tools Review: Digilent Analog Discovery 3 - Video

August 04, 2023

Several years ago I got to try out Digilent’s Analog Discovery 2, which is a fantastically capable computer-based test tool. It can act as an oscilloscope, power supply, logic analyzer, and much more.

Open Source

Analog Capacitive Sensing With PCB Traces - Blog

July 19, 2023

Capacitive touch sensing, as discussed in my “RP20-Footie” post, as well as in class 6 of my Developing with Pi series, can be a great way to turn things on and off at a moment’s notice. But what about using a capacitive input as an analog device, such as a slider?

Open Source

Consider Packaging in Your PCB Design - News

July 13, 2023

After creating the RP20-Footie capacitive foot (hand, or other body part) interface, I realized there was a small problem. It is very hard to get into the standard 4 x 8in bubble mailer that I use to send most of my small boards. Sure, I could use a larger box or mailer, but efficiency and inventory management is the name of the game at jcdevices.com. As of now, I do all the packaging myself, and inventory resides in a closet.

Open Source

Raspberry Pi Pico PWM Audio Output Circuit - Blog

June 27, 2023

As discussed in class 7 of my Developing with Pi series, Sound and Music Output with the Raspberry Pi RP2040 Pico, the Raspberry Pi Pico/RP2040 is a rather impressive sound source. Not only is it able to generate programmatic beeps and boops as you might expect from an Arduino Uno and the like, but it can also play uncompressed WAV files, as well as compressed MP3s. The big restriction is that the Pico only has 2MB of Flash memory, though the RP2040 can work with up 16MB, allowing for a bit more room depending on your board.

Open Source

Create Custom UF2 File for Easy CircuitPython Flashing - Blog

June 23, 2023

CircuitPython is a programming language used on a wide variety of dev boards and microcontrollers. This includes the Raspberry Pi Pico, which I use extensively for demos in the Developing with Pi webinar series. While the RP2040-based Pico can be used with Arduino C and the Arduino IDE, what is interesting about CircuitPython in this context isn’t the language itself so much as the programming process.

Consumer

Open Circuits Book Review: Electronics Components in All Their Glory - Blog

May 24, 2023

Since you’re reading this, it’s safe to assume that you’re an engineer or other technically interested individual. You’ve probably even taken apart several things over your lifetime to observe the electronic workings inside. Open Circuits, by Eric Schlaepfer and Windell H. Oskay, is a celebration of this hidden world and a tool that will expand your knowledge of everything from resistors, to SOCs, Nixie tubes, and more.

Debug & Test

Amplitude Modulation Basics With UNI-T UTG932E Signal Generator - Blog

May 18, 2023

Signal modulation is fundamental to radio communications, and amplitude modulation (AM) could be considered its most basic form. To understand modulation you need to have a firm grasp on several concepts and terms. In this article I’ll explore amplitude modulation in an interactive manner with the UNI-T UTG932E signal generator.

Open Source

Fusion 360 2D DXF Export for KiCad, Lasers, and More - Blog

May 12, 2023

While Autodesk Fusion 360 is by nature a 3D design package, what if you need a 2D format file for use with tasks like laser cutting and PCB design? Generating a 2D DXF (Drawing Exchange Format) file is surprisingly easy if you know where to look.

Open Source

Raspberry Pi Pico Capacitive Foot Pedal Interface - Blog

April 21, 2023

If you’ve followed my work for any length of time, you may have noticed that I’m constantly pursuing the “perfect” computer interface. This has resulted in my cycling through a number of input devices, and even developing my fully custom JC Pro Macro 2 keypad. However, I really only have two out of four appendages well-optimized, and in this interface quest I also tried using a foot pedal, as discussed here.

Open Source

Through Hole and Surface Mount Combination PCB Pads - Blog

April 18, 2023

Should you use through hole technology (THT) or surface mount devices (SMD) for your next design? While SMD opens a whole new world of miniature components and machine assembly, if you’re designing something for others to solder in kit form, THT can be more accessible.

Analog & Power

Joule Thief ZEEWEII DSO1511G Scope Analysis - Blog

April 07, 2023

In the GreatScott! video seen in my last Joule Thief post, he notes that this circuit is difficult to understand. While a full understanding may indeed still elude me, here I’ll use the $60 ZEEWEII DSO1511G scope and signal generator to get a hands-on view of each of my Thief setups.

Analog & Power

PCB Coin Cell Battery Holder (and Switch) - Blog

April 06, 2023

Recently I’ve been experimenting with coin cell batteries and thought it would be fun to make a light-up pick using one with an LED. Two months later, and I have an LED light PCB that holds a CR2016 or CR2032 battery with no extra components, and which can be assembled without solder.

Open Source

Useful 3D Prints 2023 - Blog

April 04, 2023

When we last left my 3D-printing adventures in late 2021, I had printed a holder for a Ryobi cordless drill, assembly jigs for my macro pad, and piping adapters for laser fume extraction. Since then, I’ve designed and/or printed a wide range of new items, and this article outlines a few of my favorite useful 3D-prints for 2023.

Analog & Power

Make a Joule Thief: Three Inductor Options - Blog

March 24, 2023

Recently I’ve been considering how to run an LED for a really, really long time on a CR02032 battery, and eventually (re)stumbled upon the idea of a joule thief. The video below does a good job outlining how this circuit works.

Open Source

The Well Rounded Engineer - Blog

February 22, 2023

Engineering, by its very nature, is a technical pursuit, involving numbers, the translation of science into practical applications, and a lot of tinkering to get things just right. Pursuits such as sports, art, music, writing, and other such “squishy” subjects are fine, but could be considered secondary in nature.

Open Source

Raspberry Pi Pico CircuitPython MIDI Interface - Blog

February 13, 2023

In this article, I’ll first outline the basics of using MIDI with CircuitPython on the Pico for direct interface with a computer. I’ll then show how a Pi 4 (or 3/2) can be used as a host to pipe signals to a keyboard or other device.

Articles 21 - 40