Difference between revisions of "Tutorial:ZigBee"

From MobiNetS
Jump to: navigation, search
Line 7: Line 7:
* [http://www.tinyos.net TinyOS main site and official tutorials]
* [http://www.tinyos.net TinyOS main site and official tutorials]


===The simplest example to understand event-driven programming===
===The simplest example===
 
<code>
This example shows how the event-driven programming works.
</code>


===Measurement===
===Measurement===

Revision as of 17:59, 22 September 2019

This page shows the tutorial for experiments with ZigBee communications and the testbed.

The ZigBee Testbed in B1-612, Main Building

Useful links:

The simplest example

This example shows how the event-driven programming works.

Measurement

To measure various information from received packets.

Code template

Extract info upon receiving a packet.

Payload

Header

Footer

RSSI

Byte-level RSSI

Routing

Code template

Broadcast

Unicast

Anycast

Testbed usage

Data collection using USB cables

Batch burn of multiple network nodes

Remote configuration via web

Multi-hop networks

Useful parse scripts