Tool/software: Linux
I am trying to put the wl1837mod into continue tx mode for fcc test, using the following command
hcitool -i hci0 cmd 0x3f 0x10c 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0x64 hcitool -i hci0 cmd 0x03 0x001a 0x03 hcitool -i hci0 cmd 0x3f 0x01fb 0x01 0xff 0x00 0x00 0x00 0x00 0x01 hcitool -i hci0 cmd 0x03 0x01ca 0x62 0x09 0x01 0x00 0x07 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
but on the spectrum analyzer, there is no obvious response on the selected frequency.
if the above command list is right?
the following are process of running above commands line by line
hcitool -i hci0 cmd 0x3f 0x10c 0x00 0x00 0xff 0xff 0xff 0xff 0xff 0x64 < HCI Command: ogf 0x3f, ocf 0x010c, plen 8 00 00 FF FF FF FF FF 64 > HCI Event: 0x0e plen 4 01 0C FD 00 root@colibri-imx6:/usr/bin/gryphon_test# hcitool -i hci0 cmd 0x03 0x001a 0x03 < HCI Command: ogf 0x03, ocf 0x001a, plen 1 03 > HCI Event: 0x0e plen 4 01 1A 0C 00 root@colibri-imx6:/usr/bin/gryphon_test# hcitool -i hci0 cmd 0x3f 0x01fb 0x01 0xff 0x00 0x00 0x00 0x00 0x01 < HCI Command: ogf 0x3f, ocf 0x01fb, plen 7 01 FF 00 00 00 00 01 > HCI Event: 0x0e plen 4 01 FB FD 00 root@colibri-imx6:/usr/bin/gryphon_test# hcitool -i hci0 cmd 0x03 0x01ca 0x62 0x09 0x01 0x00 0x07 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 < HCI Command: ogf 0x03, ocf 0x01ca, plen 13 62 09 01 00 07 00 00 00 00 00 00 00 00 > HCI Event: 0x0e plen 4 01 CA 0D 01
