element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum Using an LED as Light Detector
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 10 replies
  • Subscribers 529 subscribers
  • Views 310 views
  • Users 0 members are here
Related

Using an LED as Light Detector

FreeBird
FreeBird 12 days ago

An article I read in Popular Electronics magazine from the 1980's inspired this experiment.  The article was authored by Forrest Mims, renowned citizen scientist.  In it he mentioned that he had discovered during the 1970's that LED's not only emitted light, but could detect light. This got my curious mind wondering if I could use the LED's I had aquired through Amazon from some far off foreign manufacturer extremely cheap.  Like less than $5.00 for 100 each of 5 different colors could be used to detect light.  It would appear they can.

Procedure: My lab (office) is on the second story of my home in S.W. Missouri, it has only one window facing due East.I waited until mid afternoon when the sun was in the western sky. Turned off the one artificial light in the room. Using the small bread board (about 2" square) that came with my Arduino Kit years ago, I inserted an LED and a couple of short pieces of wire to connect my DMM test leads too.  I then instructed the DMM to collect 500 sample voltage readings and export the collected data to .csv files. I then suspended a small LED flashlight about an inch from the LED and ran another 500 samples.  I repeated this process for all 5 colors of LED's, white, red, yellow, green and blue that came with this kit. The attached PDF files is a report of the raw findings.

Hope you enjoyed this, feel free to ask questions in the comments.  I look forward to hopefully starting a discussion around this, maybe talk about how we can use this to discover life in far off galaxies (probably not), but maybe use it to have fun with our hobby is a more attainable goal.

Thanks

Charlie (Freebird)

  • Sign in to reply
  • Cancel

Top Replies

  • michaelkellett
    michaelkellett 12 days ago in reply to FreeBird +1
    I got to thinking about this and looking for articles on LEDs optimised for photo detection, so you might make a low cost plastic fibre bi-drectional. Then I found this: https://physicsopenlab.org…
  • dougw
    dougw 12 days ago in reply to michaelkellett +1
    SPDIF / Toslink audio uses red LEDs over plastic fiber
  • michaelkellett
    michaelkellett 12 days ago

    This isn't the best way to use an LED as a detector (or a photo diode).

    You would do much better to measure the photo current using a transimpedance amplifier.

    https://ultimateelectronicsbook.com/op-amp-transimpedance-amplifier/

    This will be much less affected by external noise and independent of the input impedance of the meter.

    But the real question is - why bother - photo diodes are quite cheap.

    (You could buy 700 for £8.61 from Aliexpress = £0.0123 each

    https://www.aliexpress.com/item/1005006783218523.html

    )

    So what's gained by using an LED as a bad photo detector ?

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • FreeBird
    FreeBird 12 days ago in reply to michaelkellett

    So what's gained by using an LED as a bad photo detector ? 
    Well I have already gained something far more valuable then being able to detect light, thanks to your response, I have learned that my method of testing this is questionable,
    there is something called a transimpedance amplifier, I will following your link and looking that up in the near future (first the honey do list). 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • FreeBird
    FreeBird 12 days ago in reply to FreeBird

    By the way I also have some photo diodes and now I believe my next step in tinkering with this may be to compare test and compare light detection results of cheap  LED's to cheap photo diodes.  Thanks for the suggestion.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • FreeBird
    FreeBird 12 days ago in reply to FreeBird

    Also, I forgot to mention this in my initial response, but one of the uses Mr. Mimms found for this was he was able to use a fiber optic fiber to transmit the light emited by the led then place an led as an receiver on the other end.  ie: by then modulating the light signal a message could be sent, then turn off the sending led and the receiver can send an response signal back in the same manner.  

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • michaelkellett
    michaelkellett 12 days ago in reply to FreeBird

    I got to thinking about this and looking for articles on LEDs optimised for photo detection, so you might make a low cost plastic fibre bi-drectional.

    Then I found this:

    https://physicsopenlab.org/2020/02/27/using-led-as-a-single-photon-detector/

    Which might suggest a way of doing it - SPADing with a cheap LED might be quite fun - I'll just need to get hold of a single photon pulser !

    There are plastic fibres that work with red LEDs.

    MK

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • dougw
    dougw 12 days ago in reply to michaelkellett

    SPDIF / Toslink audio uses red LEDs over plastic fiber

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • FreeBird
    FreeBird 12 days ago in reply to dougw

    Had to go look up what SPDIF/Toslink is, but that is interesting. According to what I read by using a fiber optic connection to transmit sound it eliminates Electro Magnetic interference. Now I need to get some fiber optic cable, that sounds like fun to tinker with.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jc2048
    jc2048 11 days ago in reply to dougw

    Might be wrong, but don't the audio TOSlink ones usually have drivers integrated, to make them easy to interface to logic. Certainly, the Cliff Electronics ones that I've recently bought to use with an FPGA do.

    Something like this one is just a LED (you need to look carefully at the datasheets to make sure, because many in this range of parts also have drivers):

    https://uk.farnell.com/broadcom-limited/hfbr-1521z/fiber-optic-transmitter-5mbd/dp/1173128

    That's designed to work with 1mm plastic fibre (there's a separate plastic item that clamps around the fibre end to guide it into the tx/rx part). The range is fairly limited (10 to 20 metres, or so, depending on how hard you drive the LED, the bandwidth you're trying for, and what you've got at the receiving end) - that's ulitmately down to the lossiness of the plastic fibre, not inherent to these particular parts.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dougw
    dougw 11 days ago in reply to jc2048

    Plastic fibre communications can work up to 100 m, although as you point out, Toslink systems aren't generally designed to go that far.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • FreeBird
    FreeBird 8 days ago in reply to michaelkellett

    Per your suggestion, I created a transimpedance amplifier, using a 741 op amp.  This morning I am (well was, until a need for more coffee struck) experimenting with that circuit and trying to understand it better prior to re-running my experiment with all 5 LED's. I also intend to add a photo diode into the mix and see how that compares.  By the way, thank you for your input.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube