5

I'm trying to get into electronics and read that mouser is a good place. I wanted to buy a couple of leds, just like this one. But searching for "led" or "simple led" yields pages and pages of results. How do I search for components in this kind of store? Do I need to be super specific to get right results or am i doing something wrong?

mishap
  • 155
  • 1
  • 5
  • 2
    No, there really are a very wide range of product. You can narrow it down by package type: assuming you want to plug the led into a breadboard or arduino, select a T-1 or T1-3/4 size. Drill down into any one component to find the datasheet link. Digikey.com and element14 work similarly. – MarkU May 09 '16 at 20:30
  • 2
    You can get a good starting point with enough keywords, e.g. "Standard LEDs Through Hole Green 3mm". – apalopohapa May 09 '16 at 20:32
  • btw, *specific* part shopping recommendations are off-topic, but as I see it this question is about technique, how to narrow down the search. – MarkU May 09 '16 at 20:37
  • 1
    Find the right [category](http://www.mouser.com/Optoelectronics/LED-Indication/_/N-b1d1k/), then start drilling down and filtering. With practice, you'll learn. – Nick Alexeev May 09 '16 at 20:37
  • It's also worth mentioning that SparkFun et. al are providing you a service (that you are paying for in added part cost). They go out and find the cheapest 3mm green LED that would work for 99% of electronics hobbyists, and sell it at an increased price. You pay a bit more per LED, but if you're only getting a handful it may be worth your time. – W5VO May 10 '16 at 02:57
  • 1
    Don't forget to sort by price. That often gives you the most commonly used items. – pipe May 10 '16 at 09:10

2 Answers2

10

Suppliers like Mouser and Digikey are less designed for beginner hobbyists and more for industrial use. The massive number of sometimes intangibly different options is most definitely a feature rather than an oversight. You can still use them, but it really helps to have some requirements in mind before going in. They're less about finding 'a small LED' and more about finding 'a through-hole LED with an intensity of 100 millicandela..., etc.' For example, starting with the 'LED emitter' category in Mouser and filtering based on which were in stock, through-hole LEDs reduced the results from ~36,000 to a far more manageable 2,600. If you had color or brightness requirements, you could narrow the field further.

In general, use sites like Digikey and Mouser if you have some requirements in mind, but if you're just window-shopping or trying to get an idea of what options are out there (without seeing several thousand at once), sites like Sparkfun or Adafruit are probably a better choice.

Alex
  • 684
  • 4
  • 6
  • 1
    @Chuchelo I purchase parts from both Digikey and Mouser. That being said, I find Digikey's product search _much, much_ easier to use than Mouser's. – bitsmack May 09 '16 at 21:24
7

In addition to Alex's fine answer, there are a number of things you can do to limit your hits, or at least make sense of the long list. First, limit your list using every parameter you care about. Often this is surface mount vs through hole. For LED's, it will also be size and color, and probably current requirements. Also, limit your search to in-stock items.

Once you've done all this -- here's the magic. Sort your list by how many pieces the distributor has in stock and pay close attention to the first half page of hits that this method yields. Many will be duplicates of the same part packed different ways, or available in different packages.

This is not a perfect method by any means, but when a distributor stocks a ton of pieces of an item, it is often because engineers like to use that part. It could also be that the vendor likes dealing with some manufacturers more than others.

After that, you might consider cost (unless you are building a handful of something, and don't care), manufacturer (I tend to use manufacturers with generous sample policies, or at least those that don't give me trouble because of a '.edu' address).

After you have done some filtering this way, you should pore through the data sheets to make sure the part works for you.

Lastly, when you actually getting around to putting the part in the cart, put more than you think you need if you're doing the order for prototyping. If you need one piece of an IC, get a second for when you burn up the original, and a third for when you smoke the replacement. You'll save time (in the short run) and money (in the long run) if you do things this way. You might even consider buying a few of each candidate for some of your Bill of Materials.

pipe
  • 13,748
  • 5
  • 42
  • 72
Scott Seidman
  • 29,274
  • 4
  • 44
  • 109
  • 2
    Scott, with all due respect, can we please keep the all-capitals out of it. We've got other good methods to do emphasis. – Nick Alexeev May 09 '16 at 22:18
  • 2
    Another point for buying extras: for a few small parts, shipping is often the largest part of the price, so getting extras will actually save money if you avoid buying replacements via a second (or third!) purchase. – WhatRoughBeast May 09 '16 at 22:19
  • 1
    @NickAlexeev sorry, corrected. Is "LED" ok?? – Scott Seidman May 09 '16 at 22:33
  • 1
    @WhatRoughBeast -- absolutely. When I find students in such situations, it's usually the time factor that's the most annoying -- though the next-day-shipping they usually ask for when they need it right away is icing on the cake. – Scott Seidman May 09 '16 at 22:57