Replies: 2 comments 1 reply
-
What means : Network Card dont enabled ? what s the problem ?
this one is very old please try the latest git
Where you from ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
With the version from the git it now works with the same configuration.h without any problems. Thanks for the hint ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i have build ESP3D v3.0.0-alpha3 for an WT32-ETH01 ESP32, but Networ Card dont enabled.
My configuration in configuration.h ist the following and Wifi Config ist deleted:
// Use Ethernet
// Enable ethernet communications
#define ETH_FEATURE
// Ethernet chip
// LAN8720
// Chip used by board
#define ESP3D_ETH_PHY_TYPE TYPE_ETH_PHY_LAN8720
// Ethernet board clock mode
// GPIO0 IN
// Mode used by clock
#define ESP3D_ETH_CLK_MODE MODE_ETH_CLOCK_GPIO0_IN
// Ethernet board address
// 1
// Address used by clock
#define ESP3D_ETH_PHY_ADDR 1
// Ethernet power pin
// The pin used to power ethernet chip
#define ESP3D_ETH_PHY_POWER_PIN 16
// Ethernet mdc pin
// The pin used for MDC signal
#define ESP3D_ETH_PHY_MDC_PIN 23
// Ethernet mdio pin
// The pin used for MDIO signal
#define ESP3D_ETH_PHY_MDIO_PIN 18
What is false?
Sorry for my bad english.
Beta Was this translation helpful? Give feedback.
All reactions