RPi2 PyBoard and I2C

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
LRonHorse
Posts: 9
Joined: Thu Aug 13, 2015 10:20 am
Location: St Ives Cambridgeshire
Contact:

RPi2 PyBoard and I2C

Post by LRonHorse » Tue Sep 22, 2015 3:33 pm

Hi there
Just wondering if anyone around here has tried getting a Raspberry Pi 2 and a PyBoard to communicate over I2C.

Cheers

LRon

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: RPi2 PyBoard and I2C

Post by pythoncoder » Tue Sep 22, 2015 4:09 pm

No, but I gather the Pyboard I2C slave mode is not yet fully developed so if possible run it as the master (which works well).
Peter Hinch
Index to my micropython libraries.

User avatar
LRonHorse
Posts: 9
Joined: Thu Aug 13, 2015 10:20 am
Location: St Ives Cambridgeshire
Contact:

Re: RPi2 PyBoard and I2C

Post by LRonHorse » Tue Sep 22, 2015 10:11 pm

OK, thanks for that. I'll do some investigation and see where it gets me.

Cheers

LRon

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

Re: RPi2 PyBoard and I2C

Post by dhylands » Tue Sep 22, 2015 10:41 pm

My recollection is that linux doesn't have particularly good I2C slave support either (but that was a few years ago)

Post Reply