[CYBT-343026-01] How to use MBT tool to test RSSI

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
YoJa_3107936
Level 5
Level 5
Distributor - Macnica (Japan)
100 sign-ins 50 sign-ins First like given

Hi everyone

Questions about Output using MBT.

1, Is it possible to measure the RSSI of the destination module using MBTTool?

        Sender and receiver use the same module

        Do not use dedicated measuring instruments

2, Is it impossible to perform an output test as described in ManufacturingBluetoothTestTool

    just by operating from the hostCPU without connecting to a PC?

Thanks

Yang

0 Likes
1 Solution
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

On the hello_client app, I added the following line (after line 1101) in the scan result callback function and I was able to read back the RSSI when the client connects to the sensor.

WICED_BT_TRACE(" RSSI : %d \n", p_scan_result->rssi );

View solution in original post

0 Likes
2 Replies
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi Yang,

1. No, you cannot measure the RSSI of the destination module.

2. I do not understand your query, please elaborate.

0 Likes
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

On the hello_client app, I added the following line (after line 1101) in the scan result callback function and I was able to read back the RSSI when the client connects to the sensor.

WICED_BT_TRACE(" RSSI : %d \n", p_scan_result->rssi );

0 Likes