7
\$\begingroup\$

How can you get the analogue sensor data into Max MSP with an Arduino?

tyblu
8,3576 gold badges43 silver badges71 bronze badges
asked Oct 28, 2009 at 14:06
\$\endgroup\$

4 Answers 4

5
\$\begingroup\$

Atleast Arduino2Max allows you to read analogue pins and also digital pins into a Max.

answered Oct 28, 2009 at 20:55
\$\endgroup\$
5
\$\begingroup\$

While doing some surfing trying to find out more about Max MSP, I came across this site:

http://file-error.net/1o1o1o1o1/?Physical_Computing_and_Interaction:Arduino:Arduino_VS_Max/MSP

The Arduino2Max section of the page (near the bottom) has a patch for Max MSP and some sample code for the Arduino. I don't know if that helps, because I don't have Max MSP available, but maybe it'll get the ball rolling.

answered Oct 28, 2009 at 20:56
\$\endgroup\$
5
\$\begingroup\$

This is a particularly clean implementation for automagic analog and digital input with some built-in code for using a 4051 multiplexer on the analog pins:

SensorBox by Andrew Benson (via C74 forum)

answered Dec 10, 2009 at 7:15
\$\endgroup\$
3
\$\begingroup\$

Send/print the analogue pin data to Arduino's serial monitor, then use MAX MSP's serial object to recieve it. It's quite simple, no externals are required. Make sure you specify arguments to select the appropriate channel and Baud rate to match your Arduino.

Have fun!

answered Dec 9, 2009 at 18:12
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.