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.5 required=3.0 tests=BAYES_50,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:a37:648a:0:b0:6fa:16fe:93f6 with SMTP id y132-20020a37648a000000b006fa16fe93f6mr381542qkb.258.1671813681819; Fri, 23 Dec 2022 08:41:21 -0800 (PST) X-Received: by 2002:ac8:73ca:0:b0:3a5:4f9b:215a with SMTP id v10-20020ac873ca000000b003a54f9b215amr361516qtp.394.1671813681534; Fri, 23 Dec 2022 08:41:21 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 23 Dec 2022 08:41:21 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=2a02:8428:829d:101:82ff:8750:77b0:5769; posting-account=rhqvKAoAAABpikMmPHJSZh4400BboHwT NNTP-Posting-Host: 2a02:8428:829d:101:82ff:8750:77b0:5769 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0dc99c5c-5178-4cce-a176-8c05509aa781n@googlegroups.com> Subject: Ada libraries to deal with RFID tags From: Saada Mehdi <00120260a@gmail.com> Injection-Date: Fri, 23 Dec 2022 16:41:21 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:64723 List-Id: Hi, In the future I'll be working with RFID tags, mostly on the short range (1= =E2=80=93100 m) 433 MHz kind, defined by part 7 of the standard (https://ww= w.iso.org/standard/57336.html). At least that should fit my needs. I'll track mice or such small animals (no insects though) left free in an e= nclosed area, so that they feed themselves on the ground. I read those chips were cheap, 5$. Are there Ada libraries to deal with these kinds of devices ? I mean, to bu= ild RFID readers. Ideally I would need to map the mice' locations and movem= ents and tell apart specific individuals. Thanks, Mehdi