感谢众多国外网友

Micro:bit Educational Foundation?

www.microbit.org
图标

以下链接转载至carlosperate/awesome-microbit

Build software better, together?

github.com图标

github是一个开发者平台,可以找到很多需要的资料。

A curated list of resources for the BBC micro:bit, a tiny programmable computer designed to make learning and teaching easy and fun! This embedded board has a Bluetooth capable microcontroller, USB interface, accelerometer, magnetometer, light and temperature sensors, 5x5 LED matrix, buttons, and accessible GPIO.Build software better, togetherA curated list of resources for the BBC micro:bit, a tiny programmable computer designed to make learning and teaching easy and fun! This embedded board has a Bluetooth capable microcontroller, USB interface, accelerometer, magnetometer, light and temperature sensors, 5x5 LED matrix, buttons, and accessible GPIO.

Inspired by the Awesome lists.

Contributions are welcome!

Contents

  • Programming
    • Visual
    • Python
    • JavaScript / MakeCode
    • C/C++
    • Other micro:bit Languages
    • Other Interaction Languages
  • Programming Tools
  • Mobile Apps
  • ChromeOS Apps
  • Interface Chip
  • Hardware
  • 3D Printing
  • CAD
  • 2D Design
  • Projects
  • Articles
  • Videos
  • Books
  • Teaching Resources
  • Community
  • Miscellaneous

Programming

Visual

  • MakeCode - Provides an in-browser emulator and a Blocks interface that generates JavaScript (TypeScript) code (part of Microsofts PXT).
    • MakeCode Windows 10 App - Windows 10 application for micro:bit MakeCode.
  • Open Roberta Lab - Block programming environment design for programming robots, it also supports the micro:bit by generating MicroPython.
  • EduBlocks - Blocks interface that provides a transitioning experience from Scratch to Python.
  • MicroBlocks - A visual programming language inspired by Scratch that runs right inside microcontroller boards such as the micro:bit.
  • Scratch 3.0 - The new version of Scratch is officially compatible with the micro:bit via their Scratch Link plug-in.
  • Workbench - A multi-device coding canvas for block-based programming that connects with BLE devices via Chrome Web Bluetooth.

The following editors are no longer maintained:

  • Microsoft Blocks - Block interface that produces Touch Develop code. No longer in development and its recommended to use MakeCode instead.
  • Code Kingdoms - Graphical interface that provides a transitioning experience from drag and drop to text-based programming (JavaScript). This editor is no longer maintained.

Scratch 2 Extensions

  • Scratch for BBC micro:bit - Using micro:bit with Scratch / S2Bot as a Bluetooth games controller (needs specific BLED112 Bluetooth dongle).
  • ScratchX micro:bit extension - Lets you control your micro:bit wirelessly using Scratch programming blocks.
  • s2m - A Python program that acts as a bridge between the Scratch 2 off-line editor and the micro:bit via USB.
  • s2microbit BLE - Scratch 2 (offline) extension for BBC micro:bit bluetooth connection with a Windows PC.

Python

  • MicroPython - Port of MicroPython, a Python 3 implementation for microcontrollers and constrained environments.

MicroPython Editors

  • microbit.org Python editor - The official online Python editor from the micro:bit foundation website.
  • microbit.co.uk Python editor - Original Python editor from microbit.co.uk, contains an older version of MicroPython.
  • Mu - "Micro" editor for MicroPython and the BBC micro:bit.
  • create.withcode.uk - Python online editor and simulator that supports the micro:bit MicroPython (instructions).
  • Atom micro:bit MicroPython package - BBC micro:bit MicroPython support package for the Atom editor.
  • Thonny micro:bit - Plug-in for Thonny, a Python IDE for beginners.
  • JetBrains IDEA/PyCharm IDE plugin - Support for MicroPython devices in IntelliJ IDEA and PyCharm.
  • uPyCraft - A micro:bit compatible MicroPython IDE for Windows/Mac, designed with a simple and convenient interface.
  • CodeSpace - An online MicroPython IDE for micro:bits, with bundled learning resources.

