Difference between revisions of "Tutorial:ZigBee"
From MobiNetS
(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:// | * [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.
Useful links:
- TinyOS intro (Chinese)
- Programming model of TinyOS (Chinese)
- TinyOS main site and official tutorials
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.