Difference between revisions of "Tutorial:ZigBee"
From MobiNetS
Line 9: | Line 9: | ||
===The simplest example=== | ===The simplest example=== | ||
<code> | <code> | ||
This example shows how the event-driven programming works. | This example shows | ||
1) how the event-driven programming works, | |||
2) how to burn a program to a TelosB node. | |||
</code> | </code> | ||
Revision as of 18:01, 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.