Difference between revisions of "Tutorial:ZigBee"

From MobiNetS
Jump to: navigation, search
(modify tutorial home page)
Line 5: Line 5:
* [https://blog.csdn.net/leansmall/article/details/78703633 TinyOS intro (Chinese)]
* [https://blog.csdn.net/leansmall/article/details/78703633 TinyOS intro (Chinese)]
* [https://blog.csdn.net/liuruiqun/article/details/45504035 Programming model of TinyOS (Chinese)]
* [https://blog.csdn.net/liuruiqun/article/details/45504035 Programming model of TinyOS (Chinese)]
* [http://www.tinyos.net TinyOS main site and official tutorials]
* [http://tinyos.stanford.edu/tinyos-wiki/index.php/Main_Page TinyOS main site and official tutorials]


===The simplest example===
===The simplest example===

Revision as of 18:31, 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 1) how the event-driven programming works, 2) how to burn a program to a TelosB node.

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