CC1000RadioIntM uses B-Mac.

Hui Kang

On 3/14/2007, "jose m" <[EMAIL PROTECTED]> wrote:

>Hello, I can't find documentation about TinyOS MAC for MICA2 mote. So,  I read 
>the CC1000RadioIntM.nc component. Now I understand the protocol,  however, 
>there is an aditional function associated to RSSI values, a  task called 
>adjustSquelch(). I see how it works and what it does, and I  have some 
>questions:
>
>  -Why the system continuously measures RSSI values and "adjust squelch"? Is 
> not enough do this thing only once?
>  -What is the purpose of these lines:
>
>  tempsquelch = ((uint32_t)(usSquelchVal << 5) + (uint32_t)(min_value << 1));
>  usSquelchVal = (uin16_t)((tempsquelch / 34) & 0x0FFFF);
>
>  Is not enough take the minimum valid RSSI value instead that weird 
> calculation?
>
>  I'm using TinyOS 1.1.15
>
>  Thanks
>
>  Jos�
>
>
>---------------------------------
> Pregunt�. Respond�. Descubr�.
> Todo lo que quer�as saber, y lo que ni imaginabas,
> est� en Yahoo! Respuestas (Beta).
> Probalo ya! )

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to