0.2.0 • Published 7 years ago

bbc-microbit v0.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

node-bbc-microbit

Control a BBC micro:bit from Node.js using BLE.

Prerequisites

  • See noble prerequisites.
  • Requires a custom firmware build on the micro:bit. This build removes pairing security and enables all BLE services. The source code of the custom firmware can be found here.

Flashing micro:bit firmware

  1. Save hex file from firmware folder to computer.
  2. Connect micro:bit to computer using USB cable.
  3. Copy hex file to micro:bit disk drive.
  4. Calibrate magnetometer, by rotating micro:bit around in a circle.

Install

npm install bbc-microbit

Examples

See examples folder.

Usage

See API documentation.