Hello,
I am developing an application for location tracking to be run on a Windows computer. The computer will be communicating to a mesh network using the serial interface running on an NRF52-DK board. The mesh network will consist of Light Switch servers and clients also running on NRF52-DK boards.
My question is: by using the interactive_pyaci script, is it possible to send a request out to the mesh network, and receive a list of the RSSI values between all nodes that can communicate with one another? For example
1. {Board 1}, {Board 2} : {RSSI Value 1}
2. {Board 1}, {Board 3} : {RSSI Value 2}
3. {Board 7}, {Board 14} : {RSSI Value 1}
....
Please let me know if there is any documentation on how to implement this or if you can help in any way. Thanks!