espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
152 stars 93 forks source link

using an esp32 as a mac phy for Linux lateform (IEC-22) #186

Closed jletutour closed 1 year ago

jletutour commented 1 year ago

Is your feature request related to a problem?

Hello , is there a software ( in esp32 and linux driver ) allowing through the usb , for exemple, to use esp32 as a wifi /ble MAC PHY?

Describe the solution you'd like.

a software in the esp32S3 ( vroom 01) module to allow me to use it as a mac phy , preferred by usb , and the good driver also

Describe alternatives you've considered.

other phy's ( ti nxp,... ) in murata, ublox, ...

Additional context.

No response

igrr commented 1 year ago

Hi @jletutour, the closest thing we have to that is https://github.com/espressif/esp-hosted, specifically https://github.com/espressif/esp-hosted/blob/master/esp_hosted_ng/README.md. The issue about USB support in esp-hosted is this one: https://github.com/espressif/esp-hosted/issues/188.