How to perform receiver blocking test CYW43455 without using CMW and also command for continous RX mode

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

cross mob
Eksi_4748921
Level 1
Level 1
Welcome! First question asked First reply posted

Hello

How to perform receiver blocking test CYW43455(1MW) without using CMW and also command for continous RX mode

Command in which we can see PER rate or number of packet TX and RX

Thanks,

Ekta

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hello Eksi_4748921 ,

Please have a look at the reference links below:

Module Partner Ecosystem: Tools for Getting to Production with Certified Modules

HCI-Based Bluetooth Testing  - the doc contains generic HCI commands structure as well as Bluez (hci tool ) format commands for BT RF test.

For packet error calculations :

- For BLE , you have to run HCI_LE_Receiver_Test ( OGF: 0x08 , OCF: 0x01D ) and then end the test using HCI_LE_Test_End (OGF: 0x08 , OCF: 0x01F) . Results will be provided – Number of packets

Refer to the commands and response format from the doc available here: https://community.cypress.com/docs/DOC-19558

- For BR/EDR , refer Rx_test ( OGF: 0x3F , OCF:0x052 ) , the statistics report received after the command complete event will have the packet received. Check the example in doc mentioned above

Hope this helps.

Regards,

Anjana

View solution in original post

0 Likes
1 Reply
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hello Eksi_4748921 ,

Please have a look at the reference links below:

Module Partner Ecosystem: Tools for Getting to Production with Certified Modules

HCI-Based Bluetooth Testing  - the doc contains generic HCI commands structure as well as Bluez (hci tool ) format commands for BT RF test.

For packet error calculations :

- For BLE , you have to run HCI_LE_Receiver_Test ( OGF: 0x08 , OCF: 0x01D ) and then end the test using HCI_LE_Test_End (OGF: 0x08 , OCF: 0x01F) . Results will be provided – Number of packets

Refer to the commands and response format from the doc available here: https://community.cypress.com/docs/DOC-19558

- For BR/EDR , refer Rx_test ( OGF: 0x3F , OCF:0x052 ) , the statistics report received after the command complete event will have the packet received. Check the example in doc mentioned above

Hope this helps.

Regards,

Anjana

0 Likes