• microbit how to make a dice

    by iainhendry
    1.5k views

    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 of different development examples.

  • 5 Wemos Mini shields with examples

    by iainhendry
    1.3k views

    In this article we look at five Wemos shields and will have examples of their usage. The Wemos mini is my favourite development board for the ESP8266 microcontroller. The shields we are looking at are the PIR Shield, Ambient light Shield, WS2812B RGB Shield, SHT30 Shield and the Matrix LED Shield.

  • 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 easy to create simple examples with no coding, you can also switch to Javascript and see the code version of the block examples which you create.

  • Random dice example for a codebug

    by iainhendry
    800 views

    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,…

  • Scrolling text on a Codebug

    by iainhendry
    766 views

    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:…

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More