thank you for your advice, but the problem still remain

   event result_t SendCmdStartRSSImeasuremensts.sendDone( TOS_MsgPtr
sent, result_t success ) {
      if( sent->ack == 1 ) {
         call Leds.yellowOn();
         call cmdTimer.start( TIMER_ONE_SHOT, 125 );
      }
      atomic { cmdPending = 0; }
      return SUCCESS;
   }


the ack is always = 0.  wired MacControl interface to CC2420RadioC
component in my app with MacControl.enable() call during the
initialization... Did you find some other errors ?


thank you in advance


Roberto

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to