Descripción
BMP280. Modulo sensor de presión atmosférica
BMP280
El BMP280 es un reemplazo de mayor precisión a los anteriores BMP180 y BMP085, menor consumo y menor tamaño, a la vez que mantiene su bajo coste, incluso inferior a los modelos anteriores.
Para presión atmosférica / altímetro es de 300hPa a 1110 hPa, equivalente a una altitud de -500m a 9000m sobre el nivel del mar. Con una precisión absoluta de ±1.0C y de 1.0 hPa, y la relativa de 0.12 hPa, equivalente a una precisión en altitud de aproximadamente ±1m.
SPI
- SCK – This is the SPI Clock pin, its an input to the chip
- SDO – this is the Serial Data Out / Master In Slave Out pin, for data sent from the BMP183 to your processor
- SDI – this is the Serial Data In / Master Out Slave In pin, for data sent from your processor to the BME280
- CS – this is the Chip Select pin, drop it low to start an SPI transaction. Its an input to the chip
I2C
- SCK – this is also the I2C clock pin, connect to your microcontrollers I2C clock line.
- SDI – this is also the I2C data pin, connect to your microcontrollers I2C data line





