This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Changing transmission power in TIMAC

Other Parts Discussed in Thread: CC2520, TIMAC

Hi,

I am using MSPEXP430F5438 experimenter board + CC2520 transceiver.

I am using sample program given in TIMAC stack.

Currently the transmission power has been set at 0dBm and I want to increase it and set it at +5dBm.

I have tried changing  phyTransmitPower without frontend to 5 from 0  in mac.pib.c but I do not see any change. Is there anything I am missing out. Please help me out.

Thanks

Yuvraj

  • Please refer to section "5.2.5 Get and Set Attributes" of the 802.15.4 MAC API.pdf, available in the Documents dir of the TI MAC SDK (TIMAC 1.5.0/Documents).

    The Tx Power can be set using the MAC_MlmeSetReq(MAC_PHY_TRANSMIT_POWER , x) API.

    Regards, TC.