hi, thank you so much for the help, no one was even bothering to reply.

i am getting the rssi value but its always the same although i am changing
distance its giving value '6'. what am i supposed to do now? ur help
required 




Enrico Giarola wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://old.nabble.com/how-to-get-Rssi-in-tinynode-with-xe1205-radio-tp34427502p34434442.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.

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

Reply via email to