Skip to content

Commit b026e23

Browse files
committed
feat: BMP280 support
1 parent a5aaeab commit b026e23

File tree

8 files changed

+1658
-9
lines changed

8 files changed

+1658
-9
lines changed

README.adoc

+10-8
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,15 @@ NOTE: In the future, you'll be able to use Klipper sensors/thermistors to provid
5555
.Supported Sensors
5656
[%autowidth]
5757
|===
58-
| Sensor | Measures
59-
| AHT{10, 20, 21} | Humidity, Temperature
60-
| BME280 | Humidity, Temperature, Pressure
61-
| BME680, BME688 | Humidity, Temperature, Pressure footnote:[This specific multi-sensor has a gas sensor, but does not reliably detect VOCs relevant to 3D printing.]
62-
| HTU2xD | Humidity, Temperature
63-
| SGP30 | Volatile Organic Compounds footnote:[SGP40 is preferred, but this should be functional.]
64-
| SGP40 | Volatile Organic Compounds
58+
| Sensor | Measures | Notes
59+
| AHT{10, 20, 21} | Humidity, Temperature |
60+
| BMP280 | Temperature, Pressure | Do not use; does not measure humidity.
61+
footnote:[Only supported to detect when someone inadvertently uses a BMP280 instead of a BME280.]
62+
| BME280 | Humidity, Temperature, Pressure |
63+
| BME680, BME688 | Humidity, Temperature, Pressure | Cannot use gas sensor. footnote:[This specific multi-sensor has a gas sensor, but does not reliably detect VOCs relevant to 3D printing.]
64+
| HTU2xD | Humidity, Temperature |
65+
| SGP30 | Volatile Organic Compounds | Deprecated. footnote:[SGP40s are preferred, but SGP30s should still be functional.]
66+
| SGP40 | Volatile Organic Compounds |
6567
|===
6668

6769
[#supported-displays]
@@ -845,7 +847,7 @@ If you would like to limit the maximum speed of the fan, e.g. to reduce noise, x
845847
== Credits
846848
847849
* https://github.com/julianschill/klipper-led_effect[Julian Schill] - installation script (derived)
848-
* https://github.com/boschsensortec/BME280_driver[Bosch Sensors] - BME280, BME68x library (included)
850+
* https://github.com/boschsensortec/BME280_driver[Bosch Sensors] - BMP280, BME280, BME68x library (included)
849851
* https://github.com/sciosense/ENS160_driver[ScioSense] - ENS160 library (referenced)
850852
* https://github.com/Sensirion/embedded-sgp[Sensirion] - SGP30 library (referenced)
851853
* https://github.com/Sensirion/gas-index-algorithm[Sensirion] - SGP40 gas index library (included)

0 commit comments

Comments
 (0)