-
MUC980 默认设置是 IP101 ,但仔细对比过 IP101 和 LAN8720 ,发现其实对于 PHY 的设置基本没有区别,要实现对 LAN8720 的兼容应该不复杂,不知道谁可以帮忙测试一下,多谢。
-
My setup: ESP32-WROVER-B connected to LAN8720A, selfmade PCB, the PHY will be connected transformerless, therefore, Auto-Negotiation has to be disabled.
IDE: Arduino IDE with ESP32 core installed
…
-
I need an Ethernet MQTT to BLE gateway that will enable me to control Bluetooth (BLE) radiator valves using MQTT. I anticipate that I will need two or three of these to cover my whole house. My curren…
-
I've built tasmota32.bin with the following as required for this board.
#define USE_ETHERNET // Add support for ethernet (Currently fixed for Olimex ESP32-PoE)
#define …
-
I have a custom designed board with an ESP32-WROOM-32D and a LAN8720A PHY. As clock I use the clock output of the ESP on GPIO17.
Most times I call esp_eth_driver_install I will get this error:
`…
-
### PROBLEM DESCRIPTION
_A clear and concise description of what the problem is._
I am using module LilyGO ttgo-t-eth-poe with Tasmota 9.2.0.4. Ethernet works like a charm. When module is cnnect…
-
Is there any development going on or planned in this area? If not, what would be best the approach to enable support for wired ethernet in micropyhton?
Some ideas/ponderings:
Would simply wrapp…
-
`lan8720_reset_hw()` doesn't contain any delay when pulsing the reset pin low. In the real world, this makes a ~250ns wide negative pulse. The chip in production **LAN8720A** datasheet asks for t_rsti…
-
**Is your feature request related to a problem? Please describe.**
I have a LAN8720 eth board working with an esp-wroom-32 dev kit board and I thought if it's possibile to use this configuration with…
-
### Hardware:
Board: own developed board with esp32-pico-d4 and LAN8720A PHY
Core Installation version: arduino-esp32 1.0.3
IDE name: Visual Studio (vmicro)
Flash Frequency: 80Mhz
PSRAM …