Quote:
Originally Posted by ArtemusMaximus
I actually used it last year for that sensor, but didn't think of it to be any use for different sensor.
Thank you for quick replies.
|
The pinouts are slightly different between the two devices, however you'll still use the same interface SDA,SCL,VIN,GND to communicate via I2C. This guide is a great tutorial as to how to connect those pins into the Core Device Interface Module.
I think that a great place to start with this sensor would be the simple Arduino tutorial found
here https://learn.adafruit.com/adafruit-...ensor?view=all
For more details on this sensor, check out the
datasheet which will give you the I2C address specifications (Page 90) as well as commands to get data from the sensor.