MPU9255
MPU9255 Arduino Library
|
](LICENSE)
Arduino library for MPU9255 based modules.
Read acceleration, angular velocity and magnetic field strength on your Arduino board using MPU9255 based IMU module connected via the I2C interface.
Library is compatible with arduino IDE 1.6 or newer.
MPU9255 | Function |
---|---|
VCC | Power supply voltage |
GND | Power supply ground |
SDA | I2C data line |
SCL | I2C clock line |
INT | Interrupt digital output |
FSYNC | Frame synchronisaion digital input** |
** not supported by software. Connect to ground if unused.
Minimal setup:
MPU9255 | Arduino |
---|---|
VCC | Either 3.3V or 5v dependng on the module.** |
GND | GND |
SDA | SDA |
SCL | SCL |
INT | - |
FSYNC | GND |
** MPU9255 requires 3.3V but some modules have 3.3V regulator built in. Please check your module documentation for more details.
https://bill2462.github.io/MPU9255-Arduino-Library/index.html