The original (and best) MIDIClock+
Before I set off on the build, I had a look around to see what was available for clock masters. Besides the usual high-end offerings for ‘proper’ studios that were in the mid–4-figure range (GBP), I found the MIDIClock+ device from E-RM in Berlin. If you need a MIDI master clock off the shelf, buy one of these. Seriously, buy one; it has more features and is likely more accurate than the one I’m about to describe.However, for me it’s not the having but the finding out, so I decided to use some of the features to inspire the design of the Big Clock.
Planned features
We totted up the devices around the two home studios we were working with and decided that 8 outputs were enough. Our combined feature wishlist ended up looking like this:- 8 MIDI outputs;
- A big knob to control tempo
- An LED display showing the current tempo
- Start and stop buttons
- A missile-style launch switch for some to-be-determined function. We needed the switch though.
Electronic design
Most of the hard work in building an embedded micro controller project like this is in the firmware, but you need the hardware to develop on, otherwise generally you are just guessing whether your code will work (although TDD on embedded systems is a possibility and be used to get high quality code written before the hardware is ready - more on that in a later section).Teensy 3 microcontroller Photo CC-BY 2.0 by SparkFun Electronics |
SparkFun Serial 7-Segment Display Photo licensed CC-BY-SA 3.0 by SparkFun Industries, CC BY-NC-SA 3.0 |
For the display, I needed to keep the pin count manageable so I opted for the Sparkfun Serial 7-Segment Display, which has 4 digits and individually addressable decimal points etc., and allows the use of asynchronous serial, SPI and I2C interfaces.
For the tempo control knob I picked a rotary encoder with embedded RGB LEDs, because multicoloured LEDs are cool, and everything was going to be built on an full size Adafruit Perma-proto prototyping board.
The housing
I wanted to laser cut a housing for this on the Edinburgh Hacklab laser cutter, based on a Hackaday posting posting I had seen on making a housing for a laser cut PSU. I exchanged some emails with Csaba, the creator of that housing, to try to understand the internals better and he was kind enough to send me his design files to poke around in.With this information and based on the dimensions of the components I had chosen, I drew up the cutting plan in Draftsight to make sure everything lined up and the components fitted in the box.
Drawing the housing in DraftSight |
Once everything looked like it fitted together, I then cut the parts from 4mm ply on the laser cutter.
Laser cutting the parts. |
No comments:
Post a Comment