MicroPython Libraries

  • Servo - Class for controlling servos on the micro:bit via PWM.
  • PCA9685 - Class for using the PCA9685 16-Channel 12-bit PWM/Servo Driver via I2C.
  • MAX7219 7-segment - Module for using a 7-segment display driven by a MAX7219 chip via SPI.
  • MAX7219 matrix - Module for using a 8x8 Leds Matrix driven by a MAX7219 chip via SPI.
  • SSD1306 - Library to control the OLED SSD1306 128x64 I2C with a micro:bit.
  • SSD1306 7seg - Library to use an SSD1306 OLED display as a 7 segment display.
  • SSD1306 SPI - Library to control the OLED SSD1306 128x64 display with a micro:bit via SPI.
  • SSD1306 - Library to control the SSD1306 display via I2C.
  • HT16K33 - Library for the HT16K33 LED matrix driver in multiple configurations (16x8, 8x8 or 8x8x2).
  • HC-SR04 - Library to read the distance from a HC-SR04 ultrasonic sensor using the SPI peripheral.
  • US-100 - Library to read the distance from a US-100 ultrasonic sensor via UART.
  • KY038 - Library to calibrate and use a sound sensor KY038, including clap counter functionality.
  • Nokia 5110 PCD8544 LCD - Fast controller for Nokia 5110 LCDs.
  • MPL115A1 - Class to read the pressure and temperature readings from the NXP MPL115A1 SPI sensor.
  • 24LCxxx EEPROM - Example micro:bit functions to read and write to a Microchip I2C EEPROM.
  • ULN2003 - Module to drive stepper motors via ULN2003 darlington transistors.
  • Bosch BME280 - Module for Bosch BME280 Pressure, Temperature and Humidity Sensor via I2C.
  • Pixy - Interface module for using the Pixy cam with the BBC micro:bit.
  • MB1013 - Module for the MB1013 ultrasonic sensor controlled via UART.
  • MY9221 - Library for 10 segment LED bar graph modules using the MY9221 LED driver.
  • AM2320 - Library for interfacing with an Aosong AM2320 temperature and humidity sensor over I2C.
  • DHT12 - Library for interfacing with an Aosong DHT12 temperature and humidity sensor over I2C.
  • TM1637 - Library for quad 7-segment LED display modules using the TM1637 LED driver.
  • micro:bit MIDI - Module to enable talking to MIDI devices on the BBC micro:bit.
  • Kitronik Motor Driver Board - Class to control the Kitronik motor driver board.
  • microbit python libs - Growing collection of modules, including TM1637/TM1650 7-seg LEDs, OLED 128x64, LCD1602, AT24XX EEPROM, DS1302/DS1307/DS3231 RTC, NeoPixel drivers, APDS9930 Digital Proximity and Ambient Light Sensor, BME280 humidity and pressure sensor, BMP280/BMP180 pressure sensors.

Python Libraries

  • MicroPeri - Run Python programs on your computer with the same micro:bit MicroPython API and connecting a micro:bit as an external peripheral device or sensor.
  • microbit_stub - Python package that emulates the micro:bit as defined by the micro:bit MicroPython API.
  • bluezero - Python package to interface with Bluetooth devices, with examples for the micro:bit.
  • bitio - BBC micro:bit I/O library for Python. It allows you to run code in Python on a PC/Mac/Linux/Raspberry Pi and interact directly with the micro:bit.

Python Programming Tools

  • uFlash - Utility for flashing the micro:bit with Python scripts and the MicroPython runtime.
  • MicroREPL - A REPL client for MicroPython running on the BBC micro:bit.
  • MicroFs - Simple command line tool and module for interacting with the limited file system provided by MicroPython on the micro:bit.
  • Jupyter kernel for the micro:bit - Package that allows Jupyter interfaces to run MicroPython code directly on the micro:bit.

JavaScript and MakeCode

  • MakeCode - This block and text editor for the micro:bit provides an in-browser emulator, a Blocks interface, and JavaScript (TypeScript) editor.
    • MakeCode Windows 10 App - Windows 10 application for micro:bit MakeCode.

  • Espruino JavaScript - JavaScript interpreter for microcontrollers. It also offers a WebIDE for written code and blocks.

MakeCode Extensions

To add an extension find the "Extensions" option in the Settings menu or the "Advance" toolbox category.

The extensions included in the official list below can be found by searching for their name in the "Extensions" screen.

  • MakeCode Extensions Gallery - Official list of extensions available directly within MakeCode.

The following extensions can be added into MakeCode by copying the GitHub URL and pasting it into the search box of the "Extensions" screen.

  • BlueDot - PXT package to support the BlueDot app - beta.
  • Kitronik Servo Lite - Blocks that support Kitronik Servo:Lite board for the micro:bit.
  • Kitronik I2C 16 Servo - Blocks for driving the Kitronik I2C 16 servo expansion board.
  • Kitronik motor driver - Blocks for driving the Kitronik micro:bit motor driver board.
  • Lego Power Functions - Control your LEGO? Power Functions motors using your micro:bit with an infrared LED.
  • Invent robot - This library provides a Microsoft PXT package for Invent robot.
  • ubirch NB-IoT - Package for sending signed data messages to the ubirch backend.
  • CCS811 - Makecode Package for the CCS811 Air Quality Sensor.
  • DS1307 - Tinkercademy MakeCode package for using the DS1307 RTC (Real-Time Clock).
  • HT16K33 - Tinkercademy MakeCode Package for the HT16K33 I2C Alphanumeric Display (beta).
  • HoneyBit - A Honeycomb kits package for micro:bit MakeCode.
  • Bluetooth beacons - Allows the micro:bit to act as iBeacon / AltBeacon advertiser.
  • LumexOLED - Package designed for Lumex OLED display.
  • MakerBit - Blocks that support Roger Wagners MakerBit board including Serial MP3, I2C LCD 1602, and ultrasonic.
  • MakeCode Extensions - Growing collection of packages, including TM1637/TM1650 7-seg LEDs, OLED 128x64, LCD1602, AT24XX EEPROM, DS1302/DS1307 RTC, APDS9930 Digital Proximity and Ambient Light Sensor, BH1750 digital ambient light sensor, BME280 humidity and pressure sensor, BMP280/BMP180 pressure sensors.
  • BMP085 - Package to control the BMP085 or BMP180 pressure and altitude sensors.
  • SHT2X - Driver for SHT20, SHT21, SHT25 digital sensor, enabling the the micro:bit to obtain temperature and relative humidity from these sensors.
  • VL53L0X - Package to calculate distances using a VL53L0X Time-of-Flight ranging sensor.
  • KY-040 - Package for using the KY-040 rotary encoder.
  • PCA9685 - Package to control the PCA9685, a 16-channel PWM controller, with included servo support.

Node.js Libraries

  • node-bbc-microbit - Control a micro:bit from Node.js using BLE.
  • node-bbc-microbit-io - Johnny-Five (JavaScript Robotics and IoT programming framework) micro:bit IO Plugin.

JavaScript Browser Libraries

  • microBit.js - JavaScript library to interact with BBC micro:bit using web bluetooth API.

JavaScript Programming Tools

  • PXT Command Line Tool - Use the command line to program the micro:bit with MakeCode JavaScript. You can also run a local version of the MakeCode online editor (part of Microsofts PXT).

C/C++

  • C/C++ runtime - Guidance on how to start using the runtime in C/C++ including full documentation of the APIs, drivers, and types that make up the micro:bit runtime. Bluetooth documentation includes a link to the original *.hex file that ships on the micro:bit devices.
  • Arduino nRF5 - Arduino Core for Nordic Semiconductor nRF5 based boards, including the micro:bit.

C/C++ Editors

  • Micro:Pi - C/C++ editor for the micro:bit with serial monitor and deploy functionality. Written in Python with an installer (ATM Linux only, but could be manually installed in any OS) that includes all dependencies.

C/C++ Libraries

  • OneWire - BBC micro:bit OneWire Library, based upon Erik Oliemans Mbed DS1820 lib.
  • neopixel - Library for using NeoPixels with the BBC micro:bit.
  • micro:bit Screen - Arduino LED Screen library for micro:bit.
  • Adafruit Arduino micro:bit library - Wrapper code and examples for using micro:bit with Arduino IDE.
  • RTCC MCP7941X - Program to interface BBC micro:bit to a MCP79410 RTCC (Real Time Clock Calendar) module.
  • AS-289R2 - AS-289R2 thermal printer Mbed library for micro:bit.
  • SHT2X - Driver for SHT20, SHT21, SHT25 digital sensor, enabling the the micro:bit to obtain temperature and relative humidity from these sensors.
  • VL53L0X - Driver for the VL53L0X Time-of-Flight ranging sensor.
  • KY-040 - Library for using the KY-040 rotary encoder.
  • PCA9685 - Driver for the PCA9685, a 16-channel PWM controller, with included servo support.

Other micro:bit Languages

Other programming languages capable to program the micro:bit.

  • Touch Develop - Flexible, text-based programming language with an interactive visual component.
  • Rust - Article describing the experience and steps of compiling Rust code for the micro:bit with and without interaction with the runtime DAL.
  • Forth - Forth, a stack-based language, for the BBC micro:bit.
  • Pascal - Free Pascal compiler that can target the ARM embedded platform, including the micro:bit.
  • Ada - Instruction on how to setup the Ada development environment for the micro:bit.
  • Sniff - Sniff is a "Scratch-like" programming language thats designed to help Scratchers move gently from Scratch to more conventional languages.
  • Lisp - An interpreter for the classic AI programming language for the BBC micro:bit.
  • C# / F# - IL2C is a translator implementation of .NET intermediate language to C language, with C# and F# examples for the micro:bit.
  • TinyGo - (examples) Project to bring Go to microcontrollers and small systems, with out-of-box support for the BBC micro:bit.

Other Interaction Languages

These languages do not program the micro:bit directly, but can be used to create programs that interface with a micro:bit.

  • Kodu Controller - Enables interacting with the micro:bit from Kodu Game Lab.
  • Simulink Coder Support Package - Package that enables you to create Simulink models and automatically generate and deploy code on the micro:bit.
  • micro:bit for Dyalog APL on the Pi - Tools for using the micro:bit (via MicroPython serial connection) with the Dyalog APL programming language on the Raspberry Pi.
  • Gobot - Framework for the Go programming language to program devices in the real world. It can access the micro:bit via Bluetooth LE.
  • Microbit-Unity - Unity scripts to allow the BBC Microbit to be used as a Unity Controller.
  • Haxe node BBC micro:bit - Control a BBC micro:bit from Node.js using BLE and the Haxe programming language.
  • App Inventor + IoT - Control a micro:bit via Bluetooth with App Inventor, a visual programming environment for Android applications.
  • BlockyTalkyBLE - MakeCode and App Inventor extension that makes it easy to connect AppInventor mobile phone apps with the BBC micro:bit wirelessly over Bluetooth.
  • DroidScript micro:bit Plugin - Allows you you to control the BBC micro:bit remotely from your own DroidScript apps (Android apps written in JavaScript).
  • CBMicroBit - CoreBluetooth wrapper in C++ that connects a micro:bit to a computer running macOS using BLE and outputs over OSC (can be used standalone, or as a C++ or Objective C library).
  • Swift - An application programming interface written in Swift for use with the micro:bit. It allows programs written for Apple devices to communicate with the micro:bit using BLE.
  • Node-RED - A node-red (flow-based visual programming) module that wraps some of the functionality of the Python/MicroPython Bitio Library.

Programming Tools

  • Vagrant Development Environment for C/C++, MicroPython and Makecode - Creates a virtual machine with the toolchain required to create C/C++ programs, develop/compile MicroPython, and create packages for MakeCode.
  • micro:bit uploader - Windows application that monitors your Downloads folder and flashes any new programs to the micro:bit.

Mobile Apps

  • Official Android App - (Source Code) Pair, program and flash programs to the micro:bit via Bluetooth.
  • Official iOS App - Pair, program and flash programs to the micro:bit via Bluetooth.
  • Official Swift playgrounds - Swift Playgrounds is an app for the iPad that helps teach people to code in the Swift language using interactive books.
  • micro:bit Blue - (Source Code) Android app that contains a series demos for interacting with the micro:bit using Bluetooth.
  • Bitty Software Apps - Diverse collection of Android and iOS apps, going from data logging to audio pranks, youll certainly find something of interest.
  • Insight Mr Bit - (iOS) Create simple programs in plain English to control the BBC micro:bit to do lots of useful things.
  • micro:bit Xamarin - Open source Android app that communicates with the micro:bit over BLE and gets sensor data. A good example of using Xamarin (a cross platform mobile framework) with the micro:bit.
  • bitty blue - iOS and Android app that provides a collection of fun things to do with a BBC micro:bit (or compatible device) and Bluetooth.
  • micro:bit logger - Android app that enables users to log data from the BLE services and export it to a file.
  • Kitronik Move - Android app that presents a D-Pad interface to control a micro:bit over Bluetooth LE.
  • nRF Connect - A generic tool for Android that allows you to scan, advertise and explore BLE devices. It supports the micro:bit by including information on the micro:bit services, custom macros and more.
  • Tickle - iOS app to program a large selection of devices, including the micro:bit, connecting them all together, so that they can interact with each other.
  • Serial Bluetooth Terminal - Android app capable to send and receive micro:bit Bluetooth UART data.
  • micro:bit Slither - Multiplayer snake game on Android, controlled with micro:bits via Bluetooth.

ChromeOS Apps

  • Quiz:bit - (Source Code) BBC micro:bit programs and a matching application for providing a quiz-voter-style service using micro:bits as the controls.
  • bitty blue - Play with 3D "PolySquiggles", use as a compass, have fun with the buttons, send images or text to the LED display, connect and control electronic circuits, and all via Bluetooth.
  • bitty data logger - Capture and chart accelerometer, magnetometer and temperature data from your micro:bits internal sensors over Bluetooth.
  • microbit-chrome - Prototype chrome addon that exposes the micro:bits serial output to web pages like the MakeCode editor.

Interface Chip

The USB Interface Chip is the microcontroller placed close to the battery connector. It provides the USB mass storage capability to load the micro:bit firmware using the Operating System file explorer.

  • microbit.org Developer Community Info - This micro:bit Developer Community page contains information about the Interface Chip DAPlink and the USB interface.
  • DAPLink on micro:bit - The DAPLink is the default software running on the Interface Chip, this page contains information, update instructions, and the latest firmware.
  • DAPLink source code - Source code for the Mbed DAPLink, contains the build configuration for the micro:bit.
  • J-Link OB Firmware - Offers the same flashing functionality than the DAPLink and expands it to include J-Link debugging.
  • pyOCD - Python library for programming and debugging ARM Cortex-M microcontrollers, like the one included in the micro:bit, using the CMSIS-DAP provided by the Interface Chip.
  • DAP.js - JavaScript (Node.js and WebUSB) interface to DAP-CMSIS over USB/HID, meant to provide a subset of functionality of pyOCD.

Hardware

  • Hardware Design - Schematics and bill of materials for the BBC micro:bit.
  • micro:bit Reference Design - Hardware design files for a board 100% binary compatible with the micro:bit. Created to help make your own micro:bit derived designs.
  • micro:bit Badge - Open Source PCB for the micro:bit with a battery holder, buzzer, extension edge connector and pins breaks out.
  • Eagle micro:bit Edge Part - Eagle library from Proto-Pic for the micro:bit edge connectors.
  • Kicad micro:bit Connector - KiCad component library and footprint library for a micro:bit edge-connector socket.
  • SparkFun Breakout Board - Open source files for the SparkFun micro:bit Breakout Board.
  • SparkFun moto:bit - Open source files for the SparkFun moto:bit, a board to provide a robotics platform.
  • SparkFun weather:bit - Open source files for the SparkFun weather:bit, a board to provide a weather station.
  • SparkFun gamer:bit - Open source files for the SparkFun gamer:bit, a board to provide a game system.
  • NeoBit - Open source board that lets you hook up NeoPixel and DotStar LEDs to a BBC micro:bit, also contains a headphone jack and a couple of slide potentiometers for input.

3D Printing

  • Microbot Case - Case for the micro:bit in the shape of a robot.
  • micro:bit Stand - Stand for the micro:bit.
  • micro:bit Rover - Multiple 3D printable parts to build a micro:bit robot rover.
  • micro:Racing - Driving wheel case for the micro:bit.
  • Binary Watch - Watch case and strap for the micro:bit.
  • micro:bit Compass - Compass case for the micro:bit.
  • A4 folder holder - Device holder to store your micro:bit in a A4 school folder.
  • mibot drawing robot - Chassis for a painting robot powered by a BBC micro:bit and its motor driver board.
  • Robottillo:bit - Case which looks like a small robot. Two versions available, with a rear protective cover or with a perforated cover for the pins.
  • Battery pack holder - Simple battery clip for the BBC micro:bit.
  • micro:bit holder - Stand that holds 20 micro:bit boards vertically, useful in a classroom setting.
  • BBC micro:bit Case V2 - A slim, nice looking, and functional snap-together case that protects all sides and corners.
  • Otto Robot - Otto chassis for the microbit to make a bidepad robot with a robitbit accessory.
  • micro:bit Tracking Car - A line follower chassis for the micro:bit.
  • Walking Robot V1 - Add-on to the bit:booster that makes a simple walking robot using two continuous servos.

CAD

  • Kitronik CAD Resources - BBC micro:bit CAD model from Kitronik.
  • Proto-PIC CAD Resources - Proto-PIC products CAD resources.

2D Design

  • micro:bit Fritzing Part - Richard Hayler collection of Fritzing parts contains a model for the micro:bit.
  • micro:bit-o-matic - Easily create micro:bit illustrations with custom LED matrix messages.
  • micro:bit SVG - A detailed SVG (Scalable Vector Graphics) drawing of the BBC micro:bit.
  • MonkMakes micro:bit Diagramming Kit - An SVG file template for drawing BBC micro:bit wiring diagrams using alligator clips.
  • Pixel Art - micro:bit-inspired fan art made with "Make 8 Bit Art".

Projects

