Close

R909-tester: What It Is, What It Does, and Why You Should Care

A project log for R909-Tester: A Modular RP2040 zero Instrument

R909-Tester is a low-cost workshop instrument platform based on the Raspberry Pi RP2040 zero

nobchanobcha 4 hours ago0 Comments

So, I tried to turn the leftover RP2040 boards into a useful prototype.

What It Is

R909-tester is a modular, low-cost instrument platform built around the Raspberry Pi RP2040 Zero. It's designed to be a handy companion on your workbench, combining several useful measurement functions into a single, compact device.

What It Does (The Functions)

Currently, it packs four main tools:

Continuity Tester: Quick and audible checks for your circuits.

Capacitance Meter: Measures capacitors in a practical range.

Frequency Counter: Counts signals – with some limitations I'll discuss in a later log.

Diode Identifier: Identifies and tests diodes.

All of this is controlled through a simple OLED display and a rotary encoder. No complex menus – just select the function and go.

Why I Built It (The Design Intent)

This project was born from a simple question: "How far can I take a practical instrument using just an RP2040 and minimal external parts?"

It's not about replacing a $500 multimeter. It's about exploring the boundaries of what's possible with this cheap and powerful microcontroller, and creating something genuinely useful for everyday electronics work.

The Modular Concept

I also designed it with modularity in mind. The core hardware and software are structured so that adding new features – or even replacing existing ones – should be straightforward. This is why I'm planning to explore adding an external ADC for a SINAD measurement add-on in the future.

What's Next (The Roadmap)

Short-term: Refining the existing features and improving the frequency counter (more on that in its own log!).

Long-term: Designing a custom PCB, building a proper enclosure, and exploring the SINAD add-on.

So, that's the plan. If you're interested in seeing how far a cheap RP2040 zero can go as a test instrument, stick around. It's going to be a fun ride.

Discussions