Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while creating object #10

Open
lormayna opened this issue Aug 12, 2019 · 1 comment
Open

Error while creating object #10

lormayna opened this issue Aug 12, 2019 · 1 comment

Comments

@lormayna
Copy link

lormayna commented Aug 12, 2019

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

@faithhunja
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants