My newbit board

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

My newbit board

Post by shaoziyang » Tue Mar 28, 2017 5:12 am

My newbit board, compatible with microbit. I add buzzer, so it may play music directly. And I also add a vibrator, provide feedback in play games.
01.jpg
01.jpg (98.84 KiB) Viewed 29253 times
02.jpg
02.jpg (69.46 KiB) Viewed 29253 times

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

Re: My newbit board

Post by deshipu » Tue Mar 28, 2017 7:24 am

That looks great. I was thinking about following the reference design myself, but first I'm waiting for the nrf51822 dev board to try flashing MicroPython on it. Did you have any problems with it?

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

Re: My newbit board

Post by shaoziyang » Tue Mar 28, 2017 7:50 am

It works fine, I have test it in micropython, python Editor, javascript block editor.

You may using IOS app to download with bluetooth , but android app always fail.

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

Re: My newbit board

Post by shaoziyang » Tue Mar 28, 2017 7:52 am

deshipu wrote:That looks great. I was thinking about following the reference design myself, but first I'm waiting for the nrf51822 dev board to try flashing MicroPython on it. Did you have any problems with it?
The problem in microbit is micropython version is too old, and paste mode is not work. And free space in flash is only 8KB.

fizban
Posts: 24
Joined: Mon Oct 24, 2016 2:32 pm

Re: My newbit board

Post by fizban » Tue Mar 28, 2017 8:13 am

Interesting. I see the micropython.cn community is comercializing it already for 100 Yuans in taobao, which might be around 13,5 euro...

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

Re: My newbit board

Post by shaoziyang » Tue Mar 28, 2017 11:59 am

fizban wrote:Interesting. I see the micropython.cn community is comercializing it already for 100 Yuans in taobao, which might be around 13,5 euro...
Yes, I made 100 pieces newbit board last week, only 100 yuan cost price, in order to let more people in Chinese micropython communit may try it.

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

Re: My newbit board

Post by deshipu » Tue Mar 28, 2017 1:35 pm

Have you considered using more LEDs (with a led matrix driver chip, because then you don't have enough pins) for the display, so that you can actually display Chinese characters on it? We had a Korean user here trying to display Hangul in 5x5, but it didn't work very well...

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

Re: My newbit board

Post by shaoziyang » Tue Mar 28, 2017 1:55 pm

deshipu wrote:Have you considered using more LEDs (with a led matrix driver chip, because then you don't have enough pins) for the display, so that you can actually display Chinese characters on it? We had a Korean user here trying to display Hangul in 5x5, but it didn't work very well...
Smallest Chinese fonts is 12x11 matrix, it need more space to place LEDs, and will not compatibity with microbit code. I consider add a 128x64 OLED module, include a font chip, using SPI bus.

Showman
Posts: 3
Joined: Fri Apr 29, 2022 9:55 pm

Re: My newbit board

Post by Showman » Sat Apr 30, 2022 9:07 am

Do you familiar with key wish new:bit (EMK new:bit)? https://ae04.alicdn.com/kf/Hc1b583da6c5 ... Python.jpg

I'm looking for original firmware 0254.

Post Reply