Two LSM303 on the same I2C-ports?

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Qpix
 
Posts: 1
Joined: Mon Dec 08, 2014 4:22 pm

Two LSM303 on the same I2C-ports?

Post by Qpix »

Hi,
I would like to build a magnetic gradiometer from two LSM303 with a fixed distance inbetween them. I havent understood, though, if it possible to adress them on the same I2C-ports on my Arduino Uno or if their adresses are fixed.
Regards,
Goran

User avatar
Franklin97355
 
Posts: 23910
Joined: Mon Apr 21, 2008 2:33 pm

Re: Two LSM303 on the same I2C-ports?

Post by Franklin97355 »

According to the datasheet the address seem to be fixed so you could not use them on the same i2c bus but you might get them to work if you use software i2c http://playground.arduino.cc/Main/SoftwareI2CLibrary

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”