Skip to content

UnremittingEncore/ESP_MPU6050_Calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP32_MPU_6050 Noise Reduction using Kalman Filters

Project built upon by using this link https://RandomNerdTutorials.com/esp32-mpu-6050-web-server/

Kalman Filter Link https://github.com/jarzebski/Arduino-KalmanFilter

Project Overview

  • We use Server-Sent Events to update all the readings.
  • The 3D object is created using a JavaScript library called three.js.

Update Network Credentials (in the Arduino sketch)

// Replace with your network credentials
const char* ssid = "REPLACE_WITH_YOUR_SSID";
const char* password = "REPLACE_WITH_YOUR_PASSWORD";

Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published