Tool/software:
Hi Team,
My customer is using TI CC2640R2F, SDK:simplelink_cc2640r2_sdk_5_30_00_03
They are using sample code: simple_observer w/ PTM to perform Rx/Tx test in the BLE stack, not BLE5 stack.
PS: the simple_observer
The following is the RX test procedure:
Step |
Purpose |
Command |
1 |
Reset the device |
HCI_Reset |
2 |
Device enter Rx mode and start the test |
HCIExt_ModemTestRxCmd |
Reading RSSI while testing |
HCI_ReadRssiCmd |
|
3 |
Stop the test? |
HCI_LE_TestEnd?HCI_EXT_EndModemTestCmd? |
However, PTM does not enable all the commands. Among others, the HCI_ReadRSSI() command is not enabled in PTM mode.
Please help to provide comments:
1. for Rx test, if the above RX test procedure need to be modified?
If yes, please help to provide recommend test steps.
2. for RSSI test of RX , if PTM did not enable this command.
Do we have other way to get the value of RSSI?
3. PTM does not enable all the commands. Please help to check if TI has a list about supported HCI command for PTM,
4. PTM can be enable both for the example code of BLE stack and BLE5 stack in SDK.
The supported HCI commands are the same between BLE stack and BLE5 stack ?
Which one is recommended for PTM to run RX / TX test via HCI?
Thanks.