BMP280-arduino-library icon indicating copy to clipboard operation
BMP280-arduino-library copied to clipboard

This BMP280 sensor library uses I2C communication with Arduino/ESP8266 and read the Temperature( degC) , Pressure (mBar) and Altitude (m).

Results 7 BMP280-arduino-library issues
Sort by recently updated
recently updated
newest added

I can't get the code to send any information to the serial monitor. I eventually need to send it as a data file to a separate micro sd. please send...

1. ADC values were summing inside `uint8_t` variable and overflowing. Added explicit type conversion to `uint32_t` 2. Wire lib for some platforms (Arduino nano e.g.) don\`t have `begin(sdaPin, sclPin)` method....

At compile time, I have the following errors: Arduino : 1.6.10 (Mac OS X), Carte : "Arduino Duemilanove or Diecimila, ATmega328" /Users/nb/Dropbox/arduino/libraries/BMP280-Arduino-Library/BMP280.cpp: In member function 'char BMP280::begin(int, int)': /Users/nb/Dropbox/arduino/libraries/BMP280-Arduino-Library/BMP280.cpp:33:26: error:...

This function causes build to fail at least on recent platformio (presumably recent arduino framework?) on atmega328 based Arduino board.

Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and...

BMP280.cpp: In member function char BMP280::begin(int, int) BMP280.cpp: 33:26: error: no matching function for call to 'TwoWire::begin(int&, int&) Wire.begin(sdaPin,sclPin) BMP280.cpp:33: note candidates are BMP280.cpp:19: In file included from Wire.h:52: note...

Hi, I'm using the adafruit bmp 280 for some pressure measurements for a rocket launch. The problem is that when I run the below code nothing gets printed to the...