hi i have made gate opener for my farm, i am using MPU9250 and nrf52 to measure how much degree its open
i am putting my MPU in cycle mode to wake up and take data, but it consumes ~3.2ma when sense some of the vibration, i have checked if LPF, acclero G and others effect, but changing those effect my angle measurement
i wanted to reduce my battery consuption and making sure its angel measurement working all time
i have Tried with these settings mention below
1- i have set Acclero configration - @8G getting random values, on 4G getting exact values and on 2g miss some of values
2-acclero config2 - when set the 0x0E, getting the exact values, 0x08- random values, 0x0D- some of the random values
3- PWR_MGMT_1 - cycle mode - getting right values and in sleep mode no values occuars
when sleep its not taking any value, but i wanted to take a value to make sure my door is open or closed or how much opened.
i have to make sure that my battery would last for couple of years but in this scenario, my battery will standing till couple of months only as i am usin 2400mah battery
i have made my enclosure, so changing battery is not an option, i am making this as iot project
thanks in advance..