In this example we will create a simple traffic light system with a micro:bit. This is fairly simple and at a basic level involves switching red, amber and green LEDs …
getelectronics71a
-
-
In this article we show you how to create a dice using your micro:bit, there are a couple of ways to do this and we will also show a couple …
-
The Easy Module Shield in my opinion is one of the best shields you can buy for your Arduino Uno, the shield consists of the following features Two pushbutton switches Two …
-
In this article we will introduce you to the JavaScript Blocks Editor for the micro:bit, we will create some simple examples for the micro:bit. The blocks editor makes it incredibly …
-
A random dice example for a codebug Code Python # To run this code on CodeBug, visit: # # http://www.codebug.org.uk/learn/activity/66/tethering-codebug-with-python/#step585 # import codebug_tether from codebug_tether import (IO_DIGITAL_OUTPUT, IO_DIGITAL_INPUT, IO_PWM_OUTPUT, …
-
In this example we will display some of the scrolling text examples on a codebug, these are easy to create Code Python # To run this code on CodeBug, visit: …
