Skip to content

Commit

Permalink
rev338 v0.3.9 New BMP280 sensor and BME290 issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Nov 28, 2021
1 parent 4d3c6c4 commit d467acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=CanAirIO Air Quality Sensors Library
version=0.3.8
version=0.3.9
author=@hpsaturn, CanAirIO project <[email protected]>
maintainer=Antonio Vanegas <[email protected]>
url=https://github.com/kike-canaries/canairio_sensorlib
Expand Down
7 changes: 3 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ upload_speed = 1500000
monitor_speed = 115200
monitor_filters = time
build_flags =
-D SRC_REV=337
-D SRC_REV=338
-D CORE_DEBUG_LEVEL=0
lib_deps =
adafruit/Adafruit Unified Sensor @ 1.1.4
adafruit/Adafruit Unified Sensor @ 1.1.4
adafruit/Adafruit BME280 Library @ 2.2.1
adafruit/Adafruit BMP280 Library @ 2.4.3
adafruit/Adafruit BME680 Library @ 2.0.1
Expand All @@ -27,13 +27,12 @@ lib_deps =
paulvha/sps30 @ 1.4.11
wifwaf/MH-Z19 @ 1.5.3
sparkfun/SparkFun SCD30 Arduino Library @ 1.0.10
sensirion/Sensirion Core @ 0.5.3
sensirion/Sensirion Core @ 0.5.3
sensirion/Sensirion I2C SCD4x @ 0.3.1
https://github.com/hpsaturn/DHT_nonblocking.git
https://github.com/paulvha/SN-GCJA5.git
https://github.com/jcomas/S8_UART.git
https://github.com/jcomas/CM1106_UART.git
; hpsaturn/CanAirIO Air Quality Sensors Library

[esp32_common]
platform = espressif32
Expand Down

2 comments on commit d467acb

@roberbike
Copy link
Member

@roberbike roberbike commented on d467acb Dec 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BMP280 on TTGO T7 tested and does not work. It is detected like BME280

-->[BTLE] GATT server ready. (Waiting for client)
-->[INFO] InfluxDb API: 0
-->[OGUI] starting task loop
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] new sample time: 5
-->[WIFI] starting PAX counter sniffer..
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C

@hpsaturn
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, we need re-open this issue, because you and the other user comment it, the fix does not work

Please sign in to comment.