I2C problems?

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Post Reply
User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

I2C problems?

Post by kfricke » Tue Feb 09, 2016 10:45 pm

I do stumble across sporadic I2C OSErrors:

Code: Select all

OSError: the requested operation failed
They do occur after not reproducible times and always do yield from I2C send commands. I can see them with my SSD1306 displays and some sensors (MCP9808 and HDC1008).

Initially i did believe the issue #1765 had to do with this, but i do use today's firmware on my WiPy. And tbh I do not even know if that has influence on the CC3200 platform.

Should i try to file a bug report or is this a already known issue i could contribute to?

User avatar
danicampora
Posts: 342
Joined: Tue Sep 30, 2014 7:20 am
Contact:

Re: I2C problems?

Post by danicampora » Tue Feb 09, 2016 11:12 pm

Hi!

Please file a bug report as until now there are no known issues with I2C.

Thanks!

Cheers,
Daniel

User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: I2C problems?

Post by kfricke » Wed Feb 10, 2016 12:57 pm

Filed: #1836

User avatar
danicampora
Posts: 342
Joined: Tue Sep 30, 2014 7:20 am
Contact:

Re: I2C problems?

Post by danicampora » Tue Feb 23, 2016 8:45 pm

Can you check if this still persists on the latest release: https://github.com/wipy/wipy/releases/tag/1.2.0 ? Thanks!

User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: I2C problems?

Post by kfricke » Wed Feb 24, 2016 5:26 pm

I will try to find some time during this week's workdays. But by the weekend you will get my feedback.

User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: I2C problems?

Post by kfricke » Sun Feb 28, 2016 2:13 pm

Sorry Daniel, but the recent builds are still trowing the same OSError after a random amount of iterations of sensor readings (36 to 327 over 12 tests). I did try the following firmware versions:

Code: Select all

MicroPython v1.6-89-g440d33a on 2016-02-27; WiPy with CC3200
and

Code: Select all

MicroPython v1.6-93-g8a18084 on 2016-02-28; WiPy with CC3200
From my perspective nothing has changed.

nui_de
Posts: 40
Joined: Fri Oct 23, 2015 3:27 pm

Re: I2C problems?

Post by nui_de » Fri Mar 25, 2016 8:04 pm

Hi !

I got the same problem with I2C and OSError - please try to solder the data and clock line and
tell me if the problem is solved.

Post Reply