-
### Related area
Mac Address Ethernet W5500 SPI
### Hardware specification
ESP32 DevKitC
### Is your feature request related to a problem?
Currently the MAC address configuration in the…
-
### Is your feature request related to a problem? Please describe.
The current configuration for the WESP32 ([link](https://github.com/ESPresense/ESPresense/blob/master/lib/network/Network.h#L84)) u…
-
Sometimes it stops receiving. Usually when I'm trying to access web page.
I added a LED flashing when RX PIO is working (on instruction address changing), and turned on all debug output. I started a …
-
### The problem
GPIO0 is not working as GPIO LEDC or outputs with Ethernet enabled on ESP32.
I use ESP32 and connected Ethernet with LAN8720
I didn't configured GPIO0 as the clk_mode in or out,…
-
Network driver (tested on lan8720) works only once.
2 different scenarios:
**1. DHCP after DHCP**
/ > net.en.setup()
/ > net.en.start(false)
[..IP is ok..]
/ > net.en.stop()
/ > net.en.setu…
-
Hello. I was wondering if the library can be used for non-wifi applications? i.e having the ESP32 with ethernet connected directly to the TwinCAT controller and communicating through TCP.
-
import network
import time
from machine import Pin
lan = network.LAN(mdc=Pin(16), mdio=Pin(17), power=None, id=None, phy_addr=1, phy_type=network.PHY_LAN8720)
try:
lan.active(True)
except …
-
***not an issue*** :-)
Hello,
is it planned to add wired ethernet support for this great work?
Actually, there are some modified variants of your software with support for e.g. LAN8720. The o…
-
Please add this info how to play with it on ESPhome.
This works for V1.4
Thanks
`
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_IN
phy_addr: 1
power_…
-
Hi!
Can u please do a proper pinout documentation so we can start programming esphome without having to search for each and every single pin we might need to use? Honestly it´s a pain in the ass...…