Skip to content

SPI python example for handling multiple ADXL345s

Notifications You must be signed in to change notification settings

deadeyesky/ADXL345-SPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ADXL345-SPI

This code is a work in progress. As of February 4th, 2020, this code is still being worked on. This is an SPI python example for handling multiple ADXL345s on the Raspberry Pi. This code is designed to operate a maximum of 3200 Hz data sampling rate, and a minimum of 0.1 Hz. The user can designate the data acquisition rate, the g-gorce acceleration sensitivity, and also whether or not the user wants to output the data into a csv or some other delimited file. Excel compatability will be created soon. C++ code will be uploaded eventually. This library requires the following modules to pe installed:

  • spidev
  • RPi.GPIO
  • datetime

To install spidev, simply type pip install spidev in pip. To install datetime, do the same thing: pip install datetime

About

SPI python example for handling multiple ADXL345s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages