This provides a PlatformIO project to flash the Arduino Nano33 BLE Sense with firmware suitable for data capture with the SensiML Data Capture Lab.
This code is meant as a reference code for setting up data capture with any Arduino Device. This firmware collects data from the LSM9DS1 9-axis accelerometer only. Other sensors can be added by extending this firmware.
Documentation for using this firmware is provided at SensiML's documentation site
- PlatformIO IDE (or plugin for your favorite IDE, command line interface)
- Arduino Nano33 BLE Sense
- Windows Computer for Data Capture Lab
This project has two output options - BLE or Serial
See sensor_config.h for options to turn on either Audio or the IMU Sensor
To turn on serial debug options set
#define SERIAL_DEBUG 1
Note: When SERIAL_DEBUG is turned on for the BLE application, it will wait to connect to the Serial port before starting