Skip to content

Commit e06950e

Browse files
author
Jim Bennett
committed
More images
1 parent 4238a64 commit e06950e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Images/PairDeviceMenu.png

27.9 KB
Loading

Images/PairDevicePopup.png

111 KB
Loading

Images/SelectDeviceToPair.png

26.2 KB
Loading

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BBC micro:bit Friend Detector
22

3-
The [BBC micro:bit](https://amzn.to/2UxQNiM) is a pocket-sized computer that allows you to have loads of fun whilst learning digital technology and computer science. You can program it using block-based coding and build anything - from simple programs to lighti up LEDs to robots, musical instruments and more.
3+
The [BBC micro:bit](https://amzn.to/2UxQNiM) is a pocket-sized computer that allows you to have loads of fun whilst learning digital technology and computer science. You can program it using block-based coding and build anything - from simple programs to light up LEDs, to robots, musical instruments and more.
44

55
![micro:bit logo](https://microbit.org/images/microbit-logo-stripped.png)
66

@@ -14,7 +14,7 @@ In this tutorial, you will create a friend detector - a wrist-mounted gadget tha
1414
* A computer connected to the internet
1515
* A micro USB cable (if you by the micro:bit Go kit linked above it contains this already). You may need a UBC-C to USB-A adapter if your computer only has USB-C ports (for example modern Macs).
1616
* A micro:bit battery pack and batteries (if you by the micro:bit Go kit linked above it contains this already)
17-
* Some duct tape
17+
* Some duct tape (I recommend this [rainbow duct tape](https://amzn.to/2XLnFGN))
1818
* Velcro
1919

2020
![Picture of what is needed - a micro:bit with power pack, duct tape, velcro and a computer]()

Steps/GettingStarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ Depending on what browser you are using, you might be able to pair your micro:bi
2222

2323
* Select the *Pair device* option from the cog menu
2424

25-
![The pair device option in the cog menu]()
25+
![The pair device option in the cog menu](../Images/PairDeviceMenu.png)
2626

2727
* Ensure your micro:bit is plugged in to your computer using a USB cable
2828

2929
* Select **Pair device* from the popup
3030

31-
![The pair device popup telling you to plug your micro:bit in with a USB cable]()
31+
![The pair device popup telling you to plug your micro:bit in with a USB cable](../Images/PairDevicePopup.png)
3232

3333
* A dialog box will popup telling you that MakeCode wants to connect. It will show a list of any USB devices plugged in, including your micro:bit. Select your micro:bit and select **Connect**.
3434

35-
![The USB connection dialog box]()
35+
![The USB connection dialog box](../Images/SelectDeviceToPair.png)
3636

3737
## The MakeCode editor
3838

0 commit comments

Comments
 (0)