Skip to content

Releases: Sensirion/arduino-ble-gadget

1.4.1

18 Dec 14:53
f39b5a4
Compare
Choose a tag to compare

Bugfix 1.4.1 (fix version for dependency to sensirion upt core lib to be >=0.5.1)

Release 1.4.0

12 Dec 12:29
9e78af1
Compare
Choose a tag to compare

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

19 Jun 10:52
c3491bb
Compare
Choose a tag to compare

Fixed

  • Change string import to from <string.h> to
  • Reporting age for latest samples needs to be in milli-seconds

Release 1.3.1

22 Apr 09:17
Compare
Choose a tag to compare

see CHANGELOG.md

Release 0.14.0

03 Jun 12:50
Compare
Choose a tag to compare
  • 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

15 Feb 10:19
Compare
Choose a tag to compare

Added

  • SEN54 Example code and tutorial
  • SEN55 Example code and tutorial
  • SVM41 Example code and tutorial