whc2001
whc2001
> Supported IDF version is ESP-IDF v5.1.1 Unfortunately I tried with v5.1 and the result is the same. I have checked the migrating guide and it does not mention anything...
I [attempted to port](https://github.com/whc2001/snapclient/commit/f77ef026133e84697933e8329a95f2554c3e3dea) the newer example to this project, but interestingly it failed with the exact same problem. I am starting to think I got a broken environment, as...
> Ok so it seems you'll need to replace Cmakefilelist.txt content of eth_interface component by this > > ``` > idf_component_register(SRCS "eth_interface.c" > INCLUDE_DIRS "include" > REQUIRES driver esp_eth esp_netif)...
I don't know what I did but the the `driver/gpio.h` is now working, however the `main.c` is still using WiFi. After some fiddling I found that the `if` guard in...
Can you please check this, seems like it's compiling for me. My ESP32 board does not have GPIO21 broken out so I need to get another one to test on...
Seems no good. Added some debug print: ``` [0;31mE (904) snapclient_eth_init: >>>>> init Ethernet - calloc[0m [0;31mE (914) snapclient_eth_init: >>>>> init internal Ethernet - init_internal[0m [0;31mE (922) snapclient_eth_init: >>>>> init...
> I can't tell you @whc2001 how much I love the docker image. This IDF stuff is really annoying to install. So maybe use the docker image instead for getting...
Nvm, silly error ;) > [The LAN8720 on the Waveshare board is bootstraped to use I²C address 1.](https://sautter.com/blog/ethernet-on-esp32-using-lan8720/)  I'll do some test then generate a pull request for just...
Update: seems like the connection can be made, but once the snapserver starts send anything to the client, it would jam the connection (?) that `Couldn't get PCM chunk` is...
> @whc2001 I've add a pull request at your repo, see [whc2001#1](https://github.com/whc2001/snapclient/pull/1) > > Also the code seems to work perfectly for me even without the modifications above. I'd still...