Blake2912 / Vahini-2.0

A Self-Driving Auto-irrigation Electric Vehicle
2 stars 1 forks source link

Class to be created for magnetometer and its functions #15

Open Blake2912 opened 1 year ago

Blake2912 commented 1 year ago

Research on the code for the model of the magnetometer ordered, and write a class which will contain methods that can be called when required and there should be one main method... which should return the orientation of the vehicle w.r.t North or the destination (recommended)

amartyanambiar commented 1 year ago

Magnetometere --> MPU9250

Blake2912 commented 1 year ago

9

amartyanambiar commented 1 year ago

ill find out the program struct of magnetometer readings and stuff. by tomorrow evening ill come up with a code which hopefully work

amartyanambiar commented 1 year ago

MPU9250 Calibration using Python and a Raspberry Pi Computer https://github.com/makerportal/mpu92-calibration

amartyanambiar commented 1 year ago

Accelerometer, Gyroscope, and Magnetometer Analysis with Raspberry Pi Part I: Basic Readings https://makersportal.com/blog/2019/11/11/raspberry-pi-python-accelerometer-gyroscope-magnetometer

amartyanambiar commented 1 year ago

ill find out the program struct of magnetometer readings and stuff. by tomorrow evening ill come up with a code which hopefully work

Looks like the above two resources will help us work with the magnetometer We have to wait for magnetometer i think, bcos the calibration and all has to be done . And we already have code ready for extracting basic readings too

Blake2912 commented 1 year ago

Can you push it here... so that we have something up in our repo

amartyanambiar commented 1 year ago

which sir sent? I will have to look into it then ill push if its the right stuff for us

Blake2912 commented 1 year ago

Cool