Author Topic: finding short on motherboards with a shorty (with display)  (Read 31007 times)

0 Members and 1 Guest are viewing this topic.

Offline kripton2035Topic starter

  • Super Contributor
  • ***
  • Posts: 2587
  • Country: fr
    • kripton2035 schematics repository
Re: finding short on motherboards with a shorty (with display)
« Reply #150 on: March 12, 2024, 09:03:32 am »
the shorty is not a precision device. what you need to measure is two relative points to see at less than a milliohm if the resistance is lower or higher between the two points. the absolute ohm value is not important, and not to be trusted to the last digit !
 
The following users thanked this post: wacd

Offline wacd

  • Contributor
  • Posts: 15
  • Country: tr
Re: finding short on motherboards with a shorty (with display)
« Reply #151 on: March 12, 2024, 10:41:27 am »
Okay, thanks for the replies. I understand that it's not a precision device but it has very good components to be one, right? Maybe there is still room for improvement.
« Last Edit: March 12, 2024, 11:03:57 am by wacd »
 

Offline kripton2035Topic starter

  • Super Contributor
  • ***
  • Posts: 2587
  • Country: fr
    • kripton2035 schematics repository
Re: finding short on motherboards with a shorty (with display)
« Reply #152 on: March 12, 2024, 11:13:06 am »
I will see if I can find the good function for the devices you measured, but the current may be not constant for the measure so that's why the value is not linear compared to the resistors.
 
The following users thanked this post: wacd

Offline wacd

  • Contributor
  • Posts: 15
  • Country: tr
Re: finding short on motherboards with a shorty (with display)
« Reply #153 on: March 12, 2024, 08:30:52 pm »
Improvement on the software side would be good, what else can be done to make the circuit physically better than it is now? Constant current source maybe?
 

Offline aeg

  • Regular Contributor
  • *
  • Posts: 82
  • Country: us
Re: finding short on motherboards with a shorty (with display)
« Reply #154 on: March 13, 2024, 12:08:43 am »
Make sure to null out the probes before measuring shorty_measured_res, and again before making your confirmation measurements.

If that's not good enough, change "Rx = Rx * calibration_factor;" to "Rx = (Rx + 0.039) * 0.916;" for linear two-point calibration.
 
The following users thanked this post: wacd

Offline wacd

  • Contributor
  • Posts: 15
  • Country: tr
Re: finding short on motherboards with a shorty (with display)
« Reply #155 on: March 13, 2024, 06:32:37 am »
I Appreciate all the inputs.

 

Offline kripton2035Topic starter

  • Super Contributor
  • ***
  • Posts: 2587
  • Country: fr
    • kripton2035 schematics repository
Re: finding short on motherboards with a shorty (with display)
« Reply #156 on: March 13, 2024, 07:15:49 am »
Yes I'm confident that a constant current source would improve the device accuracy...
 
The following users thanked this post: wacd

Offline wacd

  • Contributor
  • Posts: 15
  • Country: tr
Re: finding short on motherboards with a shorty (with display)
« Reply #157 on: March 13, 2024, 03:01:05 pm »
Today i tried supplying constant 50mA from a lab power supply , removing the transistor and the following resistor network.
Results are promising. Funky readings went away but need a little more special care.

Edit: i didnt supply constant current but limit the current Max at 50ma.
« Last Edit: March 13, 2024, 04:10:13 pm by wacd »
 

Offline kripton2035Topic starter

  • Super Contributor
  • ***
  • Posts: 2587
  • Country: fr
    • kripton2035 schematics repository
Re: finding short on motherboards with a shorty (with display)
« Reply #158 on: March 13, 2024, 03:35:07 pm »
you could try something like this
 
The following users thanked this post: wacd

Offline wacd

  • Contributor
  • Posts: 15
  • Country: tr
Re: finding short on motherboards with a shorty (with display)
« Reply #159 on: March 13, 2024, 04:35:54 pm »
 

Offline kripton2035Topic starter

  • Super Contributor
  • ***
  • Posts: 2587
  • Country: fr
    • kripton2035 schematics repository
Re: finding short on motherboards with a shorty (with display)
« Reply #160 on: March 13, 2024, 04:38:56 pm »
why not, but for me not a drawer component I have around, easier to get 2 ex of some basic silicon diode ?
 

