trsonic / nvsonic-head-tracker

Spatial Audio 3DOF Head Tracker (requires Arduino Pro Micro + MPU-9250 / MPU-9150)
GNU General Public License v3.0
83 stars 11 forks source link

Arduino Nano 33 BLE instead of Arduino Pro Micro? #16

Closed halbius closed 2 years ago

halbius commented 2 years ago

Hi,

I wanted to build a new nvsonic-head-tracker and found out there is a new Arduino Nano 33 BLE with integrated IMU. My question: Is it possible to use this one instead of Arduinio Pro Micro? I am not that familiar with coding, so I cannot take a look at the code and change it, if needed.

Thanks a lot for your any help!

trsonic commented 2 years ago

Hi,

I'm sorry but the Arduino Nano 33 BLE uses LSM9DS1 IMU. This project will work only with Invensense MPU-XXXX IMUs.

Best, T.