PYB Nano V2 mini board

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.
shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

PYB Nano V2 mini board

Post by shaoziyang » Wed Sep 05, 2018 3:22 am

PYB Nano V2 is a pocket micropython board, with STM32F411 microcontroller and 8MByte Flash.
pybnano_02.jpg
pybnano_02.jpg (83.03 KiB) Viewed 6072 times

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: PYB Nano V2 mini board

Post by deshipu » Wed Sep 05, 2018 9:01 am

That looks like a much more reasonable form factor than the original PyBoard.

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

Re: PYB Nano V2 mini board

Post by pythoncoder » Fri Sep 07, 2018 9:17 am

But with fewer I/O pins...
Peter Hinch
Index to my micropython libraries.

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: PYB Nano V2 mini board

Post by shaoziyang » Fri Sep 07, 2018 10:53 am

pythoncoder wrote:
Fri Sep 07, 2018 9:17 am
But with fewer I/O pins...
And lower cost. :)

loboris
Posts: 344
Joined: Fri Oct 02, 2015 6:19 pm

Re: PYB Nano V2 mini board

Post by loboris » Fri Sep 07, 2018 1:30 pm

shaoziyang wrote:
Wed Sep 05, 2018 3:22 am
PYB Nano V2 is a pocket micropython board, with STM32F411 microcontroller and 8MByte Flash.
It's nice to see you've made your own board.
It would be far more interesting if you give some more information, like schematics, bottom layout, does it have sdcard connector, ...

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: PYB Nano V2 mini board

Post by shaoziyang » Fri Sep 07, 2018 3:32 pm

loboris wrote:
Fri Sep 07, 2018 1:30 pm
shaoziyang wrote:
Wed Sep 05, 2018 3:22 am
PYB Nano V2 is a pocket micropython board, with STM32F411 microcontroller and 8MByte Flash.
It's nice to see you've made your own board.
It would be far more interesting if you give some more information, like schematics, bottom layout, does it have sdcard connector, ...
PYB Nano V2 is upgrade from PYB Nano V1.1, I put all designer file in here:

https://github.com/micropython-Chinese- ... PYBNanoV11

PYB Nano V2 designer file will be update a little late.

loboris
Posts: 344
Joined: Fri Oct 02, 2015 6:19 pm

Re: PYB Nano V2 mini board

Post by loboris » Fri Sep 07, 2018 4:02 pm

Thanks, that is more interesting.

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: PYB Nano V2 mini board

Post by OutoftheBOTS_ » Fri Sep 07, 2018 9:01 pm

You design looks nice and I hope your enjoying designing and building your own boatrd.

I am watching this thread as am really interested in a small form factor STMF4. You design looks nice.

The Ardunio guys are doing the same thing. They very much like small form factor boards and the blue pill (STM32F103) is super popular but people have been looking for more capable board in same form factor and many of them have been looking at the original PYBoard as it is a fairly small STMF405rg.

The Ardunio guys are close to getting a manufacture to build there design of a board same size as blue pill but with a STM32F405rg and a SD card with battery circuits and separate UART pins and separate SW pins

see here for CGI image http://www.stm32duino.com/viewtopic.php ... 630#p40447

and see here for real PCB unpopulated http://www.stm32duino.com/viewtopic.php?f=3&t=4086

There is some images around of the built prototype but couldn't find them right now

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: PYB Nano V2 mini board

Post by shaoziyang » Sat Sep 08, 2018 4:19 am

loboris wrote:
Fri Sep 07, 2018 4:02 pm
Thanks, that is more interesting.
PYB Nano (STM32F411) has no SDIO, so I have no design a SD connector, but you can using SPI to connect a SD.

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: PYB Nano V2 mini board

Post by shaoziyang » Sat Sep 08, 2018 4:29 am

OutoftheBOTS_ wrote:
Fri Sep 07, 2018 9:01 pm
You design looks nice and I hope your enjoying designing and building your own boatrd.

I am watching this thread as am really interested in a small form factor STMF4. You design looks nice.

The Ardunio guys are doing the same thing. They very much like small form factor boards and the blue pill (STM32F103) is super popular but people have been looking for more capable board in same form factor and many of them have been looking at the original PYBoard as it is a fairly small STMF405rg.

The Ardunio guys are close to getting a manufacture to build there design of a board same size as blue pill but with a STM32F405rg and a SD card with battery circuits and separate UART pins and separate SW pins

see here for CGI image http://www.stm32duino.com/viewtopic.php ... 630#p40447

and see here for real PCB unpopulated http://www.stm32duino.com/viewtopic.php?f=3&t=4086

There is some images around of the built prototype but couldn't find them right now
BluePill is small and nice too, but PYB Nano is smaller and faster. And we like python more.

Post Reply