Skip to content

edgeimpulse/adxl345-edge-impulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.cpp
  • adxl345.h
  • binary.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.

Original library created by Kenneth Lim kennethlimcp@gmail.com

About

Particle library for the Analog Devices ADXL345 hosted by Edge Impulse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published