Replies: 1 comment 7 replies
-
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add ethernet to my SKR2 via a W5500 module (https://www.aliexpress.com/item/4000226162371.html). I built my FW with the Web builder and enable the "Plugin_networking"
I have connected like this using the bellow maping but i'm unable to get a IP and I don't see any request from DHCP.
W5500 - SKR2 [Pin assignement]
CS - IO15 (ESP-CS) [PIN:PB12,SPI CS]
RST - RST (ESP-RST) [PIN:PB11,SPI reset]
SCK - IO14 (ESP IO14) [PIN:PB13,SCK]
M - IO12 (ESP-MISO) [PIN:PB14,MISO]
MO - IO13 (ESP-MOSI )[PIN:PB15,MOSI]
$i
[VER:1.1f.20231210:]
[OPT:VNMSL,100,1024,3,0]
[AXS:3:XYZ]
[NEWOPT:ENUMS,RT+,ES,SED,ETH,SD]
[FIRMWARE:grblHAL]
[NVS STORAGE:*FLASH]
[FREE MEMORY:26K]
[DRIVER:STM32F407]
[DRIVER VERSION:231202]
[BOARD:BTT SKR-2]
[WIZCHIP:W5500]
[IP:]
[PLUGIN:MODBUS v0.15]
[PLUGIN:HUANYANG VFD v0.11]
[SPINDLE:PWM]
[PLUGIN:SDCARD v1.11]
[PLUGIN:FS macro plugin v0.06]
$Pins
[PIN:PA4,Emergency stop]
[PIN:PA5,Feed hold]
[PIN:PA6,Cycle start]
[PIN:PE4,Probe]
[PIN:PC1,X limit min]
[PIN:PC3,Y limit min]
[PIN:PC0,Z limit min]
[PIN:PB10,SPI IRQ]
[PIN:PE2,X step]
[PIN:PD5,Y step]
[PIN:PA15,Z step]
[PIN:PE1,X dir]
[PIN:PD4,Y dir]
[PIN:PA8,Z dir]
[PIN:PC13,Stepper power]
[PIN:PE3,X enable]
[PIN:PD6,Y enable]
[PIN:PD1,Z enable]
[PIN:PB6,Spindle on]
[PIN:PB5,Spindle direction]
[PIN:PB3,Flood]
[PIN:PB4,Mist]
[PIN:PB12,SPI CS]
[PIN:PB11,SPI reset]
[PIN:PA10,RX,Modbus]
[PIN:PA9,TX,Modbus]
[PIN:PD9,RX,UART2]
[PIN:PD8,TX,UART2]
[PIN:PB0,Spindle PWM]
[PIN:PB13,SCK]
[PIN:PB14,MISO]
[PIN:PB15,MOSI]
Beta Was this translation helpful? Give feedback.
All reactions