Resources

All code from this website can be downloaded from our GitHub page

Tools

Download Mu from the Mu website; https://codewith.mu/

Online Micro:Bit tools; https://www.microbit.co.uk/app/

Microsoft PXT editor; https://makecode.microbit.org/

RGB colour values; https://www.rapidtables.com/web/color/RGB_Color.html

 

Mu Code files

1. NeoPixel Tutorial; https://bitbot.l33t.uk/wp-content/uploads/2022/03/NeoPixelExamples.zip

2. Light Detector Tutorial; https://bitbot.l33t.uk/wp-content/uploads/2022/03/LightDetector.zip

3. Infrared Emitter/Detector Tutorial; https://bitbot.l33t.uk/wp-content/uploads/2022/03/IRexample-1.zip

4. Line Following Robot; https://bitbot.l33t.uk/wp-content/uploads/2022/03/lineFollower.zip

Track for Line Following Robot; https://bitbot.l33t.uk/wp-content/uploads/2022/03/BitBot_Track-1.pdf (Open in Acrobot Reader and print on 6 pieces of paper instructions are on the track and in the tutorial)

5. Light Sensitive Robot; https://bitbot.l33t.uk/wp-content/uploads/2022/03/LightAvoidFollower.zip

6. Remote controlled Robot; RCAUTO

7. Path Finding Robot: pathFinderAUTO

 

Arduino IDE Code Files

SoftDevice hex file; microbit-adv (This will need to be re-uploaded to the Micro:Bit before uploading an Arduino sketch if the previous sketch was a MicroPython sketch).

Ultrasonic Example; ultrasonic

Code ported from MicroPython; https://bitbot.l33t.uk/wp-content/uploads/2022/03/BitBot_Lib_PORTED.zip

Light Sensitive Robot (Arduino IDE); https://bitbot.l33t.uk/wp-content/uploads/2022/03/Bitbot_Lib_LightS.zip

Line Following Robot (Arduino IDE);  https://bitbot.l33t.uk/wp-content/uploads/2022/03/Bitbot_Lib_LF.zip

Track for Line Following Robot;  https://bitbot.l33t.uk/wp-content/uploads/2022/03/BitBot_Track-1.pdf(Open in Acrobot Reader and print on 6 pieces of paper instructions are on the track and in the tutorial)

Pathinf Finding Robot (Arduino IDE); https://bitbot.l33t.uk/wp-content/uploads/2022/03/Bitbot_Lib_PathFinder.zip

MISC

Bluetooth Control; https://bitbot.l33t.uk/wp-content/uploads/2022/03/BluetoothCar.zip

Bit:Commander Game; https://bitbot.l33t.uk/wp-content/uploads/2022/03/BC_Game-1.zip

 

Other Links

4Tronix website

MicroPython API’s & Tutorials

Bluetooth control tutorial using a different method

Processing download link