All these projects contain steps and resources required for reproduction.

  • JUST DO IoT - Connect the micro:bit to the LoRaWAN network, includes an open source hardware micro:bit connector board.
  • Micro:Bob - Simple bipedal robot controlled by a micro:bit.
  • Coffee Timer - (Part 2, Part 3) Three part article describing how to augment a coffee maker with an micro:bit indicator, options for low power communication, and creating a custom enclosure.
  • Thermal Printer - Connecting and using a Sparkfun thermal till-roll printer.
  • Telescopic Light Sword - Project shows how to make your own Light Sword with the micro:bit, electronics, and 3D printed parts.
  • Micro Simon - Programming and connecting a micro:bit to a vintage MB Simon game.
  • Alexa Weather On micro:bit - Creating an Amazon Alexa skill where the current weather can be asked and the result displayed on the micro:bit.
  • BBC Microbit Balloon Tracker - Making a ballon tracker with a micro:bit connected to GPS and a LoRa transceiver to track and transmit its position.
  • SonicPixels - BBC micro:bit and Max frameworks for triggering multiple speakers in a grid arrangement.
  • Little Bug Bit - Low cost micro:bit buggy.
  • HandShake - Project designed to enable unique gesture recognition for people with limited control of their motion.
  • Mega:Bit - Scaled up micro:bit with the 5x5 LED matrix and buttons, connected to a real micro:bit.
  • Scrolling display - Create a display screen using a number of micro:bits communicating via radio.
  • Ironman Arc Reactor - Choose between two different versions (Mk I and Mk II) ready to 3D print and build.
  • microbit-beacon-finder - The micro:bit finds various types of BLE Beacons, and displays their ID to the LEDs.
  • Build A Klawsome micro:bit Controlled Tank - Tutorial on how to design a build a perspex micro:bit tank.
  • micro:bit Hovercraft - A hovercraft, which runs both in the water and on the ground. Uses 2 motors to blow air underneath to support the hovercraft body and 2 motors in the end to control its direction.
  • ZIP Halo Compass - A Christmas themed micro:bit ZIP Halo Compass, with a 3D printed and laser cut case.
  • Micro:Boy - Hardware project to code and play arcade games on the micro:bit.
  • Alexa, Ask micro:bit to Turn LED Light - Project walk through to control with Alexa an RGB LED connected to a micro:bit.
  • OpenGestureControl - A Linux application which interacts with the BBC micro:bit to give hand prothesis users the ability to control their desktop computer using gestures.
  • micro:bit spectrum - Circuit and code to display an audio spectrum bar chart on the BBC micro:bit.
  • micro:bit TVPong - Play the classic Pong game on a TV - using BBC Microbits as paddles, Bluetooth also supported.
  • Bluetooth Low Energy Remote Control for Spotify - This project allows you to configure your micro:bit to work as a Bluetooth Low Energy remote control for Spotify on macOS.
  • Stirling Blue - An extensive project to examine Stirling engine operation and performance. A micro:bit is used to create a custom keyboard and LCD interface that communicates with other parts of the project.
  • Micro:Gamer - A portable game console based on the micro:bit board. It features a 128x64 monochrome OLED screen, six buttons, a buzzer for sound, and a 2xAAA battery holder.
  • μBOSS - Turning a BBC micro:bit into a test instrument by displaying all the sensor readings on an LCD and packaging it into a 3D printed box.

Project Collections

  • microbit.co.uk Site Index - The microbit.co.uk website contains an extensive list with all their projects and tutorials.
  • hackster micro:bit community - This hackster community contains user submitted projects for the micro:bit.
  • MakeCode Projects - List of micro:bit projects you can do with the MakeCode editor.
  • Tinkercademy Projects - Collection of projects using the micro:bit and Tinkercademy Tinker Kit.
  • Raspberry Pi micro:bit Projects - Collection of Raspberry Pi and micro:bit projects from the Raspberry Pi Foundation.
  • Hackaday.io micro:bit Projects - Projects using the micro:bit tag in Hackaday.io, a collaborative hardware development community.
  • Maker.io micro:bit projects - All the micro:bit projects posted to Maker.io, a playground for makers.
  • Electromaker micro:bit projects - All the micro:bit projects posted to Electromaker, a platform for makers to showcase their projects.

Articles

Useful Articles for developing on the micro:bit.

  • Offline C/C++ Development With The micro:bit
  • Sending commands from a micro:bit over Bluetooth
  • Modelling micro:bit data with the Bitty Data Logger App
  • Getting Started with the micro:bit Bluetooth IO Pin Service
  • Using MQTT-SN over BLE with the BBC micro:bit
  • The First Video Game on the BBC micro:bit [probably] - Creating a game for the micro:bit, the MicroPython changes needed to increase performance and a general profile of its resources.
  • Custom BLE services with micro:bit - Build your own Bluetooth low energy services and bundle them as PXT/MakeCode blocks that beginners can use.
  • Excel and micro:Bit - Hacking for fun and creativity! - Experiment to have some basic sensor data collected using the micro controller and then visualized in Excel.
  • Writing the second video game for the micro:bit in Rust - Updating a micro:bit game and porting it to the Rust language.
  • Adding a new module to MicroPython - Article describing an experiment to add a new module into MicroPython for the micro:bit.
  • Become a Time Lord with the BBC micro:bit - Using different timing mechanisms to run multiple things in MicroPython.
  • Debugging the micro:bit with pyOCD and GDB - Shows how to debug a micro:bit program using PyOCD and GDB.
  • Exploring the BBC micro:bit Software Stack - What』s in it, what it does and how it all fits together.
  • Building the 1,000 BBC micro:bit Display - Building a screen to show images from a thousand BBC micro:bits.
  • micro:bit Radio Packets - Explanation of the MakeCode radio packet specification (built on top of the micro:bit runtime specification) and how to communicate between MakeCode and MicroPython programs via radio.
  • Synchronized Music on micro:bits - Building a micro:bit mesh network so they can play music synchronized across a large area.
  • Using the Built-in Sensors - Learn how to use the micro:bits built-in accelerometer and magnetometer.
  • Read micro:bit data from Linux via Bluetooth (BLE) - Random notes and examples about micro:bit BLE and Linux.
  • Measure pressure with your micro:bit - An inexpensive and easy to build device to perform pressure measurements and demonstrate Boyles law with the micro:bit and BMP280 pressure/temperature sensor.
  • IoT Cloud Access with Micro:bit over BLE for Remote Sensing - Program BBC Micro:bit with mbed OS and remotely send data to cloud by utilizing BLE to smartphone/PC IoT cloud gateway.

