Re: New tool to find short capacitors on motherboards : shorty with display
e)
Changing supply voltage from 5V to 3.3V will degrade performance and accuracy for both MCP3421 (INL vs. Supply Voltage) and AD8628 (Signal Voltage Gain).
f)
Even for DIY project it's taking too long to see the daylight!
IMHO it's well time to move the hands from keyboard to a bread board or a prototype board...
New tool to find short capacitors on motherboards : shorty with display
Collapse
X
-
Re: New tool to find short capacitors on motherboards : shorty with display
so lets use a chinese buck convertor
i think they can go down to 1.8v at 3ALeave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
My thoughts FWIW:
a)
Is portability so important (at least at this stage)?
We all know it will be sitting on our workbench... will it not!
For what's worth we can even power it from an rescued ATX power supply.
b)
It's much better to have everything connected to the same power source.
Bypass / tweak Arduino board to use it instead (that shitty regulator is for costs saving only).
c)
YES, the LDL1117 will be able to deliver over 1A output current just like an 'old' LM7805 is.
As always it comes down to the heat sink: it's never to small!
Moreover, want to boost output current to several amps? The 'old' 2N3055 will boost it... Again the heat sink comes into play!
d)
Yes that BC557 has to be replaced! It's farmost and basic for current source.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
A one or two transistor constant-current source is not difficult, and possible to voltage-limit it. On laptops, GPU etc. I could see a need to keep it under 2V max.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
looking closer,
maybe we should run it at 3.3v
then we can use a lithium cell instead of a 9v battery that may only be good for a few hundred mA
maybe a 500mA cell from a disposable vape together with a usb charger/protection pcb
either way, the BC557 has to go.
a P-type mosfet would be betterLeave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
hard to believe that package can give 1.2A
i wonder how much copper groundplane it wants.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
Sounds good to me, what do you think stj?Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
Well, you could use a regulator with a little bit better dropout voltage than 3000mV if you're going to power it from a battery I say!
I was looking for a replacement to my ESR tester and came across this 1117 with 350mV dropout and rated 1.2A it is a pretty nice upgrade over a standard 1117 at least:
ST LDL1117S50R: https://www.mouser.se/ProductDetail/...FiVf%2Fg%3D%3DLeave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
It can apparently also have a uA78M05 regulator and that is only good for 500mA:
https://cdn.badcaps-static.com/pdfs/...d83ec30a8b.pdf
We could easily use a 78s05 as stj suggested (in jest?). We probably need to change the nano power to use the 5v pin instead of the vin pin. It would probably be better to have everything use the same power source.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
so we need a 78s05?Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
It can apparently also have a uA78M05 regulator and that is only good for 500mA:
https://cdn.badcaps-static.com/pdfs/...d83ec30a8b.pdfLeave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
From the other thread, here's megaraider's 2c.
"The current source problem arises from using the 5V output line from the Arduino Nano.
As he wrote somewhere he couldn't figure out why the voltage (5V) dropped when the tips were connected. The LM1117IMPX-5.0 max. load current is 800mA.
While that might seem to be enough it's not: one must take in account the Arduino ICs, display, DAC, Op Amp and tips current source overall power consumption!
Therefore, replace that 5V line with a reliable 5V power supply."
5v regulators are very common, I'm pretty sure I have multiple types on hand even.
If that doesn't work, there is a schematic here for a series regulator, doesn't look that terrible. https://en.wikipedia.org/wiki/Linear_regulator
It's entirely believable that these nano clones use underpowered regulators. I would really be surprised if you were able to run them at 100% of spec.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
can you get linear regulaters operating at sub-volt range?
these testers use very low voltage to avoid turning semiconductors on.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
That doesn't sound insurmountable. Couldn't we slap a linear regulator on there and get the current required?Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
gerbers arent the issue,
i could cad that up in an hour or so.
the issue is Kripton changed the circuit because it couldnt provide enough stable current.
and a full circuit with changes wasnt released.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
I am a member of the forum where the design work is being discussed for the shorty with display.
There is some recent activity on this project ( as of June 2022) in the thread.
The OP in the EEVlog forum mentioned possible selling the Gerber file for the PCB and I am definitely on board with that.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
Hopefully I'd have noticed the different address, but I can't say for certain I would have.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
And the line underneath,yeah come on this is hard work
uint8_t address = 0x69; // addresses do vary depending on smd codeLeave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
"0x68 is the default address for all MCP342x devices"
Not every one here would be a keen programmer.Leave a comment:
-
Re: New tool to find short capacitors on motherboards : shorty with display
If there's a question of addresses, there are sketches included in the arduino gui where you can flash a program to the arduino and scan the i2c or spi bus for addresses.Leave a comment:
Related Topics
Collapse
-
by aaronkatriniHi all,
Recently picked up this GTX1650 at a local flea market for a low price and wanted to use it on my secondary PC. I first tested the card and saw the fan spin for a split second and then nothing. Immediately I thought of a short circuit. Disassembled and found a shorted SMD capacitor, injected voltage into it (1V/4A) and two Mosfets got hot immediately (QN3103 & QN3107). Desoldered these Mosfets and the card turned back to life.
Bought replacements from Aliexpress and replaced them afterwards. Tried the card but still the saw the fan spin for a split second... -
by snow_sg1Hi,
First : I've got a SMD rework station, thermal camera and good soldering station
This is my first "short" motherboard repair, this laptop was 25€ so no loss, it just for learning. I want to learn how to fixed board because I want this to become my job.
I've been fixing electronics for 15+ years, but mostly VCR and camcorder.
So, I checked power adapter pin to ground, no short, then I plugged the charger in, light on charger blink indicating short.
PQ19 mosfet got HOT straight away (viewed on thermal cam). Checked,... -
by ProttHello!
Recently I have a problem finding a dead short (as far as my cheap multimeter is concerned) on a multilayered (12 layer) PCB. It is caused due to mechanical stress (warping the board and, I assume, cracking inner layers). Injecting voltage of 0.9 V (operational voltage of that part of the circuit) and drawing 0.5 W doesn't cause any visible hotspot on a thermal camera.
Does anybody have any tips & tricks in order to locate the short more or less precisely? The area has a lot of powerplanes, so it's both blessing and a curse.
Silly idea no. 1: Can I...-
Channel: General Computer & Tech Discussion
-
-
by rex98HP DMI Tool is used to Extract DMI information from a HP BIOS Bin.
DISCLAIMER: badcaps.net and its members do not support unlocking stolen or company-owned devices.
The DMI Tool given here are for personal use only.
************************************************** ***********************************************
DISCLAIMER: THE HP DMI Tool IS FREE AND ARE INTENDED FOR EDUCATIONAL PURPOSES ONLY.
You CAN download it, use it.use it.I only ask that you DON'T modify it ,sell it or try to make a profit
from it, and that you please credit the author...-
Channel: BIOS Requests ONLY!
-
-
by Mess
Hi beginner here, so I'm not sure of I've done this right 😅 trying to diagnose my laptop's motherboard (dax31mb1aa0 rev a). I don't quite know how to read the schematic, so I'm attaching the pictures of the motherboard and the measurements.
I was attempting to measure resistance to GND on inductors. I disconnected motherboard and used "continuity testing" setting on my multimeter. I put black probe to Ground & red probe on an inductor. Did I measure this right? Am I correct to think that 0.3 ohm measurement indicates a short circuit? Thank you for your help!... - Loading...
- No more items.
Leave a comment: