theCore-embedded / theCore

theCore: C++ embedded framework
https://forgge.github.io/theCore
Mozilla Public License 2.0
81 stars 23 forks source link

Implement driver for MMA8451Q, Freescale inertial sensor #381

Open forGGe opened 6 years ago

forGGe commented 6 years ago

The MMA8451Q is a smart, low-power, three-axis, capacitive, micromachined accelerometer with 14 bits of resolution. It uses I2C to communicate with MCU.

The MMA8451Q is placed on FRDM-KE02Z board, so example must be provided that works with that board.

To be able to evaluate the driver, I2C must be done in KE02 platform.

Datasheet: https://www.nxp.com/docs/en/data-sheet/MMA8451Q.pdf

Roadmap:

Related issues: