RCP: How to set Radio transmit power as channel changes? #8766
-
Hello, My platform is a TME built on an RCP architecture on Thread stack 1.3.0 My RCP stack have support for
As I understand it, the RCP vendor library also does not support pre-mapping Channel to TransmitPower In some regions of the world (e.g. North America) the allowed transmit power Outside of just Is there a good place to hook in the call to Thank you for everyone's time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Ideally, the radio vendor should provide drivers that implement the appropriate radio platform APIs, like |
Beta Was this translation helpful? Give feedback.
Ideally, the radio vendor should provide drivers that implement the appropriate radio platform APIs, like
otPlatRadioSetChannelMaxTransmitPower
. This is what they are designed for. I would reach out to the radio vendor regarding implementation of these radio platform APIs.