Skip to content

Error while creating object #10

@lormayna

Description

@lormayna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions