- Open Arduino IDE and install Adafruit BNO055 sensor library. https://github.com/adafruit/Adafruit_BNO055
- Connect Arduino microcontroller to Adafruit BNO055 breakout board.
- Connect USB cable to Arduino microcontroller.
- For Linux, run sudo chmod a+rw /dev/ttyACM0 to allow serial port connection to binaural audio editor and Arudino IDE.
- In Arduino IDE, open file hardware-code/bno055_abs_orientation/bno055_abs_orientation.ino
- Upload the code to the Arduino.
- Open binaural-audio-editor
- Go to Listener->Setup Serial.
- For Linux, type /dev/ttyACM0 into serial port text field and click Setup. Click Ok.
- Go to Listener->Edit Listener
- Check the External Device Orientation box.
- The orientation will now change when sound is playing through sound producer track and it will be set by the physical BNO055 IMU sensor.
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.