Page 1 of 1

Example Wifi FTM Issues

Posted: Fri Jul 28, 2023 3:14 am
by JJ8428
I currently hold 2 ESP32 S2 Dev Modules. I have been able to connect them to my computer with the proper cords, drivers, and etc. I also have the latest necessary packages installed in the Arduino IDE (Specifically, esp32 by espressif (Version 2.0.11).

https://github.com/espressif/arduino-es ... mples/FTM/

On one board, I have the Wifi FTM responder loaded and it works fine.

On the other board, I have the Wifi FTM initiator loaded and it seems to be able to connect to the Wifi FTM responder. It prints out a stream of text in the Serial Monitor similar to below for a solid 5 seconds before it disconnects from the FTM responder.
...
FTM Estimate: Distance: 1.16 m, Return Time: 8 ns
FTM Estimate: Distance: 1.13 m, Return Time: 8 ns
FTM Estimate: Distance: 1.26 m, Return Time: 9 ns
FTM Estimate: Distance: 1.00 m, Return Time: 9 ns
...

Has anyone else dealt with this issue before?