Drawdio — Arduino — Maxmsp

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Drawdio — Arduino — Maxmsp

Postby faeviuz » Thu May 03, 2012 1:28 pm

Hi everyone,
I have just bought a Drawdio and I am playing with it.
Now I am trying to build an interactive fork, pretty much like this one:
http://youtu.be/XXp0dq2h1OI

I was thinking about connecting the Drawdio to an Arduino and then having Maxmsp to assign different samples/sounds depending on the reading received from Arduino.
While I can do this on both Arduino and Maxmsp, I don't know how I could get a reading from the Drawdio.
I have seen that there has been already another post re the same issue:
viewtopic.php?f=19&t=13376
Is this the only way of doing it? Can I do it connecting only two wires to the Arduino?

This is the code I'd use on the Arduino:

// these constants won't change:
const int sensorMin = 0; // sensor minimum, discovered through experiment
const int sensorMax = 600; // sensor maximum, discovered through experiment

void setup() {
// initialize serial communication:
Serial.begin(9600);
}

void loop() {
// read the sensor:
int sensorReading = analogRead(A0);
sensorReading = map(sensorReading, sensorMin, sensorMax, 0, 255);


Serial.println(sensorReading);
}


Many thanks for your help!

Best wishes

Faeviuz
faeviuz
 
Posts: 1
Joined: Thu May 03, 2012 1:05 pm

Return to Arduino

Who is online

Users browsing this forum: No registered users and 15 guests

Stuff to buy from the Adafruit store and links to product documentation!


New Products [100]

Raspberry Pi[80]
 
FLORA[23]
 
Bunnie Studios[9]
 
FPGA[1]
 
mbed[11]
Arduino[60]
 
NETduino[14]
 
BeagleBone[24]
 
Android[6]
 
XBee[10]
More Dev Boards[30]


 
BoArduino[8]
 
SpokePOV[4]
 
TV-B-Gone[4]
 
MiniPOV[3]
 
SIM reader[3]
 
Microtouch[5]
 
Clocks & Watches[18]
 
Drawdio[4]
 
Brain Machine[1]
 
Game of Life[2]
 
MintyBoost[2]
More DIY Kits[16]


 
MaKey MaKey[3]
 
Tweet-a-Watt[5]
 
Young Engineers[33]
 
Discover Electronics[2]
 
Snap Circuits[4]
 
littleBits[3]
 
Project packs[8]


 
Breakout Boards[33]
LCDs & Displays[48]
Components & Parts[69]
Batteries & Power[49]
EL Wire/Tape/Panel[52]
LEDs[108]
 
Wireless[14]
Cables[60]
 
Lasers[6]
Sensors/Parts[145]
 
Enclosures/Cases[11]
 
Solar[11]
 
RFID / NFC[13]
Prototyping[69]
 
iDevices[13]
Tools[71]
 
Wearables[39]
 
CNC[37]
 
Robotics[29]
 
3D printing[1]
 
Materials[24]


 
Stickers[41]
 
Skill badges[55]
 
Books[25]
 
Circuit Playground[7]
 
Gift Certificates[4]