adxl345-edge-impulse (community library)
Summary
| Name | Value |
|---|---|
| Name | adxl345-edge-impulse |
| Version | 1.0.0 |
| Installs | |
| License | MIT |
| Author | Edge Impulse Inc. |
| URL | https://edgeimpulse.com |
| Repository | https://github.com/edgeimpulse/adxl345-edge-impulse |
| Download | .tar.gz |
| All Versions | 1.0.0, 0.0.2, 0.0.1 |
Edge Impulse ADXL345 Library for Particle devices
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
Edge Impulse ADXL345 Library for Particle devices
Install
User Particle tools to install this library into your project. Either Workbench IDE or Particle CLI works. Alternative option is to copy / paste following files into your project:
adxl345.cppadxl345.h
Example
The included example shows how to retrieve data from the sensor and forward the data over serial. When using the Edge Impulse CLI tools data can forwarded into your project directly.
Further info
Running inference on a Particle device
Edge Impulse enabled running neural networks on Particle hardware. Follow this example on how to train and build an Edge AI model and deploy it to a Particle device.
Use the data forwarder to upload sensor data directly into your project
Using the data-forwarder example, sensor data can be uploaded to an Edge Impulse studio project directly. This docs page explains how to hook up hardware to Edge Impulse studio.
Browse Library Files