@@ -15,15 +15,17 @@ Four hex files needed:
15
15
project can be flashed via Bluetooth with the MakeCode editor under test.
16
16
- Create a hex file from the latest MakeCode live editor:
17
17
https://makecode.microbit.org/
18
- - Python Editor hex file: To ensure MakeCode editor under test can BLE flash
19
- micro:bits after using the Python Editor.
18
+ - Python Editor hex file: To ensure the MakeCode editor under test can
19
+ BLE flash micro:bits after using the Python Editor.
20
20
- Go to https://python.microbit.org and download the hex file
21
- from the default project.
21
+ with the default project.
22
+ - This hex file can only be tested with micro:bit V2
23
+ - MakeCode Under Test hex file: To ensure it can be flashed over.
22
24
23
25
Two mobile/tablet devices needed:
24
26
- Android device with the micro:bit app installed.
25
- - To load a different MakeCode URL, long touch the micro:bit logo in the
26
- app main screen and a modal will appear with the option to change
27
+ - To load a custom MakeCode URL long touch the micro:bit logo in the app
28
+ main screen. A modal will appear with the option change the MakeCode URL.
27
29
- iOS device with the micro:bit app installed.
28
30
- To load a different MakeCode URL, long press the MakeCode back chevron
29
31
to choose beta.
@@ -49,12 +51,13 @@ A test run for each of these hex files is required:
49
51
- "Out of Box" hex file
50
52
- "Meet the micro:bit" hex file
51
53
- MakeCode Live Editor hex file
52
- - Python Editor hex file
54
+ - Python Editor hex file (micro:bit V2 only)
55
+ - MakeCode Under Test hex file
53
56
54
57
Steps:
55
58
1. Connect the micro:bit to the computer via USB.
56
59
2. Copy the hex file under test to the `MICROBIT` USB drive.
57
- 3. Open the app and load the MakeCode editor under test.
60
+ 3. Open the micro:bit app and load the MakeCode editor under test.
58
61
- From the front page, select "Create Code"
59
62
4. Create a new MakeCode project with a simple programme (e.g. display
60
63
something on the LED matrix).
@@ -83,7 +86,10 @@ And the following micro:bit versions:
83
86
- micro:bit V2 only
84
87
85
88
Steps:
86
- 1. Flash the micro:bit with this MakeCode programme, using any method:
89
+ 1. Flash the micro:bit with this programme usin the MakeCode Under Test.
90
+ This project needs the datalogger extension to be added.
91
+ Ensure this project does not have the Bluetooth extension.
92
+ The board can be flashed using any method.
87
93
```javascript
88
94
basic.forever(function () {
89
95
datalogger.log(
@@ -98,3 +104,12 @@ Steps:
98
104
to connect the micro:bit via Bluetooth.
99
105
4. Verify that the data as a table of Time, X and Y acceleration values
100
106
is shown in the app.
107
+ 5. Add the Bluetooth extension to the project and flash the micro:bit again.
108
+ 6. Back to the app main menu, tap on the "Pair" button to pair the micro:bit.
109
+ - A WebUSB flash would have deleted the previous pair.
110
+ 7. Press the reset button on the micro:bit to ensure the programme is running.
111
+ 8. Back to the app main menu, go to "My Programs" and tap on the
112
+ "Fetch MY_DATA (V2 only)" button.
113
+ 9. In the "Fecth MY_DATA" screen, select "During Logging" at the top and
114
+ tap the "Fetch" button.
115
+ 10. Verify data is displayed and the fetch has not failed.
0 commit comments