This tutorial shows how to play MIDI notes from an Arduino. MIDI, the Musical Instrument Digital Interface, is a useful protocol for controlling synthesizers, sequencers, and other musical devices. MIDI devices are generally grouped in to two broad classes: controllers (i.e. devices that generate MIDI signals based on human actions) and synthesizers (including samplers, sequencers, […]
Projects
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 […]
Trinity Assembly
Hey dudes! Lets build the trinity synt! ! More information about the synth at: www.bastl-instruments.com Before you start: the board solders from both sides and the component goes always above its printed sign so it hides the sign! You should know that there are some differences between some of the versions. SQNCR has more buttons […]
Serial Call and Response using Arduino
This example demonstrates multi-byte communication from the Arduino board to the computer using a call-and-response (handshaking) method. This sketch sends an ASCII A (byte of value 65) on startup and repeats that until it gets a serial response from the computer. Then it sends three sensor values as single bytes, and waits for another response […]
A Self-Contained Data Logging Anemometer
I love collecting and analyzing data. I also love building electronic gadgets. A year ago when I discovered the Arduino products, I immediately thought, “I’d like to collect environmental data.” It was a windy day in Portland, OR, so I decided to capture wind data. I looked at some of the instructables for anemometers and […]
Calibrating sensor input using Arduino
This example demonstrates one techinque for calibrating sensor input. The Arduino takes sensor readings for five seconds during the startup, and tracks the highest and lowest values it gets. These sensor readings during the first five seconds of the sketch execution define the minimum and maximum of expected values for the readings taken during the […]
Arduino Fingerprint Lock
There is a short video for this Arduino fingerprint lock here: http://v.youku.com/v_show/id_XNjIxNzQyNzY4.html I live in a small apartment in Shenzhen with my wife and baby, 5 months old. Sometimes, I need to go out, for example, to go downstairs to buy candy or diapers for my baby. But always I forget to carry my keys, so […]
Physical Pixel using Arduino
This example example uses the Arduino board to receive data from the computer. The Arduino boards turns on an LED when it receives the character ‘H’, and turns off the LED when it receives the character ‘L’. The data can be sent from the Arduino serial monitor, or another program like Processing (see code below), […]
SensoDuino: Turn Your Android Phone into a Wireless Sensors Hub for Arduino
UPDATES Nov 23, 2013: SensoDuino 0.160 gets a face left. Nov 19. 2031: OPINION: The Amazing Synergy Between Arduino & Android. Nov 19, 2013: SensoDuino 0.159 is out. Android phone date (y,m,d) and time (h,m,s) are supported as sensors. Support for Android KitKat (4.4/API 19). INTRODUCTION Think of SensoDuino as having over a dozen virtual shields for your Arduino each […]
Sleep n’ Tweet using an Arduino
Now I am lucky enough to work at the greatest company in the world as a University of Waterloo, co-op student. It might not even be a company you’ve heard of yet. They’re named Upverter and we are trying to change the way people design, build, share and collaborate on electronics. My job (also the […]
