https://github.com/guycole/perky-accelerometer
BeagleBone Black using the Adafruit MMA8451 Accelerometer
https://github.com/guycole/perky-accelerometer
accelerometer beaglebone-black i2c mma8451q
Last synced: 4 months ago
JSON representation
BeagleBone Black using the Adafruit MMA8451 Accelerometer
- Host: GitHub
- URL: https://github.com/guycole/perky-accelerometer
- Owner: guycole
- Created: 2022-05-23T02:55:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T23:48:06.000Z (about 4 years ago)
- Last Synced: 2025-04-06T17:52:14.760Z (about 1 year ago)
- Topics: accelerometer, beaglebone-black, i2c, mma8451q
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# perky-accelerometer
BeagleBone Black using the Adafruit MMA8451 Accelerometer
## Introduction
This project is to share my experience using a [BeagleBone Black](https://beagleboard.org/black) to read the [Adafruit Triple Axis Accelerometer](https://www.adafruit.com/product/2019) which relies on the [NXP MMA8451](https://www.nxp.com/products/sensors/accelerometers/2g-4g-8g-low-g-14-bit-digital-accelerometer:MMA8451Q). I am writing this during May, 2022 for the BeagleBone Black (Revision C) using [AM3358 Debian 10.3 2020-04-06 4GB SD IoT](https://debian.beagleboard.org/images/bone-debian-10.3-iot-armhf-2020-04-06-4gb.img.xz)
## Pins
| Header | Pin | Name | Description |
|--------|-----|-----------|-------------------|
| P9 | 1 | DGND | Ground |
| P9 | 4 | VDD_3V3 | Accelerometer Vin |
| P9 | 19 | I2C2_SCL | Accelerometer SCL |
| P9 | 20 | I2C2_SDA | Accelerometer SDA |