Pyboard Node for I2S and I2C

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
55thSwiss
Posts: 5
Joined: Sun Dec 09, 2018 3:02 pm

Pyboard Node for I2S and I2C

Post by 55thSwiss » Sun Dec 09, 2018 3:06 pm

Hi All,

I'm interested in using the MicroPython as a sensor node to collect data that will be transffered to a RPi, processes, and sent to the cloud. I'm wondering can you connect the MicroPython to an I2S and I2C sensor? Does anyone have information about this, pin outs, code snippets, or other resources? Thank you all!

User avatar
Meekdai
Posts: 45
Joined: Mon Jan 29, 2018 12:45 pm

Re: Pyboard Node for I2S and I2C

Post by Meekdai » Mon Dec 10, 2018 1:23 am

The following document may be useful to you.
http://docs.micropython.org/en/latest/l ... e.I2C.html

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

Re: Pyboard Node for I2S and I2C

Post by pythoncoder » Mon Dec 10, 2018 7:48 am

Currently I2S on the Pyboard is unsupported.
Peter Hinch
Index to my micropython libraries.

55thSwiss
Posts: 5
Joined: Sun Dec 09, 2018 3:02 pm

Re: Pyboard Node for I2S and I2C

Post by 55thSwiss » Thu Dec 13, 2018 4:51 am

I kind of thought that would be the case for I2S. Thank you for the link on I2C documentation. Can't wait to get going with this, I want to do away with my Arduino's!

Post Reply