Micro:bit MicroPython: Getting the status of a LED
In this tutorial we will learn how to read the status of a LED from the Micro:Bit‘s LED matrix, using MicroPython.
In this tutorial we will learn how to read the status of a LED from the Micro:Bit‘s LED matrix, using MicroPython.
In this tutorial we will learn how to turn on and off specific LEDs from the micro:bit‘s LED matrix, using MicroPython, including controlling their brightness.
In this tutorial we will check how to use the * operator to generate a repetitive sequence of a string. This tutorial was tested on MicroPython running on a micro:bit board.
In this tutorial we will check how to concatenate strings in MicroPython running on the micro:bit board.
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.
The objective of this post is to explain how to use string interpolation on the micro:bit board, using the JavaScript Blocks Editor.
The objective of this post is to explain how to detect when a user presses one of the micro:bit buttons and react to those events, using the JavaScript Code Blocks editor.
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.
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.
The objective of this post is to introduce the micro:bit board, a very easy to use ARM-based development board.