惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

I
InfoQ
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
月光博客
月光博客
博客园 - 聂微东
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog
Blog — PlanetScale
Blog — PlanetScale
U
Unit 42
T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
S
SegmentFault 最新的问题
F
Fortinet All Blogs
H
Help Net Security
J
Java Code Geeks
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
L
LangChain Blog
Martin Fowler
Martin Fowler
N
Netflix TechBlog - Medium

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
RP2040 Wristwatch Tells Time With a Vintage VU Meter Needle
circuitrocks · 2026-05-23 · via DEV Community
Cover image for RP2040 Wristwatch Tells Time With a Vintage VU Meter Needle

circuitrocks

Most digital watches lean on tiny LCD or OLED panels for readouts. YouTuber Sahko went the other way, building a one-of-a-kind wearable that displays time, date, and day of the week using a single sweeping needle salvaged from a vintage analog VU meter.

The watch flips the usual maker-watch formula on its head. Instead of cramming pixels onto a small screen, Sahko prints multiple scales onto a custom dial and lets one moving pointer hop between them. A press of a side button changes mode, so the same needle that just showed the hour can pivot over to a date or day scale on demand. It looks more like a piece of mid-century lab gear than something off a smartwatch shelf, and that is exactly the appeal.

How a single needle becomes a digital display

Behind the dial sits a Raspberry Pi RP2040 microcontroller, the same chip that powers the Raspberry Pi Pico. The RP2040 does the heavy lifting: timekeeping, button handling, and figuring out where the needle should sit for any given reading. A digital-to-analog converter then turns those calculations into precise current changes, and the VU meter's electromagnetic coil swings the needle to the right spot on the printed scale.

The build was not friction-free. An early plan to add a digital compass was scrapped because the strong magnets inside the analog meter wrecked the compass readings. During assembly the custom dial plate pressed against the delicate needle, so Sahko wound thin coils of wire around the mounting screws as improvised micro-spacers to lift the mechanism by a fraction of a millimeter. The aluminum case was CNC-machined from a solid block, finished with bead-blasted ceramic, and capped with a curved pocket-watch crystal. A rechargeable LiPo cell and USB-C charging circuitry hide inside, and embedded neodymium magnets snap the watch onto a leather-and-elastic strap.

Build it yourself

The core ingredients are surprisingly accessible. You will need a Raspberry Pi RP2040 board (a Pico works as a starting point), a salvaged or new VU meter movement, a small DAC to drive the coil cleanly, a LiPo battery with a USB-C charge controller, and a few tactile buttons for mode switching. The hard part is mechanical: lining up the needle, the printed dial, and the case so nothing rubs.


Originally published on blog.circuit.rocks.