Need for Demo software to show the RSSI-value of the packet at screen

2 posts / 0 new
Last post
Sauli Hepo-oja
Offline
Last seen:4 years 10 months ago
加入:2016-06-02 16:20
Need for Demo software to show the RSSI-value of the packet at screen

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:
MT_dialog
Offline
Last seen:2 months 1 week ago
工作人员
加入:2015-06-08 11:34
Hi Sauli,

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