Page 1 of 1

detecting wifi device

Posted: Tue Dec 26, 2017 5:30 am
by pathawee
Can i detect wifi device with esp32? and how?

Re: detecting wifi device

Posted: Wed Dec 27, 2017 5:28 am
by kolban
There is an API called esp_wifi_scan_start() (see ... http://esp-idf.readthedocs.io/en/latest ... _config_tb) that will start performing a WiFi scan and return events when new WiFi access points are detected.