-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API to set RF TX Power Level #764
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? |
use WiFI.setOutputPower Arduino/libraries/ESP8266WiFi/src/ESP8266WiFiGeneric.cpp Lines 169 to 179 in 4107424
|
What happens if you never call setOutputPower? What is the default transmission power set? |
@babylonx |
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]. |
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.
The text was updated successfully, but these errors were encountered: