Skip to main content

Getting Started with Micro:bit, Episode 1 via SparkFun Electronics Blog Posts

The Micro:bit was given to every UK 6th grader last year and now it is available here in the US. This is an amazingly function single board computer and there are already quite a few projects, lessons and tutorials available online to get you (and your kids) started. — Douglas

One of the coolest features of the micro:bit is its ability to be programmed with a number of languages:

Microsoft MakeCode block editor — Similar to Scratch and Blockly, users can drag and drop blocks to create programs. Teachers, especially, have experienced success using block-based programming languages in schools and clubs, including elementary schools.

JavaScript — As it turns out, the block editor in MakeCode is interpreted to JavaScript on the back end. If you click “JavaScript” at the top of the page in MakeCode, you can see and edit the JavaScript version of your program.

MicroPython — MicroPython is a subset of the Python language and was developed specifically for microcontrollers. If you’re not a fan of online editors, I’ve had success with the mu editor for creating MicroPython programs.

C++ — The micro:bit is mbed-enabled, which means programs are compiled to a .hex file that you copy and paste into the root directory of the micro:bit, which enumerates as a mass storage device on your computer. It’s a pretty seamless and slick process, and if you want to get your hands dirty with C++, you can use the mbed “Compiler” editor to write code for the micro:bit.

The micro:bit was built for the classroom, and teachers have seen some success using the board in their classes. However, that doesn’t mean it’s not fun for nonstudents. It’s packed with sensors and features that make building projects engaging and straightforward.

Read Getting Started with Micro:bit, Episode 1 via SparkFun Electronics Blog Posts


Get a BBC Micro:bit, kits and books from Amazon

Bbc micro bit

More BBC Micro:bit, kits and books

* A portion of each sale from Amazon.com directly supports our blogs
** Many of these books may be available from your local library. Check it out! 


An interesting link found among my daily reading

Comments

Popular posts from this blog

Microsoft release Outlook.com email services to replace Hotmail

Today Microsoft released its new email service Outlook.com to replace its Hotmail brand. This new streamlined Metro interface design looks good and functions well so far. You can use your existing Microsoft account to log in and then choose an email alias (i.e. douglaswelch@outlook.com) for your new email address. Here are several articles that discuss Outlook.com... Goodbye, Hotmail; Hello, Outlook.com [REVIEW]  Outlook Is a Completely New, Feature-Filled Webmail Service from Microsoft Go Get Your @Outlook Email Address Quick Before Someone Else Does I will post links to more articles and reviews as they appear.

Shared calendars are one part of an organized family

by Douglas E. Welch , techiq@welchwrite.com 206-338-5832 Reader/Listener Line As a parent with a school-age child, I often hear other parents bemoaning their disorganized existence. Along with the busy schedules of two working parents you might have art classes, karate classes, Little League, soccer and more. Add in more than one kid and organizing your life can quickly become a nightmare. This is exactly why one of my most important organizing devices is a shared calendar that reflects all the activities and events for everyone in the household...and I do mean everything. If someone -- is required to be somewhere -- at sometime, it goes into the calendar. If we are given a calendar that reflects all the events for a particular activity (say, Little League), all these events immediately go into the calendar, along with notations on whether we are providing the team snack, working in the snack bar, etc. Even events that occur anytime during the day, like family birthdays, and other rem...

Google Docs adds templates

I have started to move away from using Microsoft Office (Word, Excel, Powerpoint, etc) in favor of online tools like Google Docs . Even as a computer consultant, I find that I use probably less than 10% of the features in any of these projects. One feature I really like in Google Docs is the easy, online file sharing that also allows you to edit simultaneously with someone else. Today, Google Docs added some templates including business cards, brochures and more. At the moment, it looks like they are rolling out this feature over time, so you might not yet see the templates on your account. When available, you will find the templates under the New... menu item. From Open Loops ... Today, Google quietly rolled out a new feature for their Google Docs Applications: Templates! It's so new that it isn't even listed on the new features page at this time. When one opens their Google Docs account and chooses to start a new document, a new "From Template..." command is pre...