From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.3 required=3.0 tests=BAYES_40,NICE_REPLY_A, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Niklas Holsti Newsgroups: comp.lang.ada Subject: Re: Ada libraries to deal with RFID tags Date: Fri, 23 Dec 2022 20:38:42 +0200 Organization: Tidorum Ltd Message-ID: References: <0dc99c5c-5178-4cce-a176-8c05509aa781n@googlegroups.com> <5f1fb857-21f6-4be2-9010-0c89062a47abn@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net AvYxT7GsFUlRaZEpXQ3nsAT/2gxgQ4xQGXDDMf2OoBoMsQH1W0 Cancel-Lock: sha1:nZIaqMUBi33dLpEbaaZC3VZ1jMg= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Content-Language: en-US In-Reply-To: <5f1fb857-21f6-4be2-9010-0c89062a47abn@googlegroups.com> Xref: reader01.eternal-september.org comp.lang.ada:64726 List-Id: On 2022-12-23 19:23, Saada Mehdi wrote: > 3 reading receiving towers should be able to triangulate/pin-point > passive RFID chips at any given time. You wanted 10 cm precision, right? If you use time-of-flight to compute the position, this requires about 0.3 ns timing precision and synchronization, if each Tx/Rx tower times its own sending and reception. You could get around the synch problem by cabling the Tx/Rx signals from and to a central Tx/Rx, but you still have to be able to measure the time differences between the three Rx signals to that precision. I doubt if that can be done with standard RFID Tx/Rx electronics. Some discussion, negative and positive, here (part of the result of a web search for "RFID triangulation"): https://www.quora.com/Can-the-position-of-a-RFID-tag-be-tracked-with-high-precision-in-a-2D-or-3D-space?share=1 There are some references to fancier electronics that can provide good spatial resolution.