Hi !

Can anyone please post any related links or the commands to use for
displaying RSSI value on the cygwin console. I am using imote2 sensor motes
and using the command s event message_t* Receive.receive(message_t* bufPtr,
   void* payload, uint8_t len) {
    rssi= call CC2420Packet.getRssi(bufPtr);
    call Leds.led1Toggle();
call Timer1.startOneShot(10);
printf("RSSI: %d",rssi);
    return bufPtr;
  }
The program is getting executed but i dont see any values on the scree. Can
can any one please send me the appropriate code and the commands on the
cygwin to use


Thanks and Regards,
harsha
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to