Hi,I am using the mica2 motes with tinyos-1.x. I want measure the RSSI value at the receiver. My motes emit at 433MHz. From the datasheets I have been reading I think that everytime a packet is received the following should be done:-read the ADC_Count value from chan[7] of the ADC and use it to obtain Vbatt in: Vbatt= Vref x ADC_FS / ADC_Count-read the ADC_Count value from chan[0] of the ADC and use it to obtain Vrssi in: Vrssi= Vbatt x ADC_Count / ADC_FS-in the end obtain the RSSI value in dBm in this way: RSSI (dBm)=-51.3 x Vrssi - 49.2Is this process correct? If so, is there a way to make the calculation of the RSSI (dBm) on the mote? And last can I assume the RSSI value computed to be the received power at the receiver or there is a conversion I need to do? Thanks in advance,Giacomo
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
