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

Doc update: Generic BMP280 usage instead of Adafruit BMP280. #2

Open
evgkarasev opened this issue Aug 15, 2017 · 0 comments
Open

Doc update: Generic BMP280 usage instead of Adafruit BMP280. #2

evgkarasev opened this issue Aug 15, 2017 · 0 comments

Comments

@evgkarasev
Copy link

evgkarasev commented Aug 15, 2017

There is a huge choice of cheap BMP280 Barometric Pressure Sensor Breakout Boards on Amazon, eBay or AliExpress like these ones:
https://www.amazon.com/Wrisky-GY-BMP280-3-3-Pressure-Precision-Atmospheric/dp/B01KZ6S06O
https://www.aliexpress.com/item/I2C-SPI-BMP280-3-3-Digital-Barometric-Pressure-Altitude-Sensor-High-Precision-Atmospheric-Module-Replace-BMP180/32681667220.html

You can use it instead of original Adafruit BMP280, the only thing you need is using the following pinout:

VCC -> +3.3V (J8 pin 1)
GND -> Ground (J8 pin 9)
SCL -> I2C1 SCL (J8 pin 5)
SDA -> I2C1 SDA (J8 pin 3)
CSB -> to +3.3V through a pull-up resistor (I2C bus selection if HIGH)
SDO -> to +3.3V through a pull-up resistor (0x77 I2C bus addr selection if HIGH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant