In this example we will create a VB.net program that will read data from the serial port, in this case a Microbit connected to the PC. We will then upload…
Micro Bit
-
-
This example melds together our Microbit and an AD keypad and our Microbit built in tunes and allows you to play a different tune based on a key being pressed We only selected 9…
-
The neopixel module lets you use Neopixel (WS2812) individually addressable RGB LED strips with the Microbit. Note to use the neopixel module, you need to import it separately with: import…
-
For the purposes of education and entertainment, the module contains several example tunes that are expressed as Python lists. They can be used like this: import music music.play(music.NYAN) All the…
-
This was another couple of RGB led examples for the Micro:bit Layout Code The first example just shows some extra colour combinations [codesyntax lang=”python”] from microbit import * while True:…
-
A photoresistor (or light-dependent resistor, LDR, or photocell) is a light-controlled variable resistor. The resistance of a photoresistor decreases with increasing incident light intensity; in other words, it exhibits photoconductivity.…