You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled a list of useful tweaks I usually use while configuring my freshly installed distro.
3
4
Everything in this guide is made of Ubuntu/Debian based systems in mind, so it might not function the same on different package managers and distros
5
Implementation of IP101_PHY Ethernet...Implementation of IP101_PHY Ethernet on ESP32. A copy made based on this thread: https://github.com/espressif/arduino-esp32/issues/3554 Thanks to DheeranYuvaraj. You will very likely require to put your ESP32 boards version to 2.0.6 or similar for this sketch to work.
1
#include<ETH.h>
2
3
#defineETH_ADDR1
4
#defineETH_POWER_PIN5
5
#defineETH_MDC_PIN23
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page
or contact support.