Skip to content
New issue

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

STM32 WiFi support #11

Open
RonAmihai opened this issue May 22, 2018 · 2 comments
Open

STM32 WiFi support #11

RonAmihai opened this issue May 22, 2018 · 2 comments

Comments

@RonAmihai
Copy link

RonAmihai commented May 22, 2018

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?

@RonAmihai
Copy link
Author

RonAmihai commented May 22, 2018

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?

@ziutek
Copy link
Owner

ziutek commented May 22, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants