-->
Page 1 of 2

TX power setting

PostPosted: Thu Jan 26, 2017 6:46 pm
by zioax
I would change tx output power but there are no references to it in nodemcu api. Anyone know if is it possible?

Re: TX power setting

PostPosted: Thu Jan 26, 2017 7:13 pm
by rudy
https://links2004.github.io/Arduino/d0/ ... e3756e9047


WiFi.setOutputPower(0); // this sets wifi to lowest power

WiFi.setOutputPower(20.5); // this sets wifi to highest power

Re: TX power setting

PostPosted: Fri Jan 27, 2017 7:33 am
by zioax
Ok, but why these parameters aren't available in nodemcu api?

Re: TX power setting

PostPosted: Fri Jan 27, 2017 9:22 am
by rudy
zioax wrote:Ok, but why these parameters aren't available in nodemcu api?


This is an Arduino forum so that is the information I supplied. If you need information on a different platform then maybe try a different forum.