You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "old" BMP180 sensors, which are way cheaper than the currently supported BMP280 and about 1/3 smaller, basically provide the same funcionality as the BMP280. AFAIK, the only significant difference is that the BMP180 only supports I2C, whereas the newer BMP280 also supports SPI (coming with a larger footprint).
The BMP180 is supported by the Adafruit Library for the BMP085, and i already did a first working implementation based on this library.
The changes would basically be an additional entry in TelemetrySensorType in the protobuf repository, and for the firmware the addition of the BMP085 library, a new class BMP085Sensor and some additions in the environmental telemetry code.
The text was updated successfully, but these errors were encountered:
Platform
ESP32
Description
The "old" BMP180 sensors, which are way cheaper than the currently supported BMP280 and about 1/3 smaller, basically provide the same funcionality as the BMP280. AFAIK, the only significant difference is that the BMP180 only supports I2C, whereas the newer BMP280 also supports SPI (coming with a larger footprint).
The BMP180 is supported by the Adafruit Library for the BMP085, and i already did a first working implementation based on this library.
The changes would basically be an additional entry in TelemetrySensorType in the protobuf repository, and for the firmware the addition of the BMP085 library, a new class BMP085Sensor and some additions in the environmental telemetry code.
The text was updated successfully, but these errors were encountered: