File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ Three hex files needed:
22
22
23
23
Two mobile/tablet devices needed:
24
24
- 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 change
25
27
- iOS device with the micro: bit app installed.
28
+ - TODO: Add instructions here to load a different MakeCode URL in iOS.
26
29
27
30
## Test 1: Full flashing with Bluetooth from "Out of Box" and "Meet the micro: bit "
28
31
@@ -60,7 +63,7 @@ This test should be carried out with:
60
63
61
64
Steps:
62
65
1 . Follow steps from Test 1.
63
- 2 . Change the blocks in the MakeCode editor to something different
66
+ 2 . Change the blocks in the MakeCode editor to do something different
64
67
(e.g. display a different icon/message on the LED matrix).
65
68
3 . Click the "Download" button.
66
69
4 . Follow the connection instructions to connect the micro: bit via Bluetooth
87
90
)
88
91
})
89
92
```
90
- 2. Open the micro: bit app and connect to the micro: bit.
91
- 3. TODO : Rest of the instructions will be added soon.
93
+ 2. Open the micro: bit app, go to " My Programs" .
94
+ 3. Tap on the " Fetch MY_DATA (V2 only)" button and follow the instructions
95
+ to connect the micro: bit via Bluetooth.
96
+ 4. Verify that the data a table of Time, X and Y acceleration values
97
+ is shown in the app.
Original file line number Diff line number Diff line change @@ -35,18 +35,21 @@ Chrome-based browsers and operating systems:
35
35
- Edge on Windows
36
36
- MakeCode Offline App for Windows
37
37
- https://makecode.microbit.org/offline-app
38
+ - This app needs to be packaged with the version of MakeCode under test.
38
39
- MakeCode Offline App for macOS
39
40
- https://makecode.microbit.org/offline-app
41
+ - This app needs to be packaged with the version of MakeCode under test.
40
42
- MakeCode Windows Store App
41
43
- https://apps.microsoft.com/detail/9nmqdq2xzkwk
44
+ - To load MakeCode beta, type ` /@beta ` in the extension search box.
42
45
43
46
## Tests to run on all matrix variations
44
47
45
48
The following tests should be carried out with all combinations of the
46
49
micro: bit boards, DAPLink versions, and browsers/apps listed in the
47
50
"Test Matrix" section.
48
51
49
- As these tests can be repeated multiple times in the same computer with
52
+ As these tests can be repeated multiple times in the same browser/app with
50
53
different micro: bit boards, when a test step indicates to create a new project,
51
54
it is acceptable to use an existing project created in a previous test run.
52
55
You can’t perform that action at this time.
0 commit comments