Hi All
I am facing some issues in BMP280 if anyone has an idea about this please help me in this.
I am using Adafruit BMP280 Temperature sensor breakout board with Raspberry Pi 3 Model B.
I am using OS- Android things.
I am using library: https://github.com/androidthings/driver ... ter/bmx280
I am using 1.5 meter cable for connection because I have to put this sensor module in a refrigerator.
Hardware connections-
5V - 5V
Gnd- GND
SCK- SCL pin of RPI
SDI- SDA pin of RPI
Temperature sensor is working but intermittently sensor gives
sensor changed: -135.9237
sensor changed: 179.63043
sensor changed -128.93599
sensor changed- 188
sensor changed: -85.969574
sensor changed: -88.873665
sensor changed: -88.873665
sensor changed: 46.929432
sensor changed: 46.929432
sensor changed: -89.286
sensor changed: -89.286
values continuously for sometime. After some period of time, it starts giving correct temperature automatically. I do not know the reason. I have to solve this issue. I am new in this. Can anyone help me in this?