Change Wifi standard b/g/n to make the most output power
Posted: Wed Sep 20, 2017 5:33 pm
In the datasheet for the ESP8266 (0a-esp8266ex_datasheet_en.pdf) I see that by changing the WIFI standard between b/g/n the output power is changed.
The speed of transmission is not my first concern, but I want to extend the range.
So these figures out of the datasheet tells me that if I change the standard to B, I will get the most power.
Can I change these settings in the Arduino sketch?
The speed of transmission is not my first concern, but I want to extend the range.
So these figures out of the datasheet tells me that if I change the standard to B, I will get the most power.
Tx Power
802.11 b: +20 dBm
802.11 g: +17 dBm
802.11 n: +14 dBm
Rx Sensitivity
802.11 b: -91 dbm (11 Mbps)
802.11 g: -75 dbm (54 Mbps)
802.11 n: -72 dbm (MCS7)
Can I change these settings in the Arduino sketch?