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!
I am integrating bmp180 and mpu6050
So is that code that's already working in another nRF project?
Remember: we can't read your mind; we don't know what you're doing; we don't know what you've done; we can't see your screen.
You haven't said what chip, or SDK, or toolchain or IDE you're using.
Please help me to solve this issue
So what testing / investigation / debugging have you done?
Like Andrew says,
the information you gave is not enough for us to help you.
It seems to me that you have a logic somewhere which is conditional and initializes your module twice. Please attach same code samples or the file that gives you this error.