The objective of this post is to explain how to configure the micro:bit board to support MicroPython and create a simple "Hello World" program. Introduction The objective of this post is to explain how to configure the micro:bit board to support MicroPython and create a simple "Hello World" program. MicroPython is an implementation of the Python 3 …
Micro:bit JavaScript Blocks Editor: String interpolation
The objective of this post is to explain how to use string interpolation on the micro:bit board, using the JavaScript Blocks Editor. Introduction The objective of this post is to explain how to use string interpolation on the micro:bit board, using the JavaScript Blocks Editor. In short, string interpolation corresponds to evaluating a string that may contain …
Continue reading "Micro:bit JavaScript Blocks Editor: String interpolation"
Micro:bit JavaScript Blocks Editor: Turning LEDs on and off
The objective of this post is to explain how to turn on, turn off and toggle the LEDs from the micro:bit LED matrix. We will be using the using JavaScript Blocks Editor for developing our code. Introduction The objective of this post is to explain how to turn on, turn off and toggle the LEDs from the micro:bit …
Continue reading "Micro:bit JavaScript Blocks Editor: Turning LEDs on and off"
Micro:bit JavaScript Blocks Editor: Hello World
The objective of this post is to explain how to create a simple Hello World application for the micro:bit board, using the JavaScript Blocks Editor. Introduction The objective of this post is to explain how to create a simple Hello World application for the micro:bit board, using the JavaScript Blocks Editor. You can read more about the …
Continue reading "Micro:bit JavaScript Blocks Editor: Hello World"
Micro:bit board: an introduction
The objective of this post is to introduce the micro:bit board, a very easy to use ARM-based development board. Introduction The objective of this post is to introduce the micro:bit board, an ARM-based development board. This is a very easy to use board that already includes a lot of peripherals, which avoids the need for …