Skip to content

Commit 5d94bbb

Browse files
authored
Merge pull request #2 from ARMmbed/iriark01-patch-1
Reviewed minor changes into the docs
2 parents 8715ecf + 3c7b2dc commit 5d94bbb

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
# Example Mesh application for mbed OS
22

3-
This applications tries to be the simplest one that utilizes our Mesh networking stack.
3+
This applications is the simplest one to utilizes our Mesh networking stack. All it does is join the unsecure *6LoWPAN-ND* network.
44

5-
Basically only thing it does, is to join unsecure *6LoWPAN-ND* network.
6-
7-
See file `mbed_app.json` for example how to define IEEE 802.15.4 channel to use.
5+
See the file `mbed_app.json` for an example of defining an IEEE 802.15.4 channel to use.
86

97
## Changing the radio driver
108

11-
In order to run 6LoWPAN-ND network, you need working RF driver for Nanostack.
9+
In order to run a 6LoWPAN-ND network, you need a working RF driver for Nanostack. This example uses the Atmel AT86RF233.
10+
11+
To change drivers:
12+
13+
__1__
1214

13-
Provided example uses Atmel AT86RF233. To replace that do
1415
```
1516
mbed remove atmel-rf-driver
1617
```
1718

18-
and then
19+
__2__
20+
1921
```
2022
mbed add <your RF driver address>
2123
```
2224

23-
And then just `mbed compile`
25+
__3__
26+
27+
```
28+
`mbed compile`
29+
```

0 commit comments

Comments
 (0)