output

Serial Call and Response with ASCII encoded output

Serial Call and Response with ASCII-encoded output using Arduino

This example demonstrates string-based communication from the Arduino board to the computer using a call-and-response (handshaking) method. The sketch sends an ASCII string on startup and repeats that until it gets a serial response from the computer. Then it sends three sensor values as ASCII-encoded numbers, separated by commas and terminated by a linefeed and

Serial Call and Response with ASCII-encoded output using Arduino Read More »

Teensy MIDI USB foot controller for controlling Mobius Looper

Teensy MIDI USB foot controller for controlling Mobius Looper using Arduino

Motivation: Playing in a 2 piece band, with the drums and lots of other samples being played back as backing tracks, there was a need to use a looper to add in more elements to the tracks. A hardware based looper fails in this respect, since there is no way to maintain synchronisation. Meaning, slight

Teensy MIDI USB foot controller for controlling Mobius Looper using Arduino Read More »

Momentary Switch as Digital Sensor

Momentary Switch as Digital Sensor Using Arduino

In many cases switches are just switches. They directly control the flow of electricity to an appliance, flashlight or mains-voltage lamp. An example of this is the switch on the wall in your living room. In many cases nowadays however, switches are digital sensors, meaning that instead of directly controlling a high-powered device, they are

Momentary Switch as Digital Sensor Using Arduino Read More »

Capacitive Sensing + Open Frameworks + SPACEBREW

Capacitive Sensing + Open Frameworks + SPACEBREW Using Arduino

This is a step-by-step on how to connect Arduino to OpenFrameworks using Spacebrew. More specifically our project focuses on the awesomeness of Capacitive Sensing to alter OF projections to create an awesome tactile experience! What the process will involve: Arduino -> Processing -> SpaceBrew -> OpenFrameworks What you will need: Software: Arduino Processing OpenFrameworks Capsense Library for

Capacitive Sensing + Open Frameworks + SPACEBREW Using Arduino Read More »