We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c92ba0 commit 8715ecfCopy full SHA for 8715ecf
README.md
@@ -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