We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: