xPico
®
200 Certification Firmware Instructions
16
Table 1: BT Test Commands
BT Test Command
Description
bt_hci_reset
Cypress equivalent command
mbt reset
This command resets the BT device on the module.
Run this prior to running any other certification test.
This can also be used to stop any of the running BT
tests.
bt_download_firmware
Run this command prior to any of the tests below to
load the BT test firmware into the radio.
bt_le_rx_test <rx_channel>
Cypress equivalent command
mbt le_receiver_test
This command runs the LE receiver test.
rx_channel = receive frequency minus 2402 divided
by 2.
Acceptable channels are 0 to 39 where 0 is
2402Mhz and 39 is 2480 Mhz.
bt_le_tx_test <tx_channel>
<data_length> <data_pattern>
Cypress equivalent command
mbt le_transmitter_test
This command runs the LE transmit test.
tx_channel = receive frequency minus 2402 divided
by 2.
Acceptable channels are 0 to 39 where 0 is 2402
Mhz and 39 is 2480 Mhz.
Data_length can be from 0 to 37.
Data_pattern can be from 0 to 7.
Data Pattern Definitions
0: Pseudo-random bit sequence 9
1: Pattern of alternating bits: 11110000
2: Pattern of alternating bits: 10101010
3: Pseudo-random bit sequence 15
4: Pattern of all 1s
5: Pattern of all 0s
6: Pattern of alternating bits: 00001111
7: Pattern of alternating bits: 0101
bt_le_test_end
Cypress equivalent command
mbt le_test_end
The LE test end script stops the LE transmitter or
LE receiver tests.