I am working on a custom board that is close to a Nano, but it will do some specific tasks. Not a development board.
Question is:
I would like to add a fuse on 5V line to a USB connector. But which one?
Those markings are confusing. I will use a MBR0520LT diode but what fuse to put between diode and USB? Whole components are almost all from Nano schematics. That include voltage regulator, capacitors, resistors, everything, but headers. I will use only a few pins.
Board i am working on will be used for a small project which will hardly go over 400mA limit.
"what fuse to put between diode and USB"
Diode goes between your other sources, such as between barrel jack and regulator - and why aren't you just designing for a 5V wallwart anyway and skipping the regulator?
Altho I do put low Vf schottky diodes between Vcc and Vusb to keep external power from back feeding into Vusb when I want external power but an FTDI module connected for debugging, keeps the PC from complaining about current surges and shutting the USB port down.
@Railroader: "Why use a fuse at all? The USB has a current limit built in." Only in terms of shutting your port down, if you are lucky. Never tried a direct short from Vusb to Gnd to see if my PC could survive that. Have you?
Building a lot of small computers during 40 years I've never had any issue that would call for such a fuse. Maybe the Arduino creators apply it because they know that sometimes very ignorant people will use the devices.
The rule number one is: Power down the circuitry before making any connections. One difficult task could be electrical measurements in an active, powered, board. Choose probes that can't short circuit. If that is not possible, switch power off and solder cable stubs to the measuring points...
Ounce the task was faultfinding a circuit board intended for flying in space. You bet that board was more than expencive to damage. Why be less caring during home built electronics? Making unplanned shorts often give unexpected damages and a lot more to faultfind and repair. Work in a safe way if You want the project to ever get functional and ready.