I have problem identifying a resistor on Arduino Mega 2560 R3 (i have marked it with a red ring on the picture), i think it's R14 10k ohm on the schematic but not really shure, need to know in order to replace it.
And another question, there is a part next to the usb port that is gold and black and marked 501L on the picture (but my board is marked X505), i think it's a resettable fuse, anyone that can correct me?
To reset it i gues i remove it and resolder it with the opposide polarity?
Sorry for my bad english but it's not my native language.
And another question, there is a part next to the usb port that is gold and black and marked 501L on the picture (but my board is marked X505), i think it's a resettable fuse, anyone that can correct me?
bljardkungen:
And another question, there is a part next to the usb port that is gold and black and marked 501L on the picture (but my board is marked X505), i think it's a resettable fuse, anyone that can correct me?
To reset it i gues i remove it and resolder it with the opposide polarity?
It is what's called a positive temperature coefficient (PTC) resistor. It starts out with a very low resistance, but when current goes through it it heats up based on the formula P = I2R. This heat causes the resistance to rise. Below a certain level, the heat is mild enough to not cause a large change in resistance. However, once the current goes above a certain threshold, the resistance rises out of control and severely limits the current flowing through the "fuse".
To reset the fuse, you just need to remove power and wait a few seconds for it to cool off and return to its normal (low) resistance.
Jiggy-Ninja:
It is what's called a positive temperature coefficient (PTC) resistor. It starts out with a very low resistance, but when current goes through it it heats up based on the formula P = I2R. This heat causes the resistance to rise. Below a certain level, the heat is mild enough to not cause a large change in resistance. However, once the current goes above a certain threshold, the resistance rises out of control and severely limits the current flowing through the "fuse".
To reset the fuse, you just need to remove power and wait a few seconds for it to cool off and return to its normal (low) resistance.
Thanks for your detailed response, didn't even know fuses/resistors like that existed, really cool.