STBee F4mini port

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
forester3
Posts: 22
Joined: Sat Oct 21, 2017 5:01 am

STBee F4mini port

Post by forester3 » Sat Oct 21, 2017 7:45 am

I ported MicroPython another STM32F405RGT board. It is STBee F4mini.
The product HP is (https://strawberry-linux.com/catalog/items?code=32405) ( It's Japanses only. )
And board's schematic URL is (https://strawberry-linux.com/pub/f4mini-sch2.pdf).

I forked MicroPython and pushed my repository. (https://github.com/forester3/micropytho ... Bee_F4mini)
Before pull request, I think to need test MicroPython on this board.

What items do I need for the test?

There are one user LED and one user switch on the board, and there is no sensor and micro sd slot.

I aleady tested below items,

1) pyb.LED(1).on()
2) pyb.LED(1).off()
3) pyb.LED(1).toggle()
4) pyb.Switch().value().
5) Read and write PYBFLASH drive.
6) REPL and paste mode

forester3
Posts: 22
Joined: Sat Oct 21, 2017 5:01 am

Re: STBee F4mini port

Post by forester3 » Sat Oct 28, 2017 9:50 am

I made new repository containing only board files.
It could be found here: https://github.com/forester3/STBee_F4mini

And it's linked dhylands san's board page for here: https://github.com/dhylands/wiki/wiki/M ... oard-files

My repository containing source files will be deleted near future.

Thank you for dhyland san's activities.

Post Reply