Hello,
How can I set the tx power for Thread protocol?
As in this this blog post.
Best regards,
Basem
Hello,
How can I set the tx power for Thread protocol?
As in this this blog post.
Best regards,
Basem
Hi Basem,
You can change the default TX power statically with CONFIG_OPENTHREAD_DEFAULT_TX_POWER in your prj.conf or during runtime with otPlatRadioSetTransmitPower() in your application code.
Best regards,
Maria
Thanks Maria.
Thanks Maria.