-->
Page 3 of 4

Re: Antenna coverage with AP+STA mode

PostPosted: Wed Aug 30, 2017 3:24 am
by jarnoldbrown
As I understand it, when in AP and STA mode the same channel is used for both. So the AP is operating on the same channel as the WiFi router(or whatever the STA is connecting to). Could this affect the range in some way? I personally find it hard to believe your 2x, x idea, as there is surely only one transmitter and one receiver in the chip(or so I would have thought), so the STA and AP mode must be a time domain multiplex thing.

Re: Antenna coverage with AP+STA mode

PostPosted: Wed Aug 30, 2017 5:37 am
by martin_g
In AP_STA (and SOFTAP) mode the ESP uses 802.11b/g only, while in STA mode it uses by default b/g/n. This might explain differences.

Also, as far as I heard from other users, the transmission power is 3 dB higher when using b-only. You might try to set PHY mode to b-only - might result in low data rates but higher range (wifi_set_phy_mode(1))...

Re: Antenna coverage with AP+STA mode

PostPosted: Wed Aug 30, 2017 5:39 am
by diffstorm
The 2x, x idea is according to my measurements on non-ideal environment. So it would be great if anybody explain this with real knowledge. AP and STA run on the same antenna, yes, but how does it affect to range? That's the question.

Re: Antenna coverage with AP+STA mode

PostPosted: Wed Aug 30, 2017 5:59 am
by martin_g
As I said: different PHY modes. Repeat tests with wifi_set_phy_mode(2) as STA... Should be the same as STA_AP.