Releases: Sensirion/arduino-ble-gadget
Releases · Sensirion/arduino-ble-gadget
1.4.1
Bugfix 1.4.1 (fix version for dependency to sensirion upt core lib to be >=0.5.1)
Release 1.4.0
Added
- Allow to request only the last X samples when doing a data download (implement Requested Samples Characterisitc on Download Service)
Fixed
- use the last 2 Bytes of Mac Address as Device ID in BLE Advertisment (fixes mismatch of logged id and id appearing in MyAmbience as mentiond in #44)
- pin version of NimBLE lib to < 2.0.0 as 2.0.0 is not a proper release and breaks writing to BLE Characteristics
Changed
- increased delay in loop to avoid that data packs are sent too fast during data download
Release 1.3.2
Fixed
- Change string import to from <string.h> to
- Reporting age for latest samples needs to be in milli-seconds
Release 1.3.1
see CHANGELOG.md
Release 0.14.0
- Support CO2 only DIY gadgets
- Support PM1.0, PM2.5, PM4, PM10 data type
- Update examples to use the official Sensirion Arduino drivers
Release 0.13.0
Added
- SEN54 Example code and tutorial
- SEN55 Example code and tutorial
- SVM41 Example code and tutorial