Probe Compensation on the Analog Discovery BNC Adapter Board  [draft]

When I got my Analog Discovery 3, I made the decision to also purchase the BNC adapter board. Trying it out with some OWON scope probes I got from Amazon, it unfortunately didn’t cut the mustard. This was the most square I could get by twiddling with the compensation adjustment. To prove that I haven’t goofed it somehow, this is at the opposite end of the compensation range: This waveform ain’t even square at this point....

November 3, 2023 · 2 min · Infinus

Analog Discovery 3 Front End Amplifier v0.1

The Analog Discovery 3 is a great debugging tool, but as I discovered here in a note on using it with 10x scope probes, the input capacitance was too high for the probes to be compensated correctly. Custom LNA design To combat this, I decided to design an amplifier that would have a low input capacitance so that we fall within the 5-35pF compensation which is typical of these 10x scope probes....

November 3, 2023 · 12 min · Infinus

Inductor Saturation Current Measurement Jig and Constant Current Dummy Load

Background As I have only recently come to realize, inductor selection for boost converters is not a trivial matter at all. Every inductor I tried saturated way too early, causing progress for the SMPS Chronicles Boost Converter project to grind to a halt. After many frustrating afternoons, and several blown parts and melted breadboard holes, I had enough. Inspired by this video on the RF Man YouTube channel (really nice channel by the way), I decided to build a dedicated jig that would allow me to easily measure the saturation current of the any inductor that I was about to use....

August 23, 2021 · 13 min · Infinus

Switched-Mode Power Supply Chronicles I: Op Amp Based Boost Converter

The inspiration for this series of articles came from Microchip’s TB3103 and TB3104 , which outlined the implementation of current mode controlled buck and boost converters using the PIC16F753’s internal analog peripherals, which include an operational amplifier, a comparator, PWM, etc. As a hobbyist, I’ve always found stuff like transfer functions, bode plots (the more complex ones), and SPICE to be really intimidating. I am aware of what these are, and why they are used in circuit design, but I’ve never really sat down and worked with them before, much less explore their nitty gritty details....

August 10, 2021 · 6 min · Infinus

SMPS Chronicles I: Chapter 2 – PWM Modulator, Power Stage and Error Amp

With the addition of these 3 components, I had a fully functional boost converter! However, it is not without its (huge) caveats, and let’s just say that along the way, Murphy has paid me many, many visits. In Chapter 1 , we talked about the sawtooth generator, which connects directly to the an opamp responsible for generating a PWM gate drive signal. So, I thought it made sense to take a closer look at that next....

July 19, 2021 · 8 min · Infinus

SMPS Chronicles I: Chapter 1 – Sawtooth generator

Being on a little analog synth nerd-out lately, I chose to kick things off by designing the sawtooth generator that will ultimately determine the switching frequency of the boost converter. The sawtooth wave generated is used to derive the PWM signal that drives the gate of the FET. By connecting it and a control voltage to a comparator, a PWM signal with a duty cycle directly proportional to the control voltage will be generated....

July 15, 2021 · 11 min · Infinus