From Name Tag to Wearable Lab
Modern conference badge design is the practice of turning what used to be a passive name tag into a functional, programmable electronic artifact that combines custom PCB projects, microcontroller badges, mechanical styling, and interactive features such as LEDs, audio sensing, or puzzles to engage attendees for an entire event rather than a single registration moment.
The most exciting badges are no longer souvenirs; they are experiments you can hang around your neck. Two recent builds show how far this trend has gone. One maker decided, barely a week before attending the 2026 Open Sauce convention in San Mateo, to design an entirely new convention badge from scratch. Another set out to give the Bug Bounty Village a wearable Matrix skyline, complete with a hardware CTF that lights up only when you solve puzzles. This is the new bar: if a badge does not blink, react, or challenge you, it feels unfinished.

The Open Sauce VU Meter Badge: Audio as Identity
The Open Sauce VU Meter Badge takes the idea of a microcontroller badge and wires it straight into the soundscape of the event. Its creator picked the PIC16F17576 microcontroller in a 40‑pin DIP package to sit at the heart of the design, pairing it with an electret microphone front end inspired by a Microchip application note on low‑BOM microphone interfaces using on‑chip op amps. The goal: turn ambient audio into a live VU meter, with a row of 5 mm LEDs mapping volume in real time.
This is opinionated conference badge design: the PIC DIP becomes the mascot’s mouth, the gain pot and mode switch form the eyes, and the LED VU meter draws glowing eyebrows around the event mascot, Bolt. It’s equal parts circuit and character. The maker deliberately used 100% through‑hole components so others could assemble and modify the board easily. That choice turns the badge into a workshop in miniature, not a sealed gadget.
Hardware Lessons: When Analog and Power Bite Back
Ambitious custom PCB projects always teach hard lessons, and this badge is no exception. Expecting the PIC16F17576’s op amp peripherals to route signals internally, the designer discovered there was no internal MUX from one op amp to the next or to the ADC. The fix was to wire those links externally on the PCB, a sharp reminder that even within one microcontroller family, analog peripherals can behave very differently. That kind of trap is exactly why hands‑on microcontroller badges matter: they catch assumptions early, in copper instead of in theory.
Power was the other sting. While measuring current with a Nordic PPK2 and a coin‑cell emulator, the builder found that the quiescent current was dominated by microphone leakage through the bias resistor, because there was no FET to switch the mic off during sleep modes. According to the project log, this oversight locked in a baseline drain that no firmware trick could erase. In other words, even the cutest badge can be sunk by one missing transistor.
Bug Bounty Village Badge: Matrix Rain Meets CTF Hardware
If the VU badge is an audio sculpture, the Bug Bounty Village badge is a cyberpunk billboard. Its designer set three non‑negotiable goals: a Matrix “raining code” LED effect, an acrylic logo floating above the PCB for a 3D look, and a CTF embedded in the hardware so the badge does something only when you engage with it. That philosophy treats the badge as a game controller and trophy in one, not a sticker with delusions of grandeur.
Technically, this badge packs serious density. The PCB is double‑sided and cut to the exact silhouette of the Bug Bounty Village logo. Behind the acrylic sits a full matrix of tiny LEDs that chase downward like falling code, lighting the hacker half of the logo etched into the acrylic from below. Four tall‑head tactile switches poke through the acrylic to control both LED modes and the CTF, while an ATmega16A microcontroller, resistors, and power switch live on the back. For a weekend‑long event, the design even abandoned dual CR2032 coin cells in favor of three AAA cells to keep those 41 front‑mounted SMD LEDs and four CTF flag indicators running.
Six Layers, Epoxy Drama, and Why This All Matters
This badge pushes fabrication almost as hard as firmware. Color comes not from old‑school silkscreen but from UV printing, with a transparent protective layer on top. The final stack ends up at six layers: black PCB mask, primer, white UV for color correction, blue or green UV ink, varnish, and a thick epoxy dome. That glossy finish looks premium, but it came with pain. The first coated runs showed peeling at the edges and tiny bubbles under LEDs. As the epoxy cured, it shrank, pulling the UV layer into a wavy surface; some units even lost LEDs to fresh bad connections, and bad mixing could leave permanent gelled boards while brush bristles hardened mid‑coat.
The CTF itself is neatly wired into the hardware narrative: you roam the Bug Bounty Village to find challenges, solve them for unique binary flags like 101101011, key the bit pattern into the badge using the four buttons, and watch dedicated LEDs unlock as you succeed. This is conference badge design as participatory theater. Both the audio‑reactive VU meter and the Matrix rain CTF platform show that microcontroller badges can be more than flash—they can be shared labs. One maker explicitly designed their through‑hole board so others could attempt the project later, and the Bug Bounty Village badge invites every attendee to treat hardware as part of the security story. These badges argue, convincingly, that if your conference identity is not interactive, you are missing the whole point.







