Skip to content

Commit 8715ecf

Browse files
author
Seppo Takalo
committed
Add readme
1 parent 7c92ba0 commit 8715ecf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Example Mesh application for mbed OS
2+
3+
This applications tries to be the simplest one that utilizes our Mesh networking stack.
4+
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.
8+
9+
## Changing the radio driver
10+
11+
In order to run 6LoWPAN-ND network, you need working RF driver for Nanostack.
12+
13+
Provided example uses Atmel AT86RF233. To replace that do
14+
```
15+
mbed remove atmel-rf-driver
16+
```
17+
18+
and then
19+
```
20+
mbed add <your RF driver address>
21+
```
22+
23+
And then just `mbed compile`

0 commit comments

Comments
 (0)