10 years, 5 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?

Showing code or schematic will help a lot. Maybe pics of setup?

posted by Christian Lerche 28 Nov 2013

1 Answer

10 years, 5 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.

  1. include "mbed.h"
  2. include "mpu6050.h"
  3. include "mpu6051.h"
posted by Oyenike Adigun 03 Dec 2013

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 !!

More Info = More help received.

posted by ceri clatworthy 03 Dec 2013