I see these are available to buy in the UK now (has singles from other retailers http://uk.farnell.com/bbc-microbit-reseller ). http://uk.farnell.com/bbc-microbit?CMP=AFC-AN-UK-ALL-473347 Anyone how to buy a single one in the US? My 8yo was going to get an arduino robot for Christmas but this might simpler to use I think.
I bought mine from Pimoroni. Took two weeks to get to California. I paid in bitcoin so I'm not sure what the exact cost was in dollars. I bought two more for other people. Much simpler for beginners. And they sell a coin cell add on board so your kid can carry it around and show people. Or put it on a lanyard.
Micro:bit developer community
31–38 of 38 posts
Re: Micro:bit developer community
#32I bought one. Programming it online and being able drag/drop a hex file onto the device makes it super simple and approachable. Very cool product.
Re: Micro:bit developer community
#33So this is not available in the US yet. And there is no link to a reseller directly from their site.
Re: Micro:bit developer community
#34Re: Micro:bit developer community
#35Earlier quoted context omitted.
I think you underestimate how much having something tactile, with buttons and LEDs, can really shift how younger students perceive learning. I volunteer teach a group of 8/9 year olds an intro to programming class and the difference between teaching them Python using CLI-esque tools and making things light up on the micro:bit is astounding.
Maybe you are right, I am just thinking it would be harder to to get a program to do something interesting.
Blinking an LED? That's actually interesting. You can show your friends. You can put it in another toy. A child can do a lot with a blinking LED.
Re: Micro:bit developer community
#36We build editor for microbit (beta - https://pxt.microbit.org ). Code is open source as well( https://github.com/Microsoft/pxt ). Give us some feedback.
Re: Micro:bit developer community
#37I bought one. Programming it online and being able drag/drop a hex file onto the device makes it super simple and approachable. Very cool product.
That's how all mbed boards are programmed (one of the ways anyway). It's ok until you need a real IDE and then they don't have any great solutions.
(taken from this recent post https://developer.mbed.org/blog/entry/Fixed-exporters-in-the... )
Which is a healthy start! There's an open source project for export to things that mbed uses: https://github.com/project-generator/project_generator
full disclosure: I am part of the mbed team
Re: Micro:bit developer community
#38Earlier quoted context omitted.
That's how all mbed boards are programmed (one of the ways anyway). It's ok until you need a real IDE and then they don't have any great solutions.
That used to be the case, but have a look at the new mbed exporters - you can now export to: uVision 4 uVision 5 DS-5 LPCXpresso IAR Embedded Workbench CooCox CoIDE Kinetis Design Studio Simplicity Studio Atmel Studio SW4STM32 Systems Workbench e2studio Emblocks (taken from this recent post https://developer.mbed.org/blog/entry/Fixed-exporters-in-the... ) Which is a healthy start! There's an open source project for e…
Qt Creator, Visual Studio Code, KDevelop etc. would be more welcome. I did write an exporter for Qt Creator actually a year or two ago and abandoned it after the move to Yotta. Guess it is time to revive it!
Btw where is the mbed team based?