cyw43907 wifi raspberry pi

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

cross mob
save_3366371
Level 2
Level 2
First like received

Hello,

I have CYW943907AEVAL1F evaluation kit. I was wondering if we can use this as wifi module with the raspberry pi compute module IO board. I'm thinking these are pins to use. Please let me know if this is the right path to obtain wifi on the raspberry pi using this kit. Also can I use any other interface to get the wifi working other than SDIO?

Is there a linux driver support for the cyw43907 module, to work with raspbian?

FunctionCypress eval pins
SDIO_D031 (SDIO_DATA_0)
SDIO_D130 (SDIO_DATA_1)
SDIO_D235 (SDIO_DATA_2)
SDIO_D334 (SDIO_DATA_3)
SDIO_CLK32 (SDIO_CLK)
WL_REG_ON
42 (HIB_REG_ON_IN)
SDIO_CMD33 (SDIO_CMD)
GNDJ8_pin8 (VIN_EXT)
VCC(5v)J8_pin7

Thanks,

Santosh

0 Likes
1 Solution
ChMa_3922746
Level 5
Level 5
10 likes received 10 likes given 5 likes given

The CYW943907AEVAL1F is a standalone ARM with Wi-Fi interface. Are you thinking of making the CYW943907 emulate an SDIO device?  I suspect the SDIO pins on the CYW943907AEVAL1F are meant to be a master for an SDIO target device.  You could look at using SPI, I2C or even Ethernet to provide some type of comms link between the CYW943907AEVAL1F and pi. 

View solution in original post

5 Replies