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

Zephyr support #551

Open
3 tasks done
andrewleech opened this issue Nov 27, 2024 · 2 comments
Open
3 tasks done

Zephyr support #551

andrewleech opened this issue Nov 27, 2024 · 2 comments

Comments

@andrewleech
Copy link

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Described the feature in detail and justified the reason for the request.
  • Provided specific use cases and examples.

Feature description

Is there any known support / port of the esp-hosted "host" api to zephyr rtos ?

I already know and use esp-hosted to provide wifi and bluetooth to host MCU's running micropython and would like to use this same system for host MCU's running zephyr.

I'm not that familar with the zephyr networking implementations though I know it's got some overlay / inspiration from linux, so hoping there might be a known working implementation we could reference. It would be fantastic if this integration could eventually be included in upstream zephyr wifi and bluetooth so everyone can take advantage of this project.

Use cases

I would like to use esp-hosted running on a esp32-s3 or similar to provide network and bluetooth for host mcu's running zephyr, most commonly nxp mimxrt or stm32 devices in our applications.

Alternatives

Currently the only officially supported means I have to adding wifi and ble to both micropython and zephyr is based on infineon chipsets but espressif parts are far more readily available on pre-certified modules so I'd like to move to this platform.

Additional context

No response

@kaidegit
Copy link

kaidegit commented Jan 2, 2025

You can refer to the this. However, it is not provided by espressif.

https://cloud.listenai.com/zephyr/esp-hosted/-/tree/master/

@andrewleech
Copy link
Author

That's great, thanks for the example!

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