Thursday 22 January 2015

surface mount - 0805 LED on a 0805 resistor footprint?


The LED in question is described as 0805 dimensionally. However, the footprint in the PDF is different from that described as being suitable for a resistor. For example, the gap between the anode and cathode is a recommended 1.1mm while that between resistor electrodes is typically 0.65mm


Can I put these LEDs onto 0805 resistor footprints?



Answer



Yes, you can place your 0805 LED onto a 0805 resistor pad. The LED has the exact same pad size as a 0805 resistor so it will fit on the pads fine. Recommended pads are useful but when you're using a part with an established pad size like 0805, it's unnecessary to match it exactly. I've had parts with established pad sizes have recommended patterns slightly different in one dimension or another. I've never had issues ignoring the recommended pattern and using the generic 0805 pattern.


I assume Passerby was talking about if you were hand soldering parts(?). Your manufacturer should have no problem putting the LED on a 0805 pad. There's definitely no harm in taking 3 minutes to make new pads for the LED, but I find it a little unnecessary to say you need to take all those steps if you don't.


edit - somehardwareguy has it right in the comments though. You'll want to add an indicator in there so the manufacturer knows which side is which.



No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...