Hi all,
I found the demo for BLE Mesh is interesting and great for displaying the functionalities of BLE in a mesh network:
https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
It eventually come to the question that how could I get the data from the mesh demo. (Please forgive me if I asked a basic question).
I have read FAQs from Devzone that there are people who asked about getting data, i.e. we can get RSSI in method handle_status_cb and time data (RTT) by accessing the method client_status_cb. Let's say we have for the demo the mobile app nRF Mesh and two thingys. We provision and connect the thingy with the app in a mesh network. After we reprogrammed the firmware of mesh demo for getting the data we want. How can we get the display of the data (RSSI, RTT etc.)? Do we need a raspberry pi for display? Could we export the data by somehow reprogramming nRF Mesh?
Thank you so much!
Kindly,
WHui