This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zigbee TXPOWER change issue.

Hi,

I am trying to change the tx power of Zigbee using the following APIs : 

1) zb_set_tx_power(0x32);
2) nrf_radio_txpower_set(NRF_RADIO_TXPOWER_NEG12DBM);
3) nrf_802154_tx_power_set(NRF_RADIO_TXPOWER_NEG12DBM);

None of this API makes a significant change in the TXPOWER CPU register and similarly I cannot see any change in the Wireshark RSS. Can you suggest a proper API to see the changes in TXPOWER.

Thanks

Parents
  • Hello,

    I see that the zigbee stack will change the TX power back to 8dBm as long as the device is not part of a network. If you join a network, I could use the functions nrf_802154_tx_power_set() and nrf_802154_tx_power_get() to change the TX power (and confirm it). Was the node part of a network when you tried to use nrf_802154_tx_power_set()?

    BR,

    Edvin

Reply
  • Hello,

    I see that the zigbee stack will change the TX power back to 8dBm as long as the device is not part of a network. If you join a network, I could use the functions nrf_802154_tx_power_set() and nrf_802154_tx_power_get() to change the TX power (and confirm it). Was the node part of a network when you tried to use nrf_802154_tx_power_set()?

    BR,

    Edvin

Children
No Data
Related