Auxiliary display for Beat707 works via I2C
posted Jul 26th 2011 3:22pm by Mike Szczysfiled under: digital audio hacks

Bigtime is a simple way to create an auxiliary display for the Beat707 MIDI controller. The right half of the display shows the beat pattern that the drum machine is using, while the left half keeps track of the current measure.
Just a few components went into the extra hardware. A four-digit seven segment display is fed data from an ATtiny85. Since that microcontroller has only eight pins, a 595 shift register and CD4067 take care of translating serial data into the outputs necessary to light the display. The entire thing connects to the Beat707′s I2C bus, which means you don’t need to make hardware alterations to the original, and this leaves plenty of room for more addons.
The code package includes a Fritzing file, but for your convenience we’ve embedded a PNG of the hardware connections after the break. You’ll also find the demo video where [Guilherme] explains how this works.









In case anyone wonders, SV3 and SV1 are headers on the Beat707 PCB. Also, the GitHub files includes everything you need to flash the ATtiny85 chip, so no googling for messy libraries and tutorials, its all there.