Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 12 months ago.
High Temperature value.
what could have happened,i am working with two IMUs and i got a normal temperature for the first sensor but the second one has been very small or too large. what could have been the cause?
1 Answer
10 years, 12 months ago.
What is the sensor Datasheet or URL please
Circuit diagram & code,
then users will reply !!
I am using MPU 6050. then i am using using two of it. i named the 1st one as mpu6050 and 2nd one as mpu6051.
- include "mbed.h"
- include "mpu6050.h"
- include "mpu6051.h"
How have you connected them,
can you swap-out first/second ?
does the fault stay with first, second chip ??
If you have the device on the same I2C or SPI bus (tell us) then contention will occur, if you are using the same address for I2C or address pin SPI.
If you are using LPC11U24, then you might only have one I2C/SPI port !!