Open fsafa001 opened 7 years ago
Need a little more information.
Can you read the WHO_AM_I register of the MPU9250?
On Thu, Jan 26, 2017 at 6:03 PM, fsafa001 notifications@github.com wrote:
Hello Mr Kris, i am working with MPU9250 with the new nrf52832 development board i am having an issue with the initialization of the MPU9250 function every time i compile and upload it to the board it doesn't work the program stop running at initMPU9250() function. I was hopping if you could help me what going wrong.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/nRF51822_IoT_Breakout/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qpB0nc5RdxiDJyF9mwk5aByhlTBSks5rWVBxgaJpZM4LvXbI .
yes i was able to read the WHO_AM_I and the self test was working
OK, then what is the symptom? What is the specific problem besides doesn't work or stops?
On Thu, Jan 26, 2017 at 6:17 PM, fsafa001 notifications@github.com wrote:
yes i was able to read the WHO_AM_I and the self test was working
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/nRF51822_IoT_Breakout/issues/3#issuecomment-275573463, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qmpDm9bQpsX10FB4ToAnaGDJLSrrks5rWVPSgaJpZM4LvXbI .
so everytime i call the initMPU9250() function nothing happens
is it possible that maybe one of the configuration inside that function is not working?
Put in some serial diagnostics then, where does it stop?
On Thu, Jan 26, 2017 at 6:24 PM, fsafa001 notifications@github.com wrote:
is it possible that maybe one of the configuration inside that function is not working?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/nRF51822_IoT_Breakout/issues/3#issuecomment-275574236, or mute the thread https://github.com/notifications/unsubscribe-auth/AGY1qiYRGU3db4vZTzvXSFJLYjYrHpFCks5rWVVdgaJpZM4LvXbI .
Hello Mr Kris, i am working with MPU9250 with the new nrf52832 development board i am having an issue with the initialization of the MPU9250 function every time i compile and upload it to the board it doesn't work the program stop running at initMPU9250() function. I was hopping if you could help me what going wrong.