makischu / ESP_eth2wifi

Replacement for missing eth2wifi example in current (2021/09) espressif/esp-iot-solution
7 stars 3 forks source link

thanks #1

Open StephaneDFR opened 2 years ago

StephaneDFR commented 2 years ago

Hi,

Thanks a lot for this update, i was looking for it. i'll give it a go (i was using eth2wifi in ap mode); BTW, did you try idf exemple called eth2ap. it seems it has replaced the iot exemple eth2wifi, but i have very ybad results with it. less stable, les bitrate, lot of warnings/ errors at runtime. awful. but they still use esp_wifi_internal_reg_rxcb in this exemple...

makischu commented 2 years ago

Hi, thanks for giving it a try. I tried a few examples; don't remember if IDF's eth2ap was one of if, sorry. Did you succeed with the suggested modifications?

StephaneDFR commented 2 years ago

I copy/paste your code and try STA mode and it seems to work much better. I still have some errors at runtime i need to investigate, such as : emac_esp32: emac_esp32_transmit(257): insufficient TX buffer size

And I just wonder if I can do the same for AP mode, instead of STA mode ? eth2wifi was working like a charm in 1.0 release of iot package in AP mode

Thanks again for the workarround you provided