CYW43907 Wi-Fi Dongle Reference Design?

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

cross mob
DmKo_1322631
Level 2
Level 2
10 replies posted 5 replies posted 5 questions asked

Dear Cypress Community,

If somebody has a Wi-Fi Dongle Reference Design for CYW43907?

Thank you!

0 Likes
1 Solution
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi Ivan,

Currently, we don't have a reference design for such an undertaking. I am assuming that by Wi-Fi dongle you meant configuring the device as a client(STA) that receives packets from an AP connected to the internet. And the device will be connected to the system using a USB interface(correct me if i am wrong). You could make use of the snip application: https_client and https_server to understand how to use the https APIs. The 43907 does support USB 2.0 and  the device drivers could be found at

/43xxx_Wi-Fi/WICED/platform/MCU/BCM4390x/peripherals/usb_device

in the WICED SDK. Although the USB Stack APIs (USB stack source)are not made public. /43xxx_Wi-Fi/libraries/drivers/USB/./.

View solution in original post

2 Replies
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi Ivan,

Currently, we don't have a reference design for such an undertaking. I am assuming that by Wi-Fi dongle you meant configuring the device as a client(STA) that receives packets from an AP connected to the internet. And the device will be connected to the system using a USB interface(correct me if i am wrong). You could make use of the snip application: https_client and https_server to understand how to use the https APIs. The 43907 does support USB 2.0 and  the device drivers could be found at

/43xxx_Wi-Fi/WICED/platform/MCU/BCM4390x/peripherals/usb_device

in the WICED SDK. Although the USB Stack APIs (USB stack source)are not made public. /43xxx_Wi-Fi/libraries/drivers/USB/./.

Hi vnak,

could you give me step-by-step instruction for attaching the usb_device library to empty project (which files I have to add in make file, which sources and so on)?

0 Likes