I am trying to modify tx settings in open thread but when I try to execute otLinkSetMaxTransmitPower it cannot find this function. It seems to find all others. Is this not implemented? It is in the docs. Do you guys have some sample code?
I am trying to modify tx settings in open thread but when I try to execute otLinkSetMaxTransmitPower it cannot find this function. It seems to find all others. Is this not implemented? It is in the docs. Do you guys have some sample code?
Hmm, strange, it might be that it's not implemented. What version of the SDK are you using?
Alternatively you can use nrf_802154_tx_power_set instead. It is what otLinkSetMaxTransmitPower would eventually call itself.
Hmm, strange, it might be that it's not implemented. What version of the SDK are you using?
Alternatively you can use nrf_802154_tx_power_set instead. It is what otLinkSetMaxTransmitPower would eventually call itself.
It compiled.... but it did not work. When I connect to the device using the Open Thread client and execute the "txpower" command it is still defaults to the 0dbm. Any more clues?
I suggest you search through your project for another nrf_802154_tx_power_set. The 802.15.4 driver might have a default setting that's defined in sdk_config.h or another header.