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
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to