You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
Could you help me solving the issue?
Thank you
The text was updated successfully, but these errors were encountered: