Dear Tyra,
i use Tinynode 584. To read the RSSI (it's available in 6 levels),
when I receive a packet, I get the value in this way.
event message_t* Receive.receive(message_t* msg, void *payload,
uint8_t len) {
rssi = (uint8_t) ((xe1205_metadata_t*) ((uint8_t*)msg->footer +
sizeof(xe1205_footer_t) ) )->strength;
}
Best Regards
Enrico
tyra wrote:
> hello!
> has any1 worked on tinynode584? just want to know which components and
> interfaces to use to get the rssi for received packets......
>
> thanks in advance
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help