HCI Commands explanation

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

cross mob
veb_3529051
Level 3
Level 3

Hi,

How to get the 20719 HCI Command details for wmbt radio_rx_test

0000 < 19 10 08 12 00 01 52 FC 0E 45 23 01 3A 70 20 E8 >

0010 < 03 00 02 01 03 11 00 >

like below

14 FC  // means operation code set_tx_frequency_arm

07   // command length

00   // carrier on

02   // ( 2402  minus 2400)

01  // PRBS9

02  // 8PSK

Thanks

0 Likes
1 Solution
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hi:

please take a look at below picture:

0000 < 19 10 08 12 00 01 52 FC 0E 45 23 01 3A 70 20 E8 >

0010 < 03 00 02 01 03 11 00 >

pastedImage_0.png

0x19    //HCI_WICED_PKT

10   //EVENT code

08   //Group Code

12 00  // command length and  means following 18 bytes

The followed 18 bytes include operation code, and parameters need to be changed.

please take a look at our document released with SDK .

please install our wiced studio and find this document.

WICED-HCI-Control-Protocol.pdf

View solution in original post

0 Likes
1 Reply
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hi:

please take a look at below picture:

0000 < 19 10 08 12 00 01 52 FC 0E 45 23 01 3A 70 20 E8 >

0010 < 03 00 02 01 03 11 00 >

pastedImage_0.png

0x19    //HCI_WICED_PKT

10   //EVENT code

08   //Group Code

12 00  // command length and  means following 18 bytes

The followed 18 bytes include operation code, and parameters need to be changed.

please take a look at our document released with SDK .

please install our wiced studio and find this document.

WICED-HCI-Control-Protocol.pdf

0 Likes