Hi Paz,
thanks for your reply! You can achieve the same without editing Makefile by
$ COMP=SleepRadio make micaz
I've tried with several motes and only see the first blink. There must be
something wrong with my TinyOS tree. I'll try to figure out what it is.
Helps a lot now that I know it should work. Thanks!
Regards,
Harri
At 10:43 AM 12/19/2005 +0100, paz wrote:
Harri Siirtola escribió:
Hi,
could someone please verify that the CountSleepRadio really works on
MicaZ? For me, it looks like only the first timer interrupt works (the
leds blink once), then nothing happens.
Regards,
Harri
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
Hi,
I install CountSleepRadio on micaz. I can see the leds blinking every
2 seconds. You should change in /CountRadio/ makefile;
COMP ?= Dual
COMPONENT ?= Count$(COMP)C
include ../Makerules
By
COMP ?= SleepRadio
COMPONENT ?= Count$(COMP)C
include ../Makerules
and I compile with make micaz without extensions. Does this change help you?
Regards,
Paz
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help