shield

Arduino MIDI in shield

Arduino MIDI-in shield

This instructable shows how to build a shield to connect devices that send MIDI signals (e.g. a masterkeyboard) to an Arduino. The basic schematic is derived from: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1187962258/ Step 1: The schematic Basically the schematic is just an optocoupler with some resistors to decouple the MIDI device from the Arduino. Note that the DIN connector […]

Arduino MIDI-in shield Continue Reading

Arduino Sketch CKS Shield 1 Test

Arduino Sketch CKS-Shield-1-Test

This Arduino sketch exercises the standard hardware of the CKS-1-Shield board. It provides a console interface for reading inputs and triggering outputs, and a set of asynchronous state machines for generating test motions. Console Interface static void parse_user_input(int argc, char *argv[]) Process an input message tokenized from a line of console input. New commands may be defined by

Arduino Sketch CKS-Shield-1-Test Continue Reading

Scroll to Top