Article Collections

  • MultiWingSpan - Large collection of examples, instructions, and direction on how to use electronic components.
  • SparkFun micro:bit tutorials - Collection of tutorials from SparkFun, including comprehensive experiment guides for their kits.
  • BitIO blogs - Collection of blogs written about using the BitIO Python module to control the micro:bit.
  • micro:bit learning - Blog with a section for articles showing how to use a wide selection of sensors with the micro:bit and the Arduino software.
  • Adafruit Learn micro:bit section - Adafruit Learning System section for the BBC micro:bit.
  • BBC micro:bit - Kitronik University - A varied collection of micro:bit resources by Kitronik.
  • Maker.io micro:bit blog posts - All the micro:bit articles posted in Maker.io, a playground for makers.
  • Physical computing with the BBC micro:bit - How to use different electronic components with the micro:bit.

Videos

  • MicroMonsters - YouTube channel with tutorials to learn to code with your family.
  • micro:bit and Bluetooth - YouTube playlist with Martin Woolleys Bluetooth videos.
  • Video Series from The Maker Movies - List of short, introductory videos for anyone wanting to get started with the micro:bit.
  • SparkFun video resources - Growing list of video resources for the micro:bit.
  • SamCodes YouTube Playlist - Video tutorials showing how to use different electronic components and features of the micro:bit.
  • Fun with Zephyr Project and BBC micro:bit - This presentation shows how Zephyr empowers the BBC micro:bit devices and its Bluetooth chip to do fun things.

Books

  • micro:bit IoT In C
  • Programming with MicroPython
  • Getting Started with the micro:bit
  • The Official BBC micro:bit User Guide
  • Programming the BBC micro:bit
  • Networking with the micro:bit (ebook)
  • micro:bit in Wonderland
  • Beginning BBC micro:bit

Teaching Resources

  • microbit.org Teaching Resources
  • Code Club micro:bit projects
  • Make with the micro:bit by Technology Will Save Us
  • IET micro:bit Teaching Resources - A series of resources created by the IET (Institution of Engineering and Technology) as part of their highly successful IET Faraday brand.
  • IET micro:bit case studies - Booklets and video content to bring a variety of real-life applications of the micro:bit to life in your classroom.
  • Grok Learning - Provides an online MicroPython code editor, Blockly visual programming, full micro:bit simulator, curriculum-aligned teaching material and auto-marked problems.
  • micro:bit For Primary Schools - Fully-customisable scheme of work and resources for use in the primary classroom.
  • 101 Computing BBC micro:bit category - Computing challenges with the micro:bit to boost your programming skills or spice up your teaching of computer science.
  • micro:bit of Things - Notes on micro:bit project ideas for Key Stage 2 and 3.
  • The Brooke Primary School Space Programme - Project page documenting Brooke Primary School pupils upcoming journey for launching a BBC micro:bit (on its own) into near-space, with experiments and sensor measurements.
  • FunWithMicrobit - FunWithMicrobit is a 6 hours workshop made by kids for the kids.
  • Year 7 micro:bit lessons - Lessons used to introduce students to the micro:bit and Python.
  • UCL』s BBC micro:bit Tutorials - Tutorial sheets that introduce micro:bit features with practical examples provided to invite students to design solutions to problems.
  • BBC micro:bit and Kodu Interact - Kodu is a visual programming language made specifically for creating games and allow interaction with the micro:bit.
  • Build A Robot Wars Buggy - This fun learning resource has been put together to provide teachers with an all in one design and technology challenge that you can set for your students over the course of a term or a year.
  • CPC UCreate micro:bit resources - Collection of micro:bit resources made for CPC.
  • Year 7 BBC micro:bit topic - BBC micro:bit lessons from Bourne Grammar school.
  • Microsoft 14 Week Curriculum - Targeted to middle school grades 6-8 (ages 11-14 years). It is also written for teachers who may not have a Computer Science background, or may be teaching an "Intro to CS" for the first time.
  • micro:bit in science teaching - How clean is my pond - Using a micro:bit to monitor the level of algal growth in a pond and to control a filter pump.
  • Kitronik Inventors Kit Resources - A a great way to get started with programming and hardware interaction with the micro:bit. Includes 12 experiments using LEDs, motors, LDRs and capacitors.
  • CLOQQ Activities - (more) Activities with different difficulty levels, target age, and duration.
  • Learn micro:bit - Code and materials for learning to program with the BBC micro:bit.
  • Lessons Aligned to Code.orgs CS Fundamentals - Lesson plans aligned to Code.orgs Computer Science Fundamentals curriculum for primary and elementary school students.
  • First steps in using micro:bits with PCs - This very comprehensive article explores ways in which the micro:bit can send data via USB cable or wirelessly to PC applications.
  • Starting Computer Science with the BBC micro:bit - From Getting Started to Games. Computer Science teaching resources designed for use with students aged 10-14 years.
  • Science Experiment Lessons - Geared for students in middle and early high school, these Science Experiment lessons are designed help gain a greater understanding of the forces and behaviour of the physical world.
  • micro:bit Basics for Teachers - (Part 2, Part 3) - Are you a teacher who wants to use micro:bit in your classroom, but doesnt know where to start? Well show you how!

