ESP8266 Developer Zone The Official ESP8266 Forum 2017-12-26T01:32:21+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=467 2017-12-26T01:32:21+08:00 2017-12-26T01:32:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=18831#p18831 <![CDATA[Re: Time Of Flight - Distance measurement]]> Statistics: Posted by BladeGalen — Tue Dec 26, 2017 1:32 am


]]>
2017-08-02T00:34:13+08:00 2017-08-02T00:34:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=14943#p14943 <![CDATA[Re: Time Of Flight - Distance measurement]]> can you please respond regarding when it will be enabled on ESP8266 SDK? it's really urgent for me to know this, since one of my customer is waiting to make decision regarding the WiFi chip set to be used for Human Tracking for his Indoor Location application, i suggested him to go with your ESP8266 chip since it's cost effective & power efficient and wide open source support but they want time based location system than RSSI based ones, given location accuracy and robustness is one of the key specs.

Thanks & Regards,
Hemamali
hema@trakray.com
+91-9972152311

Statistics: Posted by Hemamali — Wed Aug 02, 2017 12:34 am


]]>
2017-07-27T02:25:13+08:00 2017-07-27T02:25:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=14858#p14858 <![CDATA[Re: Time Of Flight - Distance measurement]]>
Thanks & Regards,
Hemamali

Statistics: Posted by Hemamali — Thu Jul 27, 2017 2:25 am


]]>
2016-12-24T07:44:34+08:00 2016-12-24T07:44:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=10969#p10969 <![CDATA[Re: Time Of Flight - Distance measurement]]> https://github.com/ernacktob/esp8266_wifi_raw

However, a native implementation would be nice though.

Statistics: Posted by JackDeCosta — Sat Dec 24, 2016 7:44 am


]]>
2016-09-18T00:34:45+08:00 2016-09-18T00:34:45+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=9847#p9847 <![CDATA[Re: Time Of Flight - Distance measurement]]> is there any news about TOF in esp8266?
That feature would be very powerful!
Let us know if we can hope or not. ;)
Thank you.
Davide

Statistics: Posted by loba — Sun Sep 18, 2016 12:34 am


]]>
2016-04-06T17:48:53+08:00 2016-04-06T17:48:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=6365#p6365 <![CDATA[Re: Time Of Flight - Distance measurement]]> Statistics: Posted by dearwind153 — Wed Apr 06, 2016 5:48 pm


]]>
2016-03-18T19:06:32+08:00 2016-03-18T19:06:32+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=6165#p6165 <![CDATA[Re: Time Of Flight - Distance measurement]]>
Thank you in advance.

Statistics: Posted by jboden — Fri Mar 18, 2016 7:06 pm


]]>
2015-05-21T13:24:00+08:00 2015-05-21T13:24:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=1815#p1815 <![CDATA[Re: Time Of Flight - Distance measurement]]>
This is a really sharp question. thanks.
TOA is very sensitive to multi path effects, i.e. in TOA algorithm in ESP8266 per se, has only basic mitigation against multi-path now.
So sorry that it is not supported now, but if there is any update, we will let you know.

Sorry for the inconvenience.

Statistics: Posted by ESP_Faye — Thu May 21, 2015 1:24 pm


]]>
2015-05-20T14:47:18+08:00 2015-05-20T14:47:18+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=1799#p1799 <![CDATA[Re: Time Of Flight - Distance measurement]]> http://www.eecs.berkeley.edu/~dzats/time-of-flight.pdf.

It shows TOF is much better than RSS for distance measurement

Statistics: Posted by gbrault — Wed May 20, 2015 2:47 pm


]]>
2015-05-20T04:51:13+08:00 2015-05-20T04:51:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=467&p=1787#p1787 <![CDATA[Time Of Flight - Distance measurement]]> Some people acheive 50cm repetability with moving target of few meters/sec (5 or so).

Basically, a node A send a message asking to node B to send back the message (don't need to be very long). Node A is able to estimate the Time to process the packet TPP and measure the Round Trip Time.

The Time of Flight is then Round Trip Time - TPP.

If c is the speed of light

d = c * ToF / 2

Few questions:
0- Is it a good idea to implement such a thing? (i.e.: any chance to get a good result)
1- Do you think ESP8266 EX could be able to measure TOF?
2- Do you have any plan to implement such a function?
3- Could you have a function in the SDK to get the result (and trigger the measurement)?

Thanks

Statistics: Posted by gbrault — Wed May 20, 2015 4:51 am


]]>