I’m ordered and received a M5Stack AtomPoe (HY601742, W5500) component (with Atom Lite ESP32 module attached). Now I need an basic setup to get things working.
I found some basic information:
As mentioned in the above link, a setup for a PoE Device:
today, i tried again to test. tried everything: turn off logger, tried all variants with different clock_speed, manual ip address. always the same problem: lagging device with ping >900ms.
i tried Arduino code from m5stack github
it’s just works. with 1ms ping. ok, but i don’t need Arduino, i want ESPHome.
looks like something wrong with W5500 component in ESPHome.
Hi all,
I am curious if anyone managed to make this work?
I can run the same ethernet settings on a W5500 board (no PoE) but with the AtomPoE, is not connecting to the ethernet. Even if the logs say the connection is successful, there actually is not connection, the device can’t be reached via ping.
The output of the monitor for me are like these:
[20:36:17][W][ethernet:262]: Connection via Ethernet lost! Re-connecting...
[20:36:17][W][component:157]: Component ethernet set Warning flag: waiting for IP configuration
[20:36:21][D][esp-idf:000][sys_evt]: I (17853) esp_netif_handlers: eth ip: 192.168.11.25, mask: 255.255.255.0, gw: 192.168.11.1
[20:36:21]
[20:36:21][I][ethernet:247]: Connected via Ethernet!
[20:36:21][C][ethernet:492]: IP Address: 192.168.11.25
[20:36:21][C][ethernet:493]: Hostname: 'wt32-sc01-plus-eth'
[20:36:21][C][ethernet:494]: Subnet: 255.255.255.0
[20:36:21][C][ethernet:495]: Gateway: 192.168.11.1
[20:36:21][C][ethernet:500]: DNS1: 0.0.0.0
[20:36:21][C][ethernet:501]: DNS2: 0.0.0.0
[20:36:21][C][ethernet:513]: MAC Address: 3C:84:27:<redacted>
[20:36:21][C][ethernet:514]: Is Full Duplex: YES
[20:36:21][C][ethernet:515]: Link Speed: 100
[20:36:21][W][component:170]: Component ethernet cleared Warning flag
When I try setting it up with DHCP, it gets into a Reconnecting… loop.
It is a really nice piece of device, having PoE and ethernet in such a small space, but there is something that I am missing.
I have some Atom Lites already deployed, and would be interested to add Ethernet to them with the AtomPOE. I don’t however have POE switches or injectors - would I continue to be able to power the Atom Lite + AtomPOE via the Atom Lite’s USB-C connector?