BBC Teaching Resources

  • Welcome to the micro:bit - Live Lesson - Learn how to create games, animations and robots using simple code.
  • Doctor Who and the micro:bit - Live Lesson - The BBC micro:bit will be put to the test at the controls of the TARDIS in this special BBC Live Lesson in collaboration with the team behind Doctor Who.
  • Strictly micro:bit - Live Lessons - The full BBC Live Lesson exploring the basics of coding, with help from the stars of Strictly Come Dancing and the BBC micro:bit.
  • micro:bit: Mission to Mars - Live Lesson - Reach for the stars with our latest Live Lesson on the BBC micro:bit, which investigates how computer science can be used to aid mans exploration of space.
  • Tackle time and space with Doctor Who and the BBC micro:bit - Join The Doctor on an adventure of courage, cunning and coding!
    • Part 1: Mission Sonic - What plan does the Doctor have in mind to save the Universe from the Reality Bomb?
    • Part 2: Mission Decode - The Doctor has intercepted some seriously strange data from the Daleks; its up to you to help decode it.
    • Part 3: Mission Hack - Its the final mission! Click here to get hacking and infiltrate the Dalek spaceship.

Community

  • Official Slack Channel - Online form to join this chat group, a great place to discuss and meet more people from the micro:bit community.
  • @microbit_edu on twitter
  • microbitfoundation on Facebook
  • micro:bit Python mailing list (archived)
  • micro:bit Sri Lanka User Group
  • Croatian Makers
  • MakeCode Gitter

Miscellaneous

  • micro:bit broadcast - (Discontinued, archived) newsletter to stay up-to-date with the latest micro:bit news, articles, projects, and resources.
  • microbit.org Support - The support pages from the micro:bit Foundation is a great source of information, containing an extensive collection of FAQs, articles, and guides.
  • Radiobit, a BBC micro:Bit RF firmware - Radiobit is composed of a dedicated Micropython-based firmware and a set of tools allowing security researchers to sniff, receive and send data over Nordics ShockBurst protocol, Enhanced ShockBurst protocol, Bluetooth Smart Link Layer and sniff raw 2.4GHz GFSK demodulated data.
  • micro:bit Poster - Element14 has put together this detailed, beautifully rendered, cross-section micro:bit poster highlighting all of the devices key functions and components.
  • Bluetooth troubleshooting guide - Tips on how to solve common and not so common micro:bit Bluetooth problems.
  • Micro World Tour - Before the micro:bit was released a few went on a tour to the world-wide Python community. A lot of interesting content and ideas on these micro:bit adventures.
  • Parents Complete Guide To The BBC micro:bit - Free resource to help parents get actively involved in helping their children learn how to code, even with no prior coding experience.
  • BBC micro:bit composer - Write music and get the corresponding micro:bit micropython code, a tool made with Scratch.
  • micro:mag - The Unofficial micro:bit Community Magazine.
  • micro:bit Out Of Box Experience - (Source Code) The default program running on a brand new micro:bit.

License

To the extent possible under law, the authors have waived all copyright and related or neighbouring rights to this work.

This projects is not endorsed, sponsored or associated with the BBC. "BBC", "micro:bit", and their logos are trademarks of the BBC.


推荐阅读:
相关文章