cancel
Showing results for 
Search instead for 
Did you mean: 

wiFi Fine Timing Measurement (FTM) IEEE 802.11mc WIFI

MK..1
Senior

Hi

Does ST have any WIFI chip with FTM?

Thanks

11 REPLIES 11
Peter BENSCH
ST Employee

No, ST does not offer Wi‑Fi FTM. But if you outline your use case, an alternative solution within the ST portfolio might be possible.

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
MK..1
Senior

Hi

what I need to do is to synchronise 2 devices over WIFI.

I need a 32 bit timer on stm32 which runs with less than 50 microsencond accuracy in comparison to a second device which also has a STM32.

One device may be configured as client and the other device as router or server.
Does the ST framework give me access to : (TSF) Timing Synchronization Function of 802.11?

See here:

https://en.wikipedia.org/wiki/Timing_synchronization_function

 

 

MK..1
Senior

Hi  @Peter BENSCH 

any news here?

Do you know: Does the ST framework give me access to : (TSF) Timing Synchronization Function of 802.11?

Thx


@MK..1 wrote:

less than 50 microsencond accuracy (sic?) in comparison to a second device


You mean less than 50 us error ?

 

But, as @Peter BENSCH said, you still haven't said why you (think you) need this ?

ie, what is your end goal here? What are you trying to achieve ?

 

Describe the goal, not the step.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
MK..1
Senior

Hi @Andrew Neil 

thanks. 

On my STM32 device I want to make a ADC measurement. 

I don't have one device but 10 (or lets say n) devies. All these 10 (or n) embedded Devices are connected via WIFI. 

I want all these 10 devices to initiate the ADC conversion at the same time (+/- 50 us accuracy). 

For this purpose I want synchronise all devices with an accuracy of ~50 us. 

Did I manage to describe it properly? ;)

According to this paper, ESP32 supports it:

Fine Time Measurement for the Internet of Things: A Practical Approach Using ESP32

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
MK..1
Senior

@Andrew Neil ideally i would stay withhin the STM32 world (ESP32 is not from ST?). Is this possible with ST's offerings as well? 

Second Question: Does the ST framework give me access to : (TSF) Timing Synchronization Function of 802.11?

Thx


@MK..1 wrote:

ESP32 is not from ST?


Correct.

 


@MK..1 wrote:

Second Question:


Best to keep to 1 question per thread - start a new thread for a separate question ...

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Super User

@MK..1 wrote:

Does ST have any WIFI chip ...


Currently, ST's only WiFi product is the ST67W611M1  module.

It supports IEEE 802.11b/g/n/ax:

https://www.st.com/en/wireless-connectivity/st67w611m1.html

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.