how to interface cybt-343151-02 with usb to uart bridge

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

cross mob
madh_4641236
Level 1
Level 1

I'm working with cybt-343151-02 module. How to transmit and receive data through hci uart in this module in wiced ide? Is there any other way to interface this module with arduino to check basic communication??

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

The CYBT-343151-02 is a CYW20706 based module.

If you want to watch logs with the HCI UART, please refer to chapter 4.4 of WICED-CYW920706WCDEVAL-Kit-Guide.pdf in the Doc folder.

If you want to send/receive data with the HCI UART, you can refer to the WICED-HCI-Control-Protocol.pdf in the Doc folder. You may also refer to the demo audio/headset in the IDE which send/receive command/event with HCI UART.

View solution in original post

1 Reply
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

The CYBT-343151-02 is a CYW20706 based module.

If you want to watch logs with the HCI UART, please refer to chapter 4.4 of WICED-CYW920706WCDEVAL-Kit-Guide.pdf in the Doc folder.

If you want to send/receive data with the HCI UART, you can refer to the WICED-HCI-Control-Protocol.pdf in the Doc folder. You may also refer to the demo audio/headset in the IDE which send/receive command/event with HCI UART.