Nano33BLESensor Versions Save

An Arduino library for the Nano 33 BLE Sense that leverages Mbed OS to automatically place sensor measurements in a ring buffer that can be integrated into programs in a simple manner.

1.1.0

1 year ago

Getting to work with latest mbed core

  • Added ArduinoBLE library dependancy to library.properties for examples that require it
  • Removed usage of arm_math and replaced with inefficient RMS function. (ARDUINO PLEASE ADD THESE EFFICIENT MATH FUNCTIONS TO THE BOARD PACKAGE!)
  • Added Thread.h includes to each class as the new board package requires this for some reason (ARDUINO PLEASE DOCUMENT THIS STUFF!)
  • Changed usage of Serial.printf as it does not seem to be apart of the Serial API anymore (ARDUINO WHY!!!)
  • Added version specifiers to the dependencies

1.0.1

3 years ago
  • Fixed compilation issues with several example files.
  • Added compatibility for use with bothArduinoCore-nRF528x-mbedos and ArduinoCore-mbed cores.

1.0.0

3 years ago

The first release that includes examples.