ESP32 + MPU9250: 3D orientation visualisation

Visualizing MPU9250 3D orientation data on the web page hosted by ESP32. Using websockets and JSON to send orientation data (quaternion or Euler angles) to the web browser. Visualisation is done using library. Written using Arduino framework.
Back to Top