Warning: Lost connection to Duet (SPI connection
-
@sgk said in Warning: Lost connection to Duet (SPI connection:
I can't connect to the duet with the cable?
The Duet3 has an ethernet port, so all you really need is a working SD card with the DWC files in the /www folder and a config.g in the /sys folder. As long as you have M552 S1 in your config it should get an ip address from your router and you can connect to the web interface. USB isn't really required if you have a working setup already.
-
@phaedrux
OK OK I understand better than tried I'm going to put ip directly on the config. But it's a shame that I can't use the rpi card, that's crazy. -
@sgk said in Warning: Lost connection to Duet (SPI connection:
But it's a shame that I can't use the rpi card, that's crazy.
There may be a problem with the cable or your board.
-
@phaedrux with the rpi
-
There may be a problem with the cable connecting the Duet to the RPI or your clone duet board.
-
@phaedrux yes ok i see there is a way to know? by changing the cable.
-
It doesn't work but I think I made a mistake somewhere
M552 S1 192.168.117 ; enable network and acquire dynamic address via DHCP
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet -
-
@phaedrux yes is my ip
-
An IP address must be a set of 4 numbers.
-
@phaedrux sorry i'm really stupid i didn't pay attention you're right
-
@sgk no it doesn't work it's not possible I'm going crazy
M552 S1 192.168.1.117 ; enable network and acquire dynamic address via DHCP
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet -
You need a P before the ip address.
M552 S1 P192.168.1.14
-
@phaedrux ok thank you it works it works more than testing
-
even if i but a blank sheet i have this error
always this error -
@sgk
like jay said I have to change the probe that's the best thing I have to do -
@sgk
no more errors regarding this post thank you all for your help