5

I broke what looks to be either a diode, capacitor or resistor on the board near the power connector of the pi 4B and I want to try to replace the surface mounted component. I know the chances are pretty slim, but I cannot try without knowing what I need to get.

From other questions, I have included a picture showing the board around the missing part:

Busted part

tlfong01
  • 4,665
  • 3
  • 10
  • 24
DougBaden
  • 81
  • 5
  • 1
    I too am interested in a board diagram, though for different reasons. I'm curious as to how the EEPROM and its enable lines connect... Sadly, I haven't seen anything either.

    It's really easy to break these, sadly. A component on my Pi 3 is missing part of its case, but it's still working so far. Admittedly, that's not that helpful, but at least you know it's something of a common issue.

    –  Sep 22 '19 at 21:10

2 Answers2

3

Well, I found the answer to what part is this by writing the Raspberry PI Foundation. The part number is Bourns SRN2512-R47M - Fixed Inductor 470 nH 4.4A 32 MOHM. I can get it for 31 cents but I figure wrapping about 7 turns of 22 gauge wire around a 5/16" drill for 1/4 inch coil length will work the same.

I asked around and it seems that Broadcomm is very secretive about their boards, so no parts layout (even on the board itself) and this percolates all the way up the RPF stack.

DougBaden
  • 81
  • 5
-5

Question

I broke a component near the Rpi4B micro USB power connector. What should I do now?

Answer

psu

My first wild guess of the big black rectangular thing is a choke. There is a similar one on the right side of the micro USB connector.

I read the schematic and found 4 chokes. Perhaps it is one of the bigger ones.

You might use a multi-meter to check if they are connected to the big flat black guy.

Perhaps no choke can still work, only that connected output voltage not that stable. So one quick and dirty solution is to short circuit the broken choke.

PS - Just wild guessing. No guarantee that nothing won't explode! :)

rpi4 psu

I called the black guy a choke and not an inductor, because not too long ago I guessed something inside a wall wart an inductor for making a switching power supply's oscillator, but then found it called a choke. I guess it is like the choke used in home white neon lights in those were the days. The purpose is to choke down the current so no excess flowing. But then I remember that R-L-C things can be used as low pass filters, to stablize output voltage of a switching power supply, of order of 100kHz. In other words, to make the output clean.

I usually go to Electronics Tutorials to refresh my memory and to verify. And below is something perhaps useful. I am too lazy to watch the youTubes. Perhaps the OP can watch the movies, and let me know if my suggestion is too risky and indeed something might explode.

Of course to play safe, I would suggest the following: (1) Use a multi-meter to check the point is question is a DC voltage. (2) Use a 10k to replace the choke, and see if Rpi is working again, (3) Invest money or time to find a similar valued choke (no need SMD, just a through hole one can do, to show off to friends that he knows how to "improve" the Rpi! :), and try his luck again.

choke

Now let us take a close look of the big guy MXL7704.

mxl7704

I suspect MXL7704 has all LDOs inside. In other words, there is very little chance of using the external inductors for it internal switching PSUs. A recent discussion by another OP on CM3 PSU design (Ref 7) gives more details.

I think perhaps I can study MXL7704 inside to see if my guesses makes any sense.

Update 2019sep16hkt2158

I read MXL7704 datahseet (Ref 11) and found it has 4 bucks and 1 LDOs. So I think my guess should be 80% chance correct - the inductor are only for low pass filtering, so should be no harm short circuiting it. Again, no guarantee no nothing will explode! :)

mxl7704 psus

End of answer

References

(1) Power Supplies for Beginners, Part 4 Buck Regulator : Time: 0:25s Electronics Tutorials

(2) How to calculate inductance 1

(3) How to calculate inductance 2

(4) How to calculate inductance 3

(5) Energy Stored in Inductor

(6) 33uH Inductor used in LM2596 Switching Regulator

(7) Rpi CM3 PSU Discussion

(8) Rpi CM3 IO Board Schematic

(9) Inside Rpi4 (UART x 4, I2C x 4 and stretching, SPI x 4 etc)

(10) Rpi4 PSU Ground pin problem discussion

(11) MXL7704 Five Output (4 Buck, 1 LDO) Universal PMIC Datasheet - MaxLinear

Figure 24: MxL7704-AQB Typical Application (Showing LC by pass for bucks)

tlfong01
  • 4,665
  • 3
  • 10
  • 24
  • 2
    You may be correct that this is an inductor - this would be an integral part of the regulator. Suggesting that the OP just short-circuit it is irresponsible and guaranteed to cause damage. – Milliways Sep 16 '19 at 06:57
  • 5
    This is the very model of a bad answer. – Michael Harvey Sep 16 '19 at 12:29