Search found 3 matches
- Sat Sep 11, 2021 12:06 pm
- Forum: General Discussion
- Topic: IDF Example erh2wifi
- Replies: 1
- Views: 2015
Re: IDF Example erh2wifi
Could you solve your problem in the meantime? I was in the same situation and found this thread when searching for advice. I found out that esp_wifi_internal_tx works, but esp_wifi_internal_reg_rxcb has no effect (IDF version 4.3). Finally I found a solution that works for me, and described it here:...
- Sat Sep 11, 2021 11:58 am
- Forum: General Discussion
- Topic: unnable to run eth2wifi , need help
- Replies: 10
- Views: 12226
Re: unnable to run eth2wifi , need help
It may be late for you, but I also tried to run eth2wifi, failed first, and finally was successful. I had to make same changes to the ESP-IDF code to get it running on version 4.3. Here I wrote down details: https://github.com/makischu/ESP_eth2wifi Hope this is helpful for people in the same situati...
- Sat Sep 11, 2021 11:43 am
- Forum: General Discussion
- Topic: eth2wifi sample code
- Replies: 3
- Views: 6049
Re: eth2wifi sample code
It might be late for you, but I had a similar problem, found this thread when searching for a solution, and finally found a solution. I have described it here:
https://github.com/makischu/ESP_eth2wifi
https://github.com/makischu/ESP_eth2wifi