high voltage, low voltage, ready

Startup works when I sent it to pot value 100

Oculus Rift S Dimensions

78.1mm along side

Accelerometer tests

Installed Arduino SAMD boards (32-bitsARM Cortex -M0+) and Arduino LSM6DS3 library to use the Arduino Nano 33 IoT board and its associated accelerometer and gyroscope on my laptop.

Real time acceleration values from SimpleAccelerometer.ino when oscillating the nano along the z-axis

Untitled

The actual example sketch SimpleAccelerometer.ino provided real time acceleration values. This modified version determines the relative positions in degrees.

Screenshot 2021-12-14 at 17.45.41.png

Looking at Serial Plotter (different data from above)

Screenshot 2021-12-14 at 17.48.25.png

Gyroscope Tests

These results were measured using SimpleGyroscope.ino , found as an example sketch for the LSM6DS3 library on Arduino Cloud Editor.