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 Morse Code Shield

Arduino Morse Code Shield

Morse code was the breakthrough that made possible long-distance communication in the era of the telegraph. The code represents alphanumeric characters by short and long intervals of signal — those familiar dots and dashes. For many years passing a Morse code test was a prerequisite of getting a Ham license, but nowadays most radio amateurs …

Arduino Morse Code Shield Continue Reading

Arduino Waveform Generator Shield

Arduino Waveform Generator Shield

Waveform generators (also called function generators) are useful for testing and debugging circuits. They can be used to test the frequency response of electronic components like op amps and sensors or to characterize and troubleshoot audio effects boxes and pedals. This waveform generator shield is powered by an Arduino. It outputs four waveforms: sine, triangle, …

Arduino Waveform Generator 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