Search found 2 matches
- Thu Nov 14, 2019 8:37 pm
- Forum: ESP32 Arduino
- Topic: how can I get wifi rssi at faster rate
- Replies: 6
- Views: 15366
Re: how can I get wifi rssi at faster rate
Many thanks @ESP_Angus, I solved my question without re-compiling (re-building) the library. The issue was simply adding some parameters to be passed by the function call to the WiFiScan.cpp implementation. I achieved that by appending 3 new parameters Target_SSID , Target_MAC and Target_Channel to ...
- Wed Nov 13, 2019 10:38 pm
- Forum: ESP32 Arduino
- Topic: how can I get wifi rssi at faster rate
- Replies: 6
- Views: 15366
Re: how can I get wifi rssi at faster rate
Hello @ESP_Angus, I was trying to achieve the same target (i.e.: Higher "than default" refresh rate for RSSI measurements). I was looking on the Arduino implementation at: ( https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiScan.cpp#L57 ). I realized that the function esp...