Murata 1YN (Cypress 43439) #14251
Unanswered
victorallume
asked this question in
Libraries & Drivers
Replies: 1 comment
-
I didn't write the micropython driver for it, but I'm pretty sure you'd have to adapt all the calls on the micropython side to encompass the new firmware custom commands (think IOCTL and such) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been playing with getting the Murata 1YN wifi module working with micropython. It's a Cypress 43439 chipset internally, and a meant to a pin compatible replacement for the 1DX. I tried to create the relevant firmware files in the
lib/cyw43-driver/firmware
folder from originals at https://github.com/murata-wireless/cyw-fmac-fw/ but couldn't get it to work. But then I tried the stock 43439 firmware in micropython, and voila, it works fine.Is it possible there are some configuration changes that might need tweaking in the wifi_nvram file, or that the CLM blob might not be matched for the module?
Beta Was this translation helpful? Give feedback.
All reactions