Go Joe
Posts: 1
Joined: Tue Oct 18, 2016 2:51 pm

Active RFID tag or BLE Beacon location sensing

Tue Oct 18, 2016 3:19 pm

Simple put, I am looking for the best way to get a vector towards a (tagged) object using a Pi3. Sensing range needs to be at least 3M. This is to be used for a pi robot's indoor sensing of objects.

I am trying to build an application that is capable of sensing the relative location of several active RFID tags, BLE Beacons or some other form of tag. A vector towards each tag would be ideal, but distance to tag/beacon would also work. Does anyone know how to accomplish this on a Raspberry Pi 3 running Windows 10?

I am a C# coder so I am thinking I can use the Pi3 onboard bluetooth to receive multiple BLE beacon signal strengths then triangulate, but I don't want to have to re-invent the wheel. I have been unable to find any sample code for this exactly and there might be a better direct method to get the vector towards an object using Pi3, seem like this would be a common need in the Pi world.

User avatar
Douglas6
Posts: 4860
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: Active RFID tag or BLE Beacon location sensing

Tue Oct 18, 2016 4:20 pm

Well, you can get signal strength (RSSI) from iBeacons, but I wouldn't think it would be precise enough for your needs. I don't think RFID would give you the range.

jayz26
Posts: 1
Joined: Wed Jan 17, 2018 11:30 am

Re: Active RFID tag or BLE Beacon location sensing

Tue Mar 13, 2018 10:39 am

I would like to go with BLE Beacon. Here is my reference for the same- https://blog.roambee.com/supply-chain- ... le-beacons

tpylkko
Posts: 409
Joined: Tue Oct 14, 2014 5:21 pm

Re: Active RFID tag or BLE Beacon location sensing

Tue Mar 13, 2018 3:52 pm

You could try triangulation techniques with bluetooth beacons or in combination with other techniques.

Return to “General discussion”