Skip to content

Simplest Mesh capable test application for mbed OS

Notifications You must be signed in to change notification settings

adustm/simple-mesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Mesh application for mbed OS

This applications tries to be the simplest one that utilizes our Mesh networking stack.

Basically only thing it does, is to join unsecure 6LoWPAN-ND network.

See file mbed_app.json for example how to define IEEE 802.15.4 channel to use.

Changing the radio driver

In order to run 6LoWPAN-ND network, you need working RF driver for Nanostack.

Provided example uses Atmel AT86RF233. To replace that do

mbed remove atmel-rf-driver

and then

mbed add <your RF driver address>

And then just mbed compile

About

Simplest Mesh capable test application for mbed OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages