i'm afraid my next raspberry pi is going to die soon.
-
its been years since i've properly shutdown a pi and not corrupted one yet... opens can of worms and walks away...
-
@spllg i have heard of some people having issues with SD cards being corrupted on dieing in Pis, but from what you are saying that's not the core issue.
With that in mind i would rather ask how your Pi is cooled, and what else you have plugged into it?
I use heatsink case+ fans on my Pi 4s (but not on the 3b+) and have not managed to get any of them to die in the many years i have been using them. Maybe yours are running very hot?
-
cooling: heat sinks without fan - going to check temperature tonight
plugged devices: camera + hdmi display -
@spllg ok so yes, cooling is important but as others have pointed out getting a proper 5.1V 3A+ power supply with all that extra load of the screen will be important too.
-
- the rpi is powered by the genuine rpi powersupply
- the duet is powered via internal 5v (jumpers: internal 5v en = closed, 5v -> sbc = open, sbc -> 5v = open)
- after printing ~1hour none of the rpi-chis is hot - i could touch it with a finger for a long time, so i guess, the temperature is below 45-50 C
i forgot to mention -
FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.4.5 ELECTRONICS: Duet 3 MB6HC v1.0 or earlier FIRMWARE_DATE: 2022-11-30 19:35:23
-
@oliof could the death of 2 rpis be related to the fact that i have a Duet 3 MB6HC v1.0 (newer boards seem to have a different 5v powering design).
-
@spllg I have an earlier version and haven't killed any Pi's.
-
@spllg said in i'm afraid my next raspberry pi is going to die soon.:
@oliof could the death of 2 rpis be related to the fact that i have a Duet 3 MB6HC v1.0 (newer boards seem to have a different 5v powering design).
If using an earlier version 6HC, you could avoid any possible issues with the Pi and the Duet being powered at different times by powering the Duet 5V from the Pi instead of from the internal regulator.
-
@spllg I never killed any rPis with my early release Duet3 MB6HC, but I did switch to external power eventually because the 5v from my Duet board tended to dip deep into undervoltage.
-
@dc42 just to be sure: in order to power the 6hc 5v from the pi the jumpering is
internal 5v en = open, 5v -> sbc = open, sbc -> 5v = closed
is this correct?
-
@spllg no, it's not correct - https://docs.duet3d.com/Duet3D_hardware/Duet_3_family/Duet_3_Mainboard_6HC_Hardware_Overview : Alternatively, the SBC can provide 5V for the Duet using the "SBC -> 5V" jumper. Note that the Duet's in-built protection is bypassed. In this case the "5V->SBC" and the "SBC->5V*" jumpers should both be fitted, but remove the jumper from "Int 5V EN".
i have jumpered it accordingly and hopefully my rpi will survive with this configuration.
-
@spllg that sounds good.
The other thing to check is that there are no ground loop issues between the PSUs supplying the Pi and and Duet. If you use an official Raspberry Pi PSU as I do, that PSU has no ground connection, so there is no problem. If the PSU powering the RPi does have a ground connection, then you should power that PSU and the Duet PSU from the same mains socket. Even better, use a single mains input to your machine and connect the mains grounds to those PSUs internally.
-
@dc42 thanks for your answer. as i am using an official rpi psu a ground loop should not be an issue and my rpi should not be in danger.
still kind of concerned.
rgds, g.