We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to use EMGO with one of the supported STM32 MTUs, alongside WiFi module (SPWF04 for example).
Does EMGO support WiFi? What modules are supported if it does?
The text was updated successfully, but these errors were encountered:
OK, I've seen you have an example for WiFiMCU, so I guess this MCU is supported. https://github.com/ziutek/emgo/tree/master/egpath/src/stm32/examples/wifimcu
Does EMGO's API support operations with this MCU's WiFi capabilities?
Sorry, something went wrong.
No it doesn't.
I bought WiFiMCU a few weeks ago and I'm currently studying SDCARD spec.
The driver for SDIO peripheral have to be written and tested. This implies solid support for SD memory cards (the first beginnings are here: https://github.com/ziutek/emgo/tree/devel/egpath/src/sdcard).
After that you will have to write driver to communicate with BCM43362 WiFi chip. IP and UDP is also need to do something useful.
Quite a lot of work...
You can always use something that exposes WiFi or full TCP/IP/WiFi stack on UART.
No branches or pull requests
I would like to use EMGO with one of the supported STM32 MTUs, alongside WiFi module (SPWF04 for example).
Does EMGO support WiFi?
What modules are supported if it does?
The text was updated successfully, but these errors were encountered: