Page 1 of 2

PYB Nano V2 mini board

Posted: Wed Sep 05, 2018 3:22 am
by shaoziyang
PYB Nano V2 is a pocket micropython board, with STM32F411 microcontroller and 8MByte Flash.
pybnano_02.jpg
pybnano_02.jpg (83.03 KiB) Viewed 6068 times

Re: PYB Nano V2 mini board

Posted: Wed Sep 05, 2018 9:01 am
by deshipu
That looks like a much more reasonable form factor than the original PyBoard.

Re: PYB Nano V2 mini board

Posted: Fri Sep 07, 2018 9:17 am
by pythoncoder
But with fewer I/O pins...

Re: PYB Nano V2 mini board

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

Re: PYB Nano V2 mini board

Posted: Fri Sep 07, 2018 1:30 pm
by loboris
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, ...

Re: PYB Nano V2 mini board

Posted: Fri Sep 07, 2018 3:32 pm
by shaoziyang
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.

Re: PYB Nano V2 mini board

Posted: Fri Sep 07, 2018 4:02 pm
by loboris
Thanks, that is more interesting.

Re: PYB Nano V2 mini board

Posted: Fri Sep 07, 2018 9:01 pm
by OutoftheBOTS_
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

Re: PYB Nano V2 mini board

Posted: Sat Sep 08, 2018 4:19 am
by shaoziyang
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.

Re: PYB Nano V2 mini board

Posted: Sat Sep 08, 2018 4:29 am
by shaoziyang
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.