Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: add temperature and pressure sensor BMP180 (and BMP085) #458

Closed
thoherr opened this issue Mar 2, 2024 · 0 comments
Closed
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@thoherr
Copy link
Contributor

thoherr commented Mar 2, 2024

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.

@thoherr thoherr added the enhancement New feature or request label Mar 2, 2024
@thebentern thebentern added the good first issue Good for newcomers label Mar 2, 2024
@garthvh garthvh transferred this issue from meshtastic/firmware Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants