File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 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```
1516mbed remove atmel-rf-driver
1617```
1718
18- and then
19+ __ 2__
20+
1921```
2022mbed add <your RF driver address>
2123```
2224
23- And then just ` mbed compile `
25+ __ 3__
26+
27+ ```
28+ `mbed compile`
29+ ```
You can’t perform that action at this time.
0 commit comments