An open API service indexing awesome lists of open source software.

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

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 |