SRA-VJTI / sra-board-component

ESP-IDF component for SRA Board
https://sravjti.in/sra-board-component/
MIT License
36 stars 20 forks source link

Add function to calibrate MPU6050 #69

Open gautam-dev-maker opened 1 year ago

gautam-dev-maker commented 1 year ago

As any other IMU, MPU6050 needs to be calibrated before use, this ensures that if there is any offset in the readings (which may be due to position of MPU6050) then it is accounted for.

An example of calibration : https://github.com/kerikun11/micromouse-kerise-v4/blob/master/firmware/src/hardware/imu.h#L125

Ayush-Kaura commented 1 year ago

@RISHI27-dot will be taking up the task

RISHI27-dot commented 1 year ago

Ack.