Hello – My project needs to report its indoor position to the cloud (no GPS). I intend on using known positions of iBeacons SSID/RSSI coupled with trilateration math – fully cognizant of accuracy limitations with this approach (RSSI).
I have no experience with BLE, and I do understand this is complex for someone who is new with Segger/CMSIS, Nordic (and BLE in general). That said, I need to get it done. I’ve selected the nRF52832 with S132. I have both the 52832 and 52840 DK’s.
Browsing the SDK, I’ve found “experimental/ble_app_interactive” application. When executing, the UART CLI: “scan on”, then “devices” – I indeed see the iBeacons (no UUID, nor do I see RSSI when using the 'devices' command).
I’ve Googled the topic of Indoor Positioning many times and the results I’m getting are limited. Perhaps I’m searching incorrectly, or no one is taking this approach for indoor positioning. Would anyone here have any suggestions on where to take this further?
I envisioned the nRF52 as an observer/client & some sort of a filter policy to screen out any other Bluetooth devices except the iBeacons of interest, generate a list of, say, 5 of the top RSSI iBeacons, then ship those iBeacon SSID’s with RSSI values to the cloud for trilateration analysis. I selected iBeacon because there are many low cost iBeacons available for purchase.
Any suggestions/thoughts/examples/URLs/etc applicable to Indoor Positioning Nordic/Cortex-M would be appreciated - I just can't seem to find much.
Many thanks.