pyboard pins quick reference

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
User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

pyboard pins quick reference

Post by dhylands » Tue Oct 28, 2014 3:16 pm

For anybody who hasn't seen it, be sure to check out the new quick reference:
http://docs.micropython.org/en/latest/quickref.html

The link is at the top of all of the micropython.org pages (titled Quick-ref)

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

Re: pyboard pins quick reference

Post by pythoncoder » Wed Oct 29, 2014 5:49 pm

Excellent!

Regards, Pete
Peter Hinch
Index to my micropython libraries.

MCHobby
Posts: 52
Joined: Mon Jan 26, 2015 2:05 pm
Contact:

Re: pyboard pins quick reference

Post by MCHobby » Mon Jan 26, 2015 2:10 pm

Hi,
I'm writing some info in french on the board and need some help.
I don't have the board yet but need to know the onboard LED color and feature (from top to bottom).
Some are used while the boot process... which one is it
Could someone share the info with me?

Thank
Dominique

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

Re: pyboard pins quick reference

Post by dhylands » Mon Jan 26, 2015 4:41 pm

Oriented like this: http://micropython.org/resources/pybv10-pinout.jpg

The order (from top to bottom) is Blue, Orange, Green, Red

And the LED #'s are:
1 - Red
2 - Green
3 - Orange
4 - Blule

Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: pyboard pins quick reference

Post by Damien » Tue Jan 27, 2015 1:20 am

Green flashes quickly during boot. Red is used to indicate if the internal file system has unwritten data that is waiting to be written to the flash.

Post Reply