Pin outs

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
nigelibrown
Posts: 2
Joined: Thu May 01, 2014 9:50 am

Pin outs

Post by nigelibrown » Thu May 01, 2014 11:22 am

Where can I find a detailed description of all the available edge connections?

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

Re: Pin outs

Post by dhylands » Thu May 01, 2014 7:31 pm

This file: https://github.com/micropython/pyboard/ ... YBv10b.pdf has a bunch of key information on the board itself.

Page 1 - schematics of the pyboard
Page 2 - shows some of the functions available for each pin
Page 5 & 6 show 3D views of the board (of course if you have the real board, presumably it looks the same)

Using the schematics and the functions from Page 2, you can get really detailed information from the STM32F405 datasheet, but that's like 1700 pages, and not something I would recommend looking at for most people.

Can you describe what you're trying to figure out? I can then probably direct you or provide the information.

Post Reply