Unknown component identification

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 4K views
Engineering news on Phys.org
Not very sure, as it can be either resistor or capacitor. But my bet is on capacitor.
 
The label looks like "501K" whcih would not be a standard value capacitor or resistor

I wouder if it's this (quote from http://arduino.cc/en/Main/arduinoBoardUno)
The Arduino Uno has a resettable polyfuse that protects your computer's USB ports from shorts and overcurrent. Although most computers provide their own internal protection, the fuse provides an extra layer of protection. If more than 500 mA is applied to the USB port, the fuse will automatically break the connection until the short or overload is removed.
If the labelling convention is the same as for capacitors, the "501" would mean "50 foloowed by one zero", i.e. "500" which matches the stated fuse rating.

There are links to the schematic and board design from that web page, so they should give you the answer.
 
Last edited:
Hmm. Did not think about fuse.
 
Good find Studiot

it's a ptc thermistor...
great idea - a fuse that resets itself after short is removed!


Only way to go when it's soldered in !

http://www.bourns.com/data/global/pdfs/Bourns_2010_industrial_PTC_appnote.pdf
http://www.bourns.com/data/global/pdfs/bourns_auto_short_form.pdf
 
Last edited by a moderator:
dlgoff said:
I wasn't referring to an IC.
schip666! said:
I believe it is a fuse on the USB power in.
The schematic shows an F1 500ma fuse on the XUSB line (lower right corner):
http://arduino.cc/en/uploads/Main/arduino-uno-rev2-schematic.pdf
And I think I can make out the F1 label, in magenta between the two components, on the layout picture here:
http://balau82.files.wordpress.com/...-arduino_uno_ref-brd-eagle-5-10-0-light-1.png
This makes perfect sense. I had tried to look at the schematics, but all the various undifferentiated boxes of the Eagle (I assume) schematic left me a bit confied about what was what.

I had pulled out my multimeter and did a couple continuity tests, and found that one end is connected to one of the USB pins, and the other goes to the middle pin of the SOT MOSFET, which I had assumed was the gate, and looked around that area in the schematic.

Lesson: Don't assume pinouts! Check the damn datasheet! You know the saying.

The only PTC devices I've seen so far are the through hole ones that look like a large ceramic cap with the leads kinked in a little at the top. I had no idea they looked like this in SMD form. Though it makes sense since it would need a large surface area to dissipate heat from.