-
**ESPixelStick Firmware Version**
4.0-ci11448233108
**Hardware Version**
esp32_wt32eth01
**Binary release or compiled yourself?**
Binary release
**Operating System (and version)**
Windows…
-
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…
-
- 3 temp sensors
- 1 humidity sensor
- binary switch / dc volt on/off
- binary switch / temp-fan control (temp based or full on)
- 3-axis gyro
sensors connected to esp32 send via ethernet to to…
-
The current implementation emulates a network device via USB (CDC NCM) so that the host computer can transfer data via IP packets (web interface, ArtNet, E1.31/sACN). However, attaching a real Etherne…
-
Nic30 updated
4 years ago
-
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 …
-
can esp32-s2 use this library ?
-
### The problem
When connecting esp32 device to home wifi directrly, OTA work as expected.
When esp32 device connected via wireguard from remote location, the OTA is not working.
For more details…
-
### The problem
![lolin_s2_mini](https://github.com/esphome/issues/assets/14819812/87be256f-a330-4d0a-8462-cd3b3a9504e3)
When trying to make a config file for the Youmile LAN8720 Ethernet Mo…
-
Heyho,
I'm using [the example code ](https://github.com/OLIMEX/ESP32-POE/tree/master/SOFTWARE/ARDUINO/ESP32_PoE_Ethernet_Arduino) with added debug prints on the ESP32-POE Rev G Board
My console o…