Wifi-camera application

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

cross mob
Anonymous
Not applicable

We have a new project with omnivison camera sensor OV5640. now  we searching a wifi controller for sharing image data. We found your product CYUSB3065 as MIPI interface to USB converter. Can you suggest any usb to Wifi IC's? or any more feasible way of the design?

0 Likes
1 Solution
KS_96
Employee
Employee
10 sign-ins 5 sign-ins 10 replies posted

Just to add to previous reply From Winston:

You need to use CYW43907 as USB Host to connect to CYUSB3065. There are USB drivers already in WICED-Studio for CYW43907. But you have to write USB Video class driver (UVC) to receive the data. You also need to do JPEG encoding (probably port libjpeg or some other encoders) depending upon your application needs.

View solution in original post

2 Replies
WinstonF_61
Moderator
Moderator
Moderator
100 likes received 100 sign-ins 50 solutions authored

Hi,

Have a look at CYW43907. It has a USB 2.0 Host & Device capabilities. You will have to do the math for the possible Frame Rates etc. in case you plan to stream.

Some links:

http://www.cypress.com/file/298236/download

CYW943907AEVAL1F Evaluation Kit | Cypress Semiconductor

https://electricimp.com/docs/hardware/resources/reference-designs/imp005breakout/

Hope this helps.

Winston

Regards
Winston
KS_96
Employee
Employee
10 sign-ins 5 sign-ins 10 replies posted

Just to add to previous reply From Winston:

You need to use CYW43907 as USB Host to connect to CYUSB3065. There are USB drivers already in WICED-Studio for CYW43907. But you have to write USB Video class driver (UVC) to receive the data. You also need to do JPEG encoding (probably port libjpeg or some other encoders) depending upon your application needs.