I have SmartBond™ DA14583 nibbets and a DA14583DEVKT-B and a software which detects packets and sends sequentically a nr of 1-255 to COM port via USB.
It would be much better to get RSSI-value of the packet signal - too. Do we have a demo test software of this kind?
I would like to have it to be able to verify and demo the RF link .
Device:
Hi Sauli,
There isn't any demo dedicated in printing out the rssi signal in connection or advertising state, you can check the windows proximity monitor example that scans for advertising devices and prints out some info including the RSSI.RSSI value of the advertising message is included in the packet you receive when you get an advertising indication. When the central gets the advertsing packet a GAP_ADV_REPORT_IND is triggered and should be handled in order to extract the rssi. In case of a connection you should explictly send a message to the stack (GAPC_GET_INFO_CMD) in order to get the rssi (check the RW_BLE_GAP_IS pdf).
Thanks MT_dialog