Arduino: API to set RF TX Power Level

Created on 9 Sep 2015  路  5Comments  路  Source: esp8266/Arduino

I have looked around and can not find an API to set the Wifi RF TX Power Level. According to this post, the SDK esp_iot_sdk_v1.1.0_15_05_22 added this capability.

Is this already exposed someplace, or can this API be exposed? I have not been able to locate it in any documentation here.

http://www.esp8266.com/viewtopic.php?f=13&t=3072&sid=39bf5cb2ff5f17bbc6faf06503064cc3&start=5#p18209

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

All 5 comments

Any update? i am looking for the same thing. Also wondering what is the default max power in case the set api is not explicitly called?

What happens if you never call setOutputPower? What is the default transmission power set?

@babylonx
from measurements I can tell that it sets to maximum TX power.
I see 19dBm difference between default and using setOutputPower(0)

The NONOS SDK api reference for SDK v2.1.0 explains that the function takes values in the range [0-82], which means the argument for our wrapper is in the range [0-20.5].
Closing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JiriBilek picture JiriBilek  路  98Comments

av1024 picture av1024  路  80Comments

sntlyeet picture sntlyeet  路  125Comments

wb8wka picture wb8wka  路  99Comments

SensorsIot picture SensorsIot  路  129Comments