My MicroPython PYB Nano 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.
Post Reply
shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

My MicroPython PYB Nano board

Post by shaoziyang » Mon Aug 29, 2016 8:48 am

I have made a PYB Nano noard for MicroPython, it is small, just like Nucleo32 or Arduino nano.
01.jpg
01.jpg (55.84 KiB) Viewed 7587 times
02.jpg
02.jpg (49.93 KiB) Viewed 7587 times
04.jpg
04.jpg (89.99 KiB) Viewed 7587 times

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

Re: My MicroPython PYB Nano board

Post by shaoziyang » Mon Aug 29, 2016 8:53 am

05.jpg
05.jpg (16.04 KiB) Viewed 7581 times

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

Re: My MicroPython PYB Nano board

Post by pythoncoder » Mon Aug 29, 2016 9:09 am

Very nice, I like the breadboard friendly form factor.
Peter Hinch
Index to my micropython libraries.

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

Re: My MicroPython PYB Nano board

Post by deshipu » Mon Aug 29, 2016 10:50 am

I love it! I wonder if putting all the LEDs on the edge makes it easier to actually use them directly in your project (by making the case transparent in that place). I'm not sure about the location of the two buttons, though.

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

Re: My MicroPython PYB Nano board

Post by shaoziyang » Mon Aug 29, 2016 11:31 am

deshipu wrote:I love it! I wonder if putting all the LEDs on the edge makes it easier to actually use them directly in your project (by making the case transparent in that place). I'm not sure about the location of the two buttons, though.
Up button is reset, other is user button.

This is the first version, I will test it and find problem, then make next version soon.

MCU is STM32F401/F411.

User avatar
kfricke
Posts: 342
Joined: Mon May 05, 2014 9:13 am
Location: Germany

Re: My MicroPython PYB Nano board

Post by kfricke » Mon Aug 29, 2016 2:25 pm

Cool! What is the price for a unit? Where can it be ordered? :D

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

Re: My MicroPython PYB Nano board

Post by shaoziyang » Tue Aug 30, 2016 3:38 am

kfricke wrote:Cool! What is the price for a unit? Where can it be ordered? :D
This is my first try, and it has not been mass produced, I think it will be less than $10 at last.

Turbinenreiter
Posts: 288
Joined: Sun May 04, 2014 8:54 am

Re: My MicroPython PYB Nano board

Post by Turbinenreiter » Tue Aug 30, 2016 8:43 am

Have you seen the STM32F412? Pin compatible with the ones you used but insane RAM of 256kb.

http://www.st.com/content/st_com/en/pro ... 412cg.html

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

Re: My MicroPython PYB Nano board

Post by shaoziyang » Tue Aug 30, 2016 11:38 am

Turbinenreiter wrote:Have you seen the STM32F412? Pin compatible with the ones you used but insane RAM of 256kb.

http://www.st.com/content/st_com/en/pro ... 412cg.html
Yes, STM32F412 is compatible with STM32F401, but price is great than STM32F401, and it is difficult to buy now.

Post Reply