ARMmbed / wifi-ism43362

ISM43362 WiFi driver
17 stars 22 forks source link

Scan fails when more than about 20 networks are in range #68

Closed michalpasztamobica closed 4 years ago

michalpasztamobica commented 4 years ago

This is a follow-up of an investigation performed in https://github.com/ARMmbed/mbed-os-example-wifi/issues/177.

Quoting @LMESTM 's proposal:

Driver would need to be modified to:

  • check if firmware version is the latest one
  • select the AT command accordingly (F0=2 if latest firmware version or newer, F0 if older version)
  • list the access points with one of the 2 above methods.