Arduino MIDI Telephone Ringer – Part 2

Following on from part 1, I've added BT style sockets and upgraded the ringer to ring two phones.  Polytelephony if you will.  In part 3, I switch to an Arduino Nano and put all the circuitry into a box. https://youtu.be/IBBd9z4hKYw Warning! I strongly recommend using old or second hand equipment for your experiments.  I am … Continue reading Arduino MIDI Telephone Ringer – Part 2

Arduino Serial MIDI Program and Control Messenger

I believe I have all the components of both sending and receiving MIDI Program and Control messages over the full range of serial interfaces from previous projects, but I'm not sure I've ever written it down in those terms.  So this project aims to put that right! Warning! I strongly recommend using old or second … Continue reading Arduino Serial MIDI Program and Control Messenger

Yet Another Toy Keyboard USB MIDI Controller – Part 2

So this follows on from the first part and adds MIDI, some buttons to control the keyboard and gives it a voice of its own. https://youtu.be/NUaCPR0LRTM Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive instruments! If you are new to microcontrollers, … Continue reading Yet Another Toy Keyboard USB MIDI Controller – Part 2

Simple MIDI Serial Monitor – Part 2

In this second part of my Simple MIDI Serial Monitor I show how to use MIDI callbacks to handle the data and show how an independent serial interface could be used as the diagnostic port, thus allowing the hardware serial port to be used with MIDI. Warning! I strongly recommend using old or second hand equipment … Continue reading Simple MIDI Serial Monitor – Part 2

Vintage Rotary Phone MIDI Controller – Part 7

Having built my adaptor into a small box, I've gone back to add a mode button so I can include all the different applications into a single sketch. This builds on the previous parts in this series. Part 1 - Understanding the telephone hardware and interfacing to an Arduino. Part 2 - Decoding the rotary … Continue reading Vintage Rotary Phone MIDI Controller – Part 7