Linux Format

Build a Raspberry Pi Pico voltmeter

Few tasks in the life of an engineer can compete with the degree of satisfaction achieved by creating test equipment. Be it a testing rig or a generic piece of equipment, there’s always something to learn (and fun to be had).

This tutorial will see us take the first steps towards the creation of a basic multimeter. While our product won’t be seeing the multimeter designers at Agilent or, Danaher filing for unemployment benefits, the product will demonstrate aspects of analog and digital design. Most interestingly, we’ll implement auto-ranging to ensure that ADC resources are always used optimally.

Multimeters with graphical displays are a recent development – a few years ago, alphanumeric reigned supreme. Fortunately, Solomon Systech‘s SSD1306-based display controller made graphical displays affordable. The screen used in the following steps can be purchased at AliExpress for less than £4 a pop. Investing some more money leads to its larger brother – the SSD1351 provides full-colour output.

Should you ever feel like going into series production, be aware that not all OLEDs are created equal. In recent projects done by the author, contrast differences between different display vendors were visible.

Building new circuits is best done in a step-by-step process. With this in mind, let’s begin by bringing up the display in accordance with the figure (above).

Show and tell

Organic displays often display. Simply create a new tab in the IDE, and save it to the Raspberry Pi Pico.

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format1 min read
Vector Vexations
Why does MySQL not support vectors in its community edition? Generative AI is the hot topic in tech. GenAI relies on vector data. Yet Oracle has no plans to support vectors in the community edition of MySQL. If you want to try out vector data with ot
Linux Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin
Linux Format1 min read
Wine For Wayland
2023 was a great year for the Wayland driver for Wine. The goal was to move forward from the experimental phase and make the driver a proper upstream component. A year later, after several merge requests, many people are now already able to use the l

Related Books & Audiobooks