Skip to content

Releases: kike-canaries/canairio_sensorlib

v0.2.7 rev328

06 Jul 09:43
Compare
Choose a tag to compare
  • 8fb3a43 Sensirion SPS30 library updated
  • 11141ff fixed issue on internal library for SPS30 PM1 variable
  • 3caea0f fix pm1 issue with Panasonic read method

v0.2.5 rev326

27 Jun 11:37
Compare
Choose a tag to compare

| * 9ec5bb9 added i2c force mode flow
| * b295abc added temperature offset implementation for all sensors

v0.2.3 rev302

09 Jun 21:37
2403c5a
Compare
Choose a tag to compare

| * 0292a63 v0.2.3 Panasonic i2c support and more in PR #74
| * a39dffc updated examples with last features and sensors supported
| * 0f9e84a added supported sensors tables and improved comments
| * 91f7843 restored sps30 tests on init bacause without it fails
| * 47cabbf fixed issue on running SPS30 UART tests
| * 7f81ed5 improved SPS30 starting speed and I2C detection messages
| * 34f6648 fixed issue with sps30i2c read when forced only to i2c
| * e1516a3 added SN-GCJA5 sensor via i2c. Fixed issue on i2c only

v0.2.2 rev301

07 Jun 10:23
510da5e
Compare
Choose a tag to compare
  • c19cb2f improve documentation and header
  • 4c81fac fixed ambious byte reference in last pio platform update
  • d3b380c updated libraries dependencies
  • 4654984 fixed int comparation warnning on esp8266 build
  • 1dccb91 improved some delays on auto detection and some init methods
  • 4a8890b added flag for force only i2c detection (improve speed)
  • d74bb61 added example for test Sensirion SPS30 via i2c
  • 658b90d added SPS30 via i2c support and some method refactors

v0.2.1 rev273

20 May 08:03
Compare
Choose a tag to compare
  • Improvements on cm1106uartlib
  • Alpha support for M5CoreInk board
  • Fixed i2c issues for TTGO T-Display boards
  • Added new sensor: BME680
  • Sample time is transferred to SCD30 interval time
  • Calibration method for SCD30

v0.2.0 rev270

10 Mar 14:55
da1c2e3
Compare
Choose a tag to compare
  • Heltec board issues resolved
  • Some documentation issues fixed
  • New CM1106_UART library from @jcomas
  • Tested on CM1106 devices: cm1106 and cm1106sl-ns models by @roberbike
  • migrated old implementation to new with self serial reads
  • tested in real CM1106 device
  • tested in real CM1106SL-NS device

v0.1.9 rev263

25 Feb 11:08
Compare
Choose a tag to compare
  • fixed some initialization issues on SCD30 CO2 sensor
  • fixed some documentation issues for Heltec board
  • tests ok on new Heltec board model, thanks to user @roberbike

v0.1.7 20210122 new CO2 sensors++

22 Jan 20:17
01ae9e9
Compare
Choose a tag to compare
  • Exposed public sub-libraries objects, sps30, aht10, etc.
  • Added old DHT sensors
  • Added CO2 sensors: MHZ19, SCD30, CM1106
  • Added SDS011 particle meter
  • Added examples for all sensors
  • fixed some issues with dtype flag

[rev132](v0.1.6) 20201217

16 Dec 23:46
Compare
Choose a tag to compare
  • added i2c support for sensors BME280, SHT31, AHT10, AM2320.
  • added initial support for old sensors DHT22 on pin 23
  • added advanced example for Sensirion (suspend/wakeup)
  • added access to special objects, like sps30, aht10 of sub-libraries
  • added CI on the root (for build examples on esp32/8266)

[rev088] (v0.1.4) 20201114

13 Nov 23:31
4ce4c71
Compare
Choose a tag to compare
  • fixed some issues on Panasonic initialization
  • resolved issue #17
  • added serial auto selection for each architecture: Atmel, AVR, esp32, esp8266 and others
  • esp8266 support (it has a possible issue with software serial)
  • documentation