WIZnet W6100-EVB-Pico2 board support #3835
Describe your requestThe current version of ESPHome supports RP2350 and w6100. I haven't been able to create a configuration that works with W6100-EVB-Pico2 board - the code seems to run, but it won't connect to the network. Why the uncertainty?No response Use casesThe WIZnet W6100-EVB-Pico2 board could be used for ESPHome What areas might this affect?No response Anything else?No response |
Replies: 1 comment 1 reply
|
W6100 on RP2350 is supported. Your problem is in the configuration, not in missing support. Use the pinout from ESPHome's own test config ( rp2040:
board: rpipico2
ethernet:
type: W6100
clk_pin: 18
mosi_pin: 19
miso_pin: 16
cs_pin: 17
interrupt_pin: 21
reset_pin: 20There is no Then read the log. Two different failures look the same from outside:
For the second failure, remove Please add your YAML and the |
W6100 on RP2350 is supported. Your problem is in the configuration, not in missing support.
Use the pinout from ESPHome's own test config (
tests/components/ethernet/common-w6100-rp2040.yaml):There is no
wiznet_6100_evb_pico2board definition, neither in ESPHome nor in arduino-pico. Only the 5100S, 5500 and 6300 boards exist. Useboard: rpipico2.Then read the log. Two different failures look the same from outside:
Failed to initialize Ethernet—begin()failed. Your SPI pins or your CS pin are wrong.