Dear all,
Im trying to get RSSI value under different transmit power(signal strength),
Now I have a question about how to change the transmit power,
I read the previous messages , there are 2 ways to change it, one is to
invoke the CC1000Control interface, just add the two lines in SendingMote
IntToRfmM.CC1000Control -> CC1000RadioC.CC1000Control;
call CC1000Control.SetRFPower(0x02);
another is change the Makefile. add CFLAGS +=
-DCC1000_DEF_RFPOWER=<your_power> to SendingMote's Makefile
i tried two ways, but the value without obvious changes,
btw, your_power should be 0-255?
thanks

Vivienne
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to