Germans React to UK’s micro:bit
hackaday.com
Germans React to UK’s micro:bit
1–10 of 79 posts
Re: Germans React to UK’s micro:bit
#2Re: Germans React to UK’s micro:bit
#3Re: Germans React to UK’s micro:bit
#4Re: Germans React to UK’s micro:bit
#5It's somewhat surprising to me that the "block editor" thing is so popular in these beginner kits. My son (almost 11) was introduced to it at school[1] and did not find it intuitive at all. We then got an Arduino and started to write some simple programs, and he took to it right off the bat. The Arduino programming platform is simple enough to get a 10-year old started off and scales so well to "professional" project…
https://www.microbit.co.uk/create-code#
You can also program the hardware directly.
Re: Germans React to UK’s micro:bit
#6It's somewhat surprising to me that the "block editor" thing is so popular in these beginner kits. My son (almost 11) was introduced to it at school[1] and did not find it intuitive at all. We then got an Arduino and started to write some simple programs, and he took to it right off the bat. The Arduino programming platform is simple enough to get a 10-year old started off and scales so well to "professional" project…
Re: Germans React to UK’s micro:bit
#7deleted
Re: Germans React to UK’s micro:bit
#8It's somewhat surprising to me that the "block editor" thing is so popular in these beginner kits. My son (almost 11) was introduced to it at school[1] and did not find it intuitive at all. We then got an Arduino and started to write some simple programs, and he took to it right off the bat. The Arduino programming platform is simple enough to get a 10-year old started off and scales so well to "professional" project…
The guys who ported MicroPython to the micro:bit have done a great job but, regrettably, by the time the MicroPython framework has been loaded on the micro:bit, the amount of room left for more complex programs is a bit tight.
Arduino is used in UK schools, but the one I hear a lot about is Crumble as it's designed to build motorised things very easily: http://redfernelectronics.co.uk/crumble/
(Disclaimer: I am a volunteer STEM Ambassador working with UK schools and educators in the fields of electronics and computing. I have no business relationship with Crumble)
Re: Germans React to UK’s micro:bit
#9It's somewhat surprising to me that the "block editor" thing is so popular in these beginner kits. My son (almost 11) was introduced to it at school[1] and did not find it intuitive at all. We then got an Arduino and started to write some simple programs, and he took to it right off the bat. The Arduino programming platform is simple enough to get a 10-year old started off and scales so well to "professional" project…
The Scratch-like drag -and-drop programming environment is only one of several. Code Kingdoms Javascript supports both block and text, and transitioning from one to the other, MS Touch Develop is text based, and then there's Python: https://www.microbit.co.uk/create-code# You can also program the hardware directly.