9DOF-IMU I2C Maxuino

TAYLOR HEDUM's icon

Just received a ; trying to pull input through Max. The hookup through the Arduino IDE requires and works wonderfully, but I am stumped on how to route the string of data through SDA (data line). I have tried the Maxuino analog-patch using the SDA / SCL pins; as shown in Arduino's . If I the input into the console a float value of (.99) is returned, instead of the array of info in the Arduino IDE Serial Monitor. Are there libraries required for i2c in Max? How can I receive these 9 variables through SDA / SCL in Max?? Thanks for reading, let me know if I need to clarify, present screenshots, or other specs.

tl;dr - Is it possible to parse I2C (or SPI) data from the 9DOF breakout through Arduino and into Max 7?

TAYLOR HEDUM's icon

Let's try this again (messed up with "a href")...

Just received a 9 Degrees of Freedom IMU Breakout (listed here: https://www.sparkfun.com/products/13284 ); trying to pull input into Max. The hookup through the Arduino IDE requires this library (https://github.com/sparkfun/SparkFun_LSM9DS1_Arduino_Library) and works wonderfully, but I am stumped on how to route the string of data through SDA (data line). I have tried the Maxuino analog-patch using the SDA / SCL pins; as shown in Arduino’s hookup-guide picture (https://cdn.sparkfun.com/r/600-600/assets/learn_tutorials/3/7/3/i2c-hookup_bb.png ); or the entire hookup-guide here (https://learn.sparkfun.com/tutorials/lsm9ds1-breakout-hookup-guide?_ga=1.17816889.1672340211.1468961437 ). If I the input into the console a float value of (.99) is returned, instead of the array of info in the Arduino IDE Serial Monitor. Are there libraries required for i2c in Max? How can I receive these 9 variables through SDA / SCL in Max?? Thanks for reading, let me know if I need to clarify, present screenshots, or other specs.

tl;dr – Is it possible to parse I2C (or SPI) data from the 9DOF breakout through Arduino and into Max 7?