Difference between revisions of "Tutorial:ZigBee"
From MobiNetS
(modify tutorial home page) |
|||
Line 8: | Line 8: | ||
===The simplest example=== | ===The simplest example=== | ||
This example shows | This example shows | ||
1) how the event-driven programming works, | |||
1) how the event-driven programming works, | |||
2) how to burn a program to a TelosB node. | 2) how to burn a program to a TelosB node. | ||
===Measurement=== | ===Measurement=== |
Revision as of 15:23, 24 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.