• Two sensors
- one 3-axis accelerometer, one magnetometer• Uses I2C to communicate•3.3V max chip, but added circuitry makes it 5V safe• Library Available Here • For the LSM303 datasheet click here He told you "" Go West, young maker!""
- but you don't know which way is West! Ah, if only you had this triple-axis accelerometer/magnetometer compass module. Inside are two sensors, one is a classic 3-axis accelerometer, which can tell you which direction is down towards the Earth (by measuring gravity). The other is a magnetometer that can sense where the strongest magnetic force is coming from, generally used to detect magnetic north. By combining this data you can then orient your project! Adafruit based this breakout on the latest version of this popular sensor, the LSM303DLHC. This compact sensor uses I2C to communicate & its very easy to use. Since it's a 3.3V max chip, they added circuitry to make it 5V-safe logic & power, for easy use with either 3 or 5V microcontrollers. Simply connect VCC to +3-5V & ground to ground. Then read data from the I2C clock & data pins. There's also a Data Ready & two Interrupt pins you can use Check the LSM303 datasheet for details click here If using with an Arduino, its extra-easy to get started as Adafruit already wrote a nice little Arduino library to get you started click here Simply download their library & connect the SCL pin to your Arduino's I2C clock pin, & SDA pin to your Arduino's I2C data pin & upload the test program to read out accelerometer & magnetic field data.