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

Error while creating object

Open lormayna opened this issue 6 years ago • 1 comments

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), sda=Pin(13), freq=100000)

bmp180=BMP180(bus) Traceback (most recent call last): File "", line 1, in File "bmp180.py", line 47, in init OSError: [Errno 110] ETIMEDOUT`

Could you help me solving the issue? Thank you

lormayna avatar Aug 12 '19 14:08 lormayna

Got the same error, then realized I had a loose connection. Even after fixing that, the error was still there. However, I burnt the firmware again onto the ESP8266 and it worked well.

faithhunja avatar Sep 11 '19 09:09 faithhunja