Unity plugin to work with Adafruit BNO055 Absolute Orientation Sensor.
You need to compile and upload the bunny sketch to your Arduino included in Adafruit's BNO055 repository.
-
Open Example/example.unity
-
Replace BNO055's "SerialReceiver"->"Port Name" property with the path to your Arduino.
-
Run the scene.
-
Import an unitypackage file which is found in Release page.
-
Attach Scripts/Serial Receiver and Scripts/Tracker to the GameObject. That GameObject rotates as BNO055 moves.
MIT License.