-->
Page 1 of 1

How to get station RSSI on AP mode?

PostPosted: Tue Apr 27, 2021 2:21 am
by AlbeltBo
I have configured an ESP8266 as an AP and another as a Station, I can get the AP's RSSI on Station by using the API:
Code: Select all sint8 wifi_station_get_rssi(void)

But how can I get the Station's RSSI on AP? Is there any API to do this?
I use the RTOS SDK, and my firmware version is ESP8266_RTOS_SDK-2.0.0.

Re: How to get station RSSI on AP mode?

PostPosted: Thu Apr 29, 2021 9:55 am
by eriksl
No, there is no API function to retrieve the signal values of the access point side.