ESP-NOW on WT32-ETH01

I have been trying to set up a WT32-ETH01 using ESP-NOW and I can figure it out for the life of me. I want to have the WT32-ETH01 connected to my LAN line and then that become a master to other slave nodes using ESP-NOW. I have ESP32 dev boards and some ESP32 minis and can’t figure out how to configure them as slaves. I keep reading about other people getting it set up, but I can’t find a tutorial. Any help is appreciated! I’m a little new here

ESPnow and ethernet do not play well together.

better to use wifi on the slaves.

Yeah, I started to see this as an issue. I decided to pivot to using DDP with dedicated IP addresses and it seems to have solved a lot of issues for me.

I’ve used ESP-Now for an open-source crowd lighting platform (Nocturnation). I kept the Wi-Fi stack exclusively for ESP-Now because timing was critical, and connected to a PC via USB-C with a shim to act as a bridge to ArtNet/DMX.

I’m wondering how/if to integrate my work into WLED and if there is a demand for it.