7

I am trying to increase the wifi scan rate but with the method wifi.startscan and getting the info of the list result returned, i dont see that the rssi change each 2 seconds. My question is if it is possible to get a low rate scan of the rssi and if it is possible how could i do it.

Jørgen R
  • 10,568
  • 7
  • 42
  • 59

1 Answers1

1

The scan rate is so low, because the scan takes that long. The only way you can reduce the time a scan takes, is to scan on a subset of available frequencies.

Community
  • 1
  • 1
gzm0
  • 14,752
  • 1
  • 36
  • 64
  • You could also reduce the scan dwell time per channel, but dropping this much below 150ms risks missing beacon frames. – alfwatt Feb 25 '16 at 21:37
  • @alfwatt Do you have a command how to do that? (Or is this hardware specific?) – gzm0 Feb 26 '16 at 06:35