Skip to content
Snippets Groups Projects
Smyler's avatar
Smyler authored
Add compute distance function

See merge request !6
cded1ec4
History

NET-4104-groupe-4

Description

This project aims to use the FTM protocols to triangulate the position of a device (ESP32-S3) using four other ESP32-S3 devices. The central device is the client and the other four devices are the servers. The servers are AP and the client is an initiator. The client sends a request to the servers and the servers respond with their position in the cartesian coordinate system. The client then calculates the position of the device using the received positions and the distance between the servers and the device using the FTM protocol.

Contributors