niru-5
niru-5
Hi @chefseg and @marcofariasmx I believe a bit more clarification is required for the figure 8 movement. The movement could be seen in the following videos [video 1](https://www.youtube.com/watch?v=sP3d00Hr14o&ab_channel=ecompass3) The user...
Hi, I don't think I have included the functionality of resetting to zeros at an initial position. However, I do see that this could be useful in some applications. I...
Hi, Could you elaborate a bit more? ```pip install smbus``` Does running the above command throw error? Thank You, Niru
Hi, Did you calibrate your Mag sensor? If yes, did you rotate the sensor in 8 direction while calibration? Were you getting any values without calibration? The issue seems similar...
Hi @marcofariasmx, In MagApprox() Looks like the values captured by mag during the calibration process do not change much. The code for the function is [here](https://github.com/niru-5/imusensor/blob/488aebe2dec012f1813ab94195afa7e8af177814/imusensor/MPU9250/MPU9250.py#L350) We get nan values...
Hi @marcofariasmx, Could you check if you are getting any mag values without calibration? This will show if the mag sensor is being accessed or not. ``` import os import...
Hi @marcofariasmx, All the address and config values are present in this file -> [link](https://github.com/niru-5/imusensor/blob/master/imusensor/MPU9250/config.py). If you have the specific data sheet for that sensor, you can accordingly change those....
Hi Patrick, In the above error, the last three lines showcase the mean acceleration across various axes -> [9.416180537422752, -10.05599768734264] -> +- x-axis [8.000009931792171, 9.165764213321125] -> +- y-axis [-7.225422289768825] ->...
Hi, I have updated the package with a small change in the calibration of accelerometer. You can get it by the following command ```pip install --upgrade imusensor``` or in your...
It is strange to see such drastic changes. Were the values any better after calibration? About accessing DMP and a lot of its features, I will be working on it...