Dear Nordic Crew,
I have got 5 adafruit feathers based on NRF52832 and nRF52833-DK so far.
I would like to implement indoor localization based on BLE mesh and RSSI.
As far as I understand, to gather RSSI in your NRF5-SDK-for-mesh, I can use your great RSSI model (RSSI model)...
and the question is, is it possible to use RSSI model in LPN, to make "RSSI multilateration" of LPN or it can talk only with its friend node?
If measuring RSSI by LPN is not possible:
option 1. assuming, that my LPN have battery, is rechargeable and power consumption issue is important but not critical, can I implement it as regular mesh node, turn radio on - gather RSSIs - publish some data for subscriber - turn radio off to save battery?
option 2. can LPN work simultaneously as BLE beacon (similar to SDK_coexist) and can mesh nodes gather BLE advertisement and parse advertising from LPN using RX callback (a chapter in beaconing)?
Additional question, do you recommend NRF5-SDK-for-mesh or NCS/Zephyr for BLE mesh? In my opinion, option 1 can be made on Zephyr if I create RSSI model, but what about option 2?
I will appreciate any other idea or suggestion.
Best regards,
Jacek