Offline Kean

  • Supporter
  • ****
  • Posts: 2095
  • Country: au
  • Embedded systems & IT consultant
    • Kean Electronics
Re: finding short on motherboards with a shorty (with display)
« Reply #161 on: March 14, 2024, 04:33:10 am »
How abour this CMJA5050

https://my.centralsemi.com/datasheets/CMJA5050.PDF

Did you review the datasheet for that part?

It has a 10% tolerance, takes over 10 seconds to come into regulation, and has a TC of -0.3mA/degC.
It is not a precision part, and it also seems to need a supply of 8V or so to regulate.
 
The following users thanked this post: wacd

Offline wacd

  • Contributor
  • Posts: 15
  • Country: tr
Re: finding short on motherboards with a shorty (with display)
« Reply #162 on: March 14, 2024, 05:38:22 am »
Okay, how do i limit the current to 50mA then?
These are the results when i use the lab psu limited at 0.05A its almost perfect.
 

Offline Kean

  • Supporter
  • ****
  • Posts: 2095
  • Country: au
  • Embedded systems & IT consultant
    • Kean Electronics
Re: finding short on motherboards with a shorty (with display)
« Reply #163 on: March 14, 2024, 11:42:13 am »
Okay, how do i limit the current to 50mA then?
These are the results when i use the lab psu limited at 0.05A its almost perfect.

If you want precision, I would suggest changing the design to use an opamp controlled current source.  https://en.wikipedia.org/wiki/Current_source#Op-amp_current_sources

So, looking at the original Shorty schematic, R3 would be the sense resistor and selected for higher precision, and R1 would be replaced with a transistor controlled by the opamp.  R2 and the DUT become the load.  Assuming R3 stays at 1 ohm, you would need a voltage reference (the 5V or 3.3V rail may be OK) and divider to get the 50mV reference.  Opamp would have to be selected for a low offset voltage.
 
The following users thanked this post: wacd

Offline wacd

  • Contributor
  • Posts: 15
  • Country: tr
Re: finding short on motherboards with a shorty (with display)
« Reply #164 on: March 14, 2024, 12:32:45 pm »
Thank you for providing information. I'll go and spend some time on this to learn it better so i can implement it , hopefully :)
 

Offline Kean

  • Supporter
  • ****
  • Posts: 2095
  • Country: au
  • Embedded systems & IT consultant
    • Kean Electronics
Re: finding short on motherboards with a shorty (with display)
« Reply #165 on: March 14, 2024, 01:46:32 pm »
Thank you for providing information. I'll go and spend some time on this to learn it better so i can implement it , hopefully :)

If you don't have experience with opamps, then a much simpler but slightly less accurate solution would be using an LM317L as the current source (in place of R1).
You can get the 50mA using just the LM317L IC and a 25 ohm 1% or better resistor, and calibrate the final result in the firmware.
This will perform much better than that part you suggested earlier.

Note that 25 ohms is not a standard resistor value, so just use a 24.9 ohm, or parallel 3 x 75 or 4 x 100 ohm.  Or some other combination like 10 + 15 ohm in series.
 
The following users thanked this post: wacd

Offline kripton2035Topic starter

  • Super Contributor
  • ***
  • Posts: 2587
  • Country: fr
    • kripton2035 schematics repository
Re: finding short on motherboards with a shorty (with display)
« Reply #166 on: March 14, 2024, 02:13:52 pm »
if you feed 50mA constant, I'm afraid you can't measure resistors above 0.5Ω
it would be better to stay with 30mA.


 
The following users thanked this post: Kean, wacd

Offline wacd

  • Contributor
  • Posts: 15
  • Country: tr
Re: finding short on motherboards with a shorty (with display)
« Reply #167 on: March 14, 2024, 04:53:46 pm »
Oktay, Lm317L looks easy enough , i'll give it a go.
 

Offline wacd

  • Contributor
  • Posts: 15
  • Country: tr
Re: finding short on motherboards with a shorty (with display)
« Reply #168 on: March 26, 2024, 05:24:11 pm »
Hello again. I've been playin with the calibration settings and i think i finally arrived at a point that the results satisfy me.
Lower values are absolutely on point. It reads slightly lower value above 1ohm.
Ordered a couple mcp3421's , waiting for their arrival. The one i've set up on breadboard will stay for further tinkering.
And i made this pcb ordered from oshpark, hope it works as i'd like it to.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf