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