Skip to content

Record accelerometer data from an Arduino Nano 33 Sense BLE to an SD Card

Notifications You must be signed in to change notification settings

steventine/Arduino_Nano_Sense_Data_Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Arduino_Nano_Sense_Data_Logger

Log accelerometer data from an Arduino Nano 33 Sense BLE to an SD Card

The initial version started from the Adafruit_LSM9DS1 sample but then added in the writing to the SD card.

There are a few changes made to the stock Adafruit_LSM9DS1 library to increase the read rate to about 3-4ms per read. Mainly:

  • Adafruit_LSM9DS1::getEvent - Was enhanced to only read the Accel, Gyro and Mag registers if the caller wanted that data
  • The SENSORS_GRAVITY_STANDARD define was changed to 1.0f so that accelerometer data was returned in Earth Gs (instead of m/s/s)

About

Record accelerometer data from an Arduino Nano 33 Sense BLE to an SD Card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages