Q: I2C on Nucleo F401

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
ubiq_01
Posts: 26
Joined: Mon Feb 08, 2016 1:45 pm
Location: Dresden, Germany

Q: I2C on Nucleo F401

Post by ubiq_01 » Mon Feb 08, 2016 1:51 pm

Is there anybody actively using the Nucleo MicroPython port? I'm using the nuraci source tree refered to from
https://github.com/micropython/micropyt ... LEO-F401RE and that works well in general. I have trouble
using the I2C functionality though. Specific questions are:
Which pins to use (I use PB8/PB9 on the Arduino header)?
Any specific additional initialization needed? (i2c.scan() doesn't find a peripheral, whereas it does with the same one on the pyboard)

I'd also be interested in getting into direct email interaction with the developer(s)/user(s) of the Nucleo port.

best regards
Ralf

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Q: I2C on Nucleo F401

Post by dhylands » Mon Feb 08, 2016 5:46 pm

It looks like the 401 is suffering from the same issue as the 411 on the PYBLITEV10.

See: http://forum.micropython.org/viewtopic.php?f=6&t=1363

Post Reply