I’m trying to setup ethernet on the DFRobot Edge 101 but not much success so far. Here is my configuration I tried but it gives an error when it boots and LEDs on Ethernet port never go on. Someone succeeded to get it working ?
Arf DFRobot the manufacturer gives no support as they don’t use ESPHome… Looks like it’s going to be returned at seller for full refund as I can’t get a way to get Ethernet work on it, tried multiple possibilities but still no success
yeah but ESPHome config doesn’t allow to declare all these pins unhappy… The clock one already is mandatory on ESPHome side but nothing corresponds directly in schematics
Also I have noticed that the auto-detection by ESPHome of the chipset is not fully correct. It declares it as esp32dev but if I want to use some of the pins used in the device ESPHome doesn’t allow me too !
According at manufacturer it’s an ESP32-DOWD-V3 but the board is not listed in list of boards at platform.io
when I was investigating to get the ethernet to work, I tried more or less randomly some pins (among the ones used between the ESP32 and the IP101 chip) but all pins in the twenties were not allowed by ESPHome.
I guess it means the esp32dev is not correct for the ESP32-DOWD-V3 but no idea how to fix that as ESP32-DOWD-v3 is not listed in platforms
There’s big difference between that board to be supported. Chip is 32pin and can be configured many ways.
Just simple example not related to your 101, chip can have enable pin either hard pulled to gnd/vcc on module or left for MCU control.