Skip to main content
added 7 characters in body
Source Link
dda
  • 1.6k
  • 1
  • 12
  • 18

Using an ESP8266 I can get the RSSI of the Wifi network using Wifi.getNetworkInfo()Wifi.getNetworkInfo() or WifiWifi.RSSI().RSSI(), but But is there a way to know the actual connection speed in Mbps, after joining successfully a WiFi network?

Using ESP8266 I can get the RSSI of the Wifi network using Wifi.getNetworkInfo() or Wifi.RSSI(), but is there a way to know the actual connection speed in Mbps, after joining successfully a WiFi network?

Using an ESP8266 I can get the RSSI of the Wifi network using Wifi.getNetworkInfo() or Wifi.RSSI(). But is there a way to know the actual connection speed in Mbps, after joining successfully a WiFi network?

Tweeted twitter.com/StackArduino/status/951987362854264833
added 15 characters in body
Source Link
FarO
  • 339
  • 1
  • 4
  • 16

Using ESP8266 I can get the RSSI of the Wifi network using Wifi.getNetworkInfo() or Wifi.RSSI(), but is there a way to know the actual connection speed in Mbps, after joining successfully a WiFi network?

Using ESP8266 I can get the RSSI of the Wifi network using Wifi.getNetworkInfo(), but is there a way to know the actual connection speed in Mbps, after joining successfully a WiFi network?

Using ESP8266 I can get the RSSI of the Wifi network using Wifi.getNetworkInfo() or Wifi.RSSI(), but is there a way to know the actual connection speed in Mbps, after joining successfully a WiFi network?

Source Link
FarO
  • 339
  • 1
  • 4
  • 16

Can I get the current connection speed with ESP8266?

Using ESP8266 I can get the RSSI of the Wifi network using Wifi.getNetworkInfo(), but is there a way to know the actual connection speed in Mbps, after joining successfully a WiFi network?