Atari 2600 Controller Shield PCB Build Guide

Here are the build notes for my Atari 2600 Controller Shield PCB Design. Recall from my design notes that this version doesn't deal with paddles very well Here is an updated version that supports paddles better, but at the expense of requiring more complex code to read them: Atari 2600 Controller Shield PCB Revisited. Warning! I strongly … Continue reading Atari 2600 Controller Shield PCB Build Guide

Simple MIDI Touch Button Keyboard

I've grabbed some very cheap TTP223-based touch pad PCBs so this is showing how they can be used as a replacement button in a simple Arduino MIDI controller. Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive instruments! These are the key … Continue reading Simple MIDI Touch Button Keyboard

Arduino MIDI Master Volume Control

This project uses an Arduino Uno or Nano with a potentiometer to create a MIDI Master Volume Control. Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive instruments! These are the key Arduino tutorials for the main concepts used in this project: … Continue reading Arduino MIDI Master Volume Control

Arduino MIDI to Clock Trigger

This is another project for my Arduino Clock Generator Shield PCB. This one takes a MIDI clock sync pulse and outputs trigger pulses as required. https://makertube.net/w/obgH4asW3hqk2pHKKrPoAc 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 Arduino, see … Continue reading Arduino MIDI to Clock Trigger

Arduino Euclidean Gate Sequencer – Part 4

In this posts I describe a version of the Arduino Euclidean Gate Sequencer that implements the same user interface and most of the features of HAGIWO's brilliant build. Part 1 covered all the theory and main functions of the code. Part 2 included some hardware suggestions for connecting it to other devices. Part 3 added a rotary encoder … Continue reading Arduino Euclidean Gate Sequencer – Part 4

Arduino Euclidean Gate Sequencer – Part 3

This is another variant of my Arduino Euclidean Gate Sequencer this time using a rotary encoder and I2C display rather than a potentiometer for control. Part 1 covered all the theory and main functions of the code. Part 2 included some hardware suggestions for connecting it to other devices. Part 3 added a rotary encoder and I2C display … Continue reading Arduino Euclidean Gate Sequencer – Part 3