micropython-bmp180 icon indicating copy to clipboard operation
micropython-bmp180 copied to clipboard

micropython-bmp180 is a module for micropython which provides a class for the BMP180 pressure sensor

Results 6 micropython-bmp180 issues
Sort by recently updated
recently updated
newest added

As far as I can see in the docs, the start() method has always been a "primitive method" that sends a start bit and it is not needed in the...

Just a small fix for the pin assignments on the ESP8266 in the example code in README.md.

The comment in the pressure method is incorrect. Looking at the datasheet, the math returns the value in pascals not mbars as stated. See * https://github.com/micropython-IMU/micropython-bmp180/blob/775d5292939c3c11ab950910026489a52594ce45/bmp180.py#L148 * https://www.waveshare.com/w/upload/f/fd/BST-BMP180-DS000-09.pdf

Hi, first of all, excelent library! Helps a lot to get started with MicroPython and the ESP8266... For some reason, I'm having troubles to make this work...Whenever I read temperature,...

Hello, I am trying to use the BMP180 to read temperature and pressure on ESP8266. When I try to instantiate the object I got this error: `>>> bus = I2C(scl=Pin(12),...

Pressure measurement returns a '0' value. Temperature is OK This happens on ESP8266-20180511-v1.9.4.bin. On ESP8266-20170823-v1.9.2.bin and previous versions, this was OK. After reloading one of the previous versions on the...