bbenchoff.github.io



Contact

Email
Twitter
Github
LinkedIn



Résumé (PDF)


Weird Stuff

Citicar Restoration
Converting a car to CAN
My Instagram clone for vintage digital cameras.


Software Development

Instagram Clone (Python, Django)
IS31FL3741 LED driver library (C)
NT35510 TFT driver library (C)
Terminal Parser library (C & C++)


Hardware Development

Nikon lens adapter
The $15 Linux Machine
Portable Dumb Terminal
Mr. Robot Badge
Zip Drive Tower
Full Color Circuit Boards
RGB Gaming Coaster
Serial Fidget Spinner
Baud Box
A Wall of Circuit Boards


CAD Design

Silicone Membrane Keyboard
Injection Molded Palmtop
Retro-inspired industrial design
Quarter-Scale Retrocomputing
Hardened clamshell computer
3D Printed Tank Treads
Porygon

Mr Robot Badge

The Mr. Robot Badge was a series of ‘indie’ electronic badges produced for DEFCON 25 & 26 – and was featured on the official DC26 t-shirt. It was also featured on the Engadget writeup of the event.

Mr Robot Badge

The idea behind this project was simply, “make a cool looking electronic badge”. Previously, all the badges were monochromatic – one color of soldermask, one color of silkscreen, and that’s about it. I wanted something slightly more colorful, and hit upon the idea of using clear soldermask, along with black and white silkscreen. This, combined with the popularity of the USA show Mr Robot during DC25, and the choice was obvious: I’d do the “not a Guy Fawkes mask” from that show. Here’s an idea of what the layer stackup looks like:

PCB layers for Mr Robot Badge

The electronics for the badge included an ESP-8266 with a LED matrix chip and enough buttons for a ‘Game Boy’ experience:

Testing of Badge.

The design vastly improved for DEFCON 26. Before DC26, a new LED driver chip was released by ISSI, allowing for an 18x18 matrix. Of course I had to write a driver to get that to work, but the base project, for the most part, stayed the same.

One thing was added for DC26: Add-Ons. Along with other DEFCON badge creators, I created an implemented a standard for inter-badge electronics; the Shitty Add-On Standard. This allows a user to add ‘flair’ to a badge. I took this a bit further with a full-color add-on, the Tide Pod Blockchain:

a Tide Pod PCB

This add-on features dual-color printing via pad printing (although a panelized board could be done with a silkscreen process). On this small PCB is a serial EEPROM containing a unique serial number accessed by the main badge. The main badge reads this serial number and stores it in a linked list along with a hash of the previous item in the list. I made a blockchain out of Tide Pods and that’s just the coolest thing ever.

More information can be found in the Mr Robot Badge repository.

back