Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
587 views
in Technique[技术] by (71.8m points)

bluetooth lowenergy - Using BLE for indoor positioning

I have a project that i need to know that if some smartphones are in the same room to implement that i checked several approaches but i found using BLE the best.

The algorithm is that i have a master smartphone that i know is in the room and i want to validate all other smartphones with RSSI that this smartphone get from them. I want to know that does any body have any experience about this approach like that how much the RSSI should be that i be sure that other smartphone is in the same room that master smartphone is?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Unfortunately, RSSI is not a perfect model for getting the distance, and in your use case this is highly dependent on the structure of the room and architecture of the building. There have been many attempts in the past to get distance data from RSSI and most of them have been fruitless. Please see the links below for more information:-

If you still want to use RSSI to get the distance data, the best mechanism would be a trial-and-error model. Basically, if your project is going to be carried out only in one room then you can run tests there on multiple devices from inside and outside the room, then collect the RSSI data that you get accordingly. You can then write an app that tells you whether the device is in the room or outside based on the data that you have already collected. Please see the links below that can help you get started:-

I hope this helps.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...