Looking for a Simple Wireless Accelerometer Solution for Max/MSP (No Arduino)

Sergio Martins's icon

Hi everyone,

I’m looking for a wireless accelerometer that can send data directly to Max/MSP without needing an Arduino or other microcontroller in between. Ideally, it should be simple to set up and communicate with Max — maybe via Bluetooth, Wi-Fi, or OSC.

Does anyone know of any such devices currently available? Any recommendations or experiences would be greatly appreciated!

Thanks in advance!

Source Audio's icon

Iphone or android phone and some freeware app

Sergio Martins's icon

Ah yes, true!

I was thinking more of a dedicated piece of hardware though.

Cheers!

Source Audio's icon

most of standalone hardware is industrial stuff - will cost

you much more then older phone.

low budget - EXCLUDING Arduino solutions,

is questionable - maybe this one :

WT9011DCL is bluetooth unit,

there is a chance you could get data into max using

serial object, or maybe bt external...

you can get one from china for about 15 Euros

Sébastien Gay's icon

Arduino Nano 33 BLE Rev2 has both accell + wireless connection. But I haven't been able to find a proper solution to get BLE data onto MAX (if anyone has ideas ....).