my second raspberry has just passed away
-
@spllg I've updated the SD card page, showing how to set up a new SD card for Duet 2 Wifi/Ethernet/Maestro and Duet 3. See: https://duet3d.dozuki.com/Wiki/SD_Card
Ian
-
@droftarts , @bearer thanks - i replaces config.g, .. with my customized versions and connected the duet with a cable to my network -> it prints.
but the issue is not solved. i think if i would install a new rpi it will die after a whils.
-
@spllg Which Raspberry Pi model? Anything else connected to the Pi? Trying to build up a picture of voltage/current issues, as has been reported in this other thread: https://forum.duet3d.com/topic/15709/undervolts-on-pi
Ian
-
rpi 4b with a display ( https://www.amazon.de/-/en/gp/product/B07YZ3ZVTW/ref=ppx_yo_dt_b_asin_title_o09_s00?ie=UTF8&psc=1 ), nothing else.
-
@spllg I'd love to get my hands on that pi to figure out why they died, I guess I'm not the only one :). Are those RPI 3B or ?
-
ah rpi4, have you tried powering it trough the 5V on the header and not trough the usb ? (stand alone, not connected to duet)
-
@arhi i have powered the pi from the duet using the header but did not succeed powering the duet from the rpi using the header.
-
i'd love to get my hands on that pi to figure out why they died, I guess I'm not the only one :). Are those RPI 3B or ?
would you like to buy it?
btw: duet 3 running in stand alone mode seems to over extrude quite a bit - at least my extrude settings ceased to work - had to lower it to 80%.
-
@spllg said in my second raspberry has just passed away:
would you like to buy it?
Yes, would be an interesting project to figure out why it died, but it is impossible to get anything in .rs now due to quarantine and police hour. Let's discuss this after this #%$^^&_#@ is over, I'm def. interested.
-
@spllg said in my second raspberry has just passed away:
@arhi i have powered the pi from the duet using the header but did not succeed powering the duet from the rpi using the header.
Do you have both the 5V->SBC and the SBC->5V pins jumpered? They both need to be connected to power the Duet from the SBC.
-
@spllg said in my second raspberry has just passed away:
i am powering the duet 5v from the rpi via usb (internal 5v enable, 5v->sbc and sbc->5v are open) - a configuration which has been working fro ~2 months.
You guys discussed this a little above, and then moved on. This absolutely will not work (as Dave pointed out). The fact that it does work for @spllg would seem to be the key to whatever is killing these.
As a "cold read" bystander of this thread, I believe you guys should go back and dive into this quite a bit more.
-
@Danal sorry, i should have written
i am powering the duet 5v from the rpi via usb (internal 5v open, 5v->sbc and sbc->5v are open)
instead of
i am powering the duet 5v from the rpi via usb (internal 5v enable, 5v->sbc and sbc->5v are open)
if it is not possible to 5v-power the duet using the usb port, how can i 5v-power the duet except from the 24v psu by means of internal 5v enable?
-
Do you have both the 5V->SBC and the SBC->5V pins jumpered? They both need to be connected to power the Duet from the SBC.
both? this is contradicting
https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Wiring_Diagramwhich states:
'If you want the SBC to provide 5V to the Duet then remove the jumper from 5V->SBC and from Internal 5v En. Place a jumper on SBC-5V*' (which does not work)
now i'm even more confused.
-
The default 5V power configuration is Internal 5V enable - jumpered, 5V->SBC jumpered (the Duet is powering the SBC) , SBC->5V* not jumpered. If you want the SBC to provide 5V to the Duet then remove the jumper from 5V->SBC and from Internal 5v En. Place a jumper on SBC-5V*. NOTE this bypasses the 5V protection and a fault on the SBC may damage the Duet.
Does indeed seem to be a typo. SBC->5V(JP5) only connects the 5V_EXT and 5V_INT; you still need the 5V->SBC(JP4) jumper to get the powe from the Pi header and to 5V_EXT. Open JP1; close JP4 and JP5 or use the VBUS/5V_EXT_INPUT input to retain the diode protection?
-
@bearer
Does indeed seem to be a typo.
@dc42 can you confirm that it's a typo - i do not intend to kill another rpi.
additional question: (how) is it possible to access the duet via the usb interface when it's powered by the rpi?
-
@spllg said in my second raspberry has just passed away:
usb interface when it's powered by the rpi?
using a serial terminal on the Pi? minicom, screen, echo, cat, socat lots of options but less user friendly on the console. (there are probaly more user friendly graphical alternatives, that could also be used with VcXsrv or even VNC etc)
-
This post is deleted! -
@bearer
using a serial terminal on the Pi? minicom, screen, echo, cat, socat lots of options but less user friendly on the console. (there are probaly more user friendly graphical alternatives, that could also be used with VcXsrv or even VNC etc)
pronterface, octoprint, ..
my question should have read: how to electrically interface usb interface?
-
@spllg said in my second raspberry has just passed away:
pronterface, octoprint, ..
Why on earth would you be running the Duet 3 with a raspberry pi + DSF and use ether of those?
for pronterface ditch the Pi. for octoprint ditch DSF and run octoprint on the Pi.
@spllg said in my second raspberry has just passed away:
how to electrically interface usb interface?
but if you must you can use socat and virtual serial ports.
-
@bearer
would probably be best to open JP1 in either case though.
is JP1 the same as 'Internal 5V enable'?