-->
Page 1 of 1

ESP8266 Testing and positioning antenna

PostPosted: Sun Oct 23, 2016 3:28 pm
by megakozak
What would be best approach to use ESP module as test device for different antennas? I thought of something that sniffes for particular packets/sec and returns the amount of recived/expected as signal quality. Any thoughts how to approach this subject? It would be great if this could work even without making actual connection.

Re: ESP8266 Testing and positioning antenna

PostPosted: Mon Oct 24, 2016 5:07 am
by eduperez
Using an Arduino sketch, you can include the ESP8266WiFi library, that provides a "scanNetworks" method; this method returns the SSID and RSSI of all APs within reach:

https://github.com/esp8266/Arduino/blob ... FiScan.ino

Re: ESP8266 Testing and positioning antenna

PostPosted: Mon Oct 24, 2016 2:28 pm
by megakozak
If i'm correct this function takes some time to process and that really not practical for antena tuning application if you get one read for few seconds. I'm hoping for something much faster.