I've wanted an excuse to play with some of the Adafruit Feather lines of boards for a while, so I finally dipped in a bought a board and a couple of add-ons. You can get most of their range in the UK from Pimoroni, The Pi Hut, and others (I'm not affiliated with any of … Continue reading Adafruit Feather MIDI and Music
Category: Project Categories
Simple Synth IO Shield
I have a range of synthesizer chips and modules and some of those come on shields but I needed a way to hook up some potentiometers in a simple manner for testing and playing around. To date I've build separate modules (some examples here and here). One thing I often find is that music shields … Continue reading Simple Synth IO Shield
MCP4725 and Mozzi – Part 2
So, ignoring the delirium that turned out to be MCP4725 and Mozzi this is using the built-in I2C "TwoWire" support in the Mozzi library to talk to the MCP4725 and generate audio. https://youtu.be/xtVi1blvt1c Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments. I am not responsible for any damage to expensive … Continue reading MCP4725 and Mozzi – Part 2
MCP4725 and Mozzi
I'm going to start this project with at disclaimer - don't bother doing it this way! It was really more of a learning exercise for me - the result of a bit of a "I'm going to push it about as far as I can" obsession this past weekend just to see how far it … Continue reading MCP4725 and Mozzi
MCP4725 Digital to Analog Converter – Part 3
My plan was always to try to use my MCP4725 board with Mozzi eventually, but there is one thing I came to realize that has stopped that ambition. You can't talk I2C from an interrupt routine using the standard Arduino Wire libraries. Mozzi uses an interrupt routine to output the audio samples at the required … Continue reading MCP4725 Digital to Analog Converter – Part 3
MCP4725 Digital to Analog Converter – Part 2
This is a short post showing some of the steps to take the dividing/filter circuit from the MCP4725 Digital to Analog Converter to stripboard or protoboard. If you know how to solder, this is fairly straightforward. If you are not sure, find a good tutorial and then come back and have a go. Recall, both … Continue reading MCP4725 Digital to Analog Converter – Part 2
MCP4725 Digital to Analog Converter
After my experiments with Mozzi, one thing I wanted to try was using a dedicated digital to analog converter (DAC), which is something the common Arduinos lack. After some searching I found the MCP4725 which links up to the Arduino using the I2C bus. From the datasheet: "The MCP4725 is a low-power, high accuracy, single … Continue reading MCP4725 Digital to Analog Converter
Keyboard MIDI Matrix Decode
Following on from my Keyboard Matrix Decode I've now added MIDI out! So I have a full sized MIDI controller keyboard for the cost of a cheap Arduino Nano clone and a couple of passive components! https://youtu.be/kqcfxiKIzi4 Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments. I am not responsible for … Continue reading Keyboard MIDI Matrix Decode
Keyboard Matrix Decode
I found an old keyboard, a "KSP970" which is a sub £20 keyboard with full size (non touch sensitive) keys, that was being thrown out as battery acid had corroded away most of the circuit board inside, but the keyboard itself was still intact so I thought it would make an interesting project to attempt … Continue reading Keyboard Matrix Decode
Mozzi Output Circuit – Part 2
The simple Mozzi Output Circuit is fine for experimenting but when it comes to combining signals it can really do some damage - I may have trashed the small amp I was using for my experiments - remember my warning - I strongly recommend using an old or second hand keyboard for your MIDI experiments. I … Continue reading Mozzi Output Circuit – Part 2