Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

BMP280 support #13

Closed
wants to merge 8 commits into from
Closed

BMP280 support #13

wants to merge 8 commits into from

Conversation

bastienwirtz
Copy link

Add support for the BMP280 sensor, based on the Adafruit BMP280 C++ driver implementation. (https://github.com/adafruit/Adafruit_BMP280_Library)

bastienwirtz and others added 4 commits December 13, 2015 15:40
I added a raw-pressure variable. raw_temp was incorrectly used to calculate the pressure (and consequently the altitude). I also changed self.cal_p6 to self.cal_p5 on new line 135 as is stated in the BMP280 datasheet.
Correction to Pressure Calculation
@pdp7 pdp7 mentioned this pull request Jun 4, 2016
@pdp7
Copy link

pdp7 commented Jun 4, 2016

@tdicola Any thoughts on merging this?

This user is looking to use the BMP280 with the Raspberry Pi:
BMP280 SPI CONNECTIONS RASPBERRY

@ladyada
Copy link
Member

ladyada commented Aug 11, 2018

hiya we're closing these issues and archiving this repo because this library has been deprecated!

the bmp085 and bmp180 are no longer made, and are replaced by the bmp280 + friends

we are now only using our circuitpython sensor libraries in python

check out this guide for using the bmp280 with python!
https://learn.adafruit.com/adafruit-bmp280-barometric-pressure-plus-temperature-sensor-breakout

@ladyada ladyada closed this Aug 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants