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

Reply via email to