Hi team,
I am integrating bmp180 and mpu6050 into a beacon code.While integrating,I am getting the following error
"NRF_ERROR_MODULE_ALREADY_INITIALIZED".
Please help me to solve this issue.
Thanks in advance!
Hi team,
I am integrating bmp180 and mpu6050 into a beacon code.While integrating,I am getting the following error
"NRF_ERROR_MODULE_ALREADY_INITIALIZED".
Please help me to solve this issue.
Thanks in advance!
MODULE ALREADY INITIALIZED
So don't try to initialise it when it is already initialised!
If it is not initialised,mpu sensor is not working properly.Please help me to solve !
If it wasn't already initialised, you wouldn't get that error!
If it wasn't already initialised, you wouldn't get that error!
Although ISTR that, with some Nordic APIs, this "error" (sic) is benign - so it can just be ignored.
You need to find where this is happening in your code, and see if it actually is a problem.
Use the debugger!