-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heating of nrfmicro #38
Comments
I've covered it here https://github.com/joric/nrfmicro/wiki/RGB#diode-overheating-issue but I'm really not sure which diode could solve the problem. Seems like pro micros don't have this issue and their power circuit is very similar except they use larger (SOD-123) diodes marked CE (can't really find which ones, BAT54H?). I'll use larger (SOD-123) diodes for the PCBA assembly maybe they have better heat dissipation. Sadly JLCPCB only has SOD-123 B5819W in their basic inventory, the rest are DO-214 (5.5x2.9mm) https://jlcpcb.com/parts/componentSearch?searchTxt=schottky |
Ah forgive my shortsightedness. Anyway, as I see that you've explored this problem already, I'll just close this issue. |
In wake of your reply on a PR I submitted on ZMK, I went on investigation.
It took me a while to understand what you were talking about (hence the confusing replies), but I think I understand your issue now, so I took the liberty of checking out your nrfmicro schematic.
I assume you were talking about D1 in the schematic of the nrfmicro.
It seems D1 uses a SOD-123 package, and according to this datasheet the 1N5819 has a forward voltage of ~0.4V at 0.6A (max LDO current, but 28 SK6812s may draw more than that), and with a typical thermal resistance of 250 degC/W, this results in a package temperature rise of 60 degC.
Thus it seems that it is indeed the cause of the heating problem you experienced.
The solution would be using a diode with a lower forward voltage and/or lower thermal resistance.
The text was updated successfully, but these errors were encountered: