[Tinyos-help] [TinyOS-2.x]Documentation for all components and
interfaces
David Gay
dgay42 at gmail.com
Fri Jun 8 09:17:04 PDT 2007
On 6/8/07, Peizhao Hu <peizhao at itee.uq.edu.au> wrote:
> thanks David,
>
> I tried to modify your example AntiTheft application to implement
> control of sensor node from the root:
> 1. node notify its appearance to the base station and wait for further
> instructions (either into low power waiting mode or start sampling)
> 2. base station can inactive a node by disseminate the operation mode
> with the target ID.
>
> However, I finished everything and deployed onto the motes, I have no
> idea how I can debug the application.
>
> so is there any debugging tool that I can use rather than 3 low bits leds?
Some options:
- http://www.tinyos.net/tinyos-1.x/doc/nesc/nesc-debugging.html
- tossim
- tinyos-2.x/tos/lib/printf
- send some of your own radio or serial messages for debugging
Personally, I tend to mostly use avarice/gdb and the leds...
David
More information about the Tinyos-help
mailing list