3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Light Sensing LEDs

Light Sensing LEDs
I was recently reserching on LEDs and I stumbled upon this page as I read it I found that LEDs are not just used to emit light but the also have the ability to sense light.At first using LED as light sensor sounds complicated but it quiet quickly becomes clear. This is a fun project in which we will be experimenting with LEDs requires minimal parts.

This instructable will explain you how to use a LED as sensor,creating it on a breadboard,making a shield for arduino, how to get a reading from our LED sensor and how to change the sensitivity of our sensor.

This is my first instructable, any suggestions,corrections or comments are welcome.

This instructable is a entry in the arduino contest so if you like it please vote.

A short video of the sensor in sensitive to dark mode:

 

A short video of it in the light sensitive mode:


 
Remove these adsRemove these ads by Signing Up
 

Step 1Why Arduino?

Why Arduino?
Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.There are many other microcontrollers and microcontroller platforms available for physical computing. Parallax Basic Stamp, Netmedia's BX-24, Phidgets, MIT's Handyboard, and many others offer similar functionality. All of these tools take the messy details of microcontroller programming and wrap it up in an easy-to-use package. Arduino also simplifies the process of working with microcontrollers, but it offers some advantage for teachers, students, and interested amateurs over other systems:

~ Inexpensive - Arduino boards are relatively inexpensive compared to other microcontroller platforms. The least expensive version of the Arduino module can be assembled by hand, and even the pre-assembled Arduino modules cost less than $50

~ Cross-platform - The Arduino software runs on Windows, Macintosh OSX, and Linux operating systems. Most microcontroller systems are limited to Windows.
Simple, clear programming environment - The Arduino programming environment is easy-to-use for beginners, yet flexible enough for advanced users to take advantage of as well. For teachers, it's conveniently based on the Processing programming environment, so students learning to program in that environment will be familiar with the look and feel of Arduino

~ Open source and extensible software- The Arduino software and is published as open source tools, available for extension by experienced programmers. The language can be expanded through C++ libraries, and people wanting to understand the technical details can make the leap from Arduino to the AVR C programming language on which it's based. SImilarly, you can add AVR-C code directly into your Arduino programs if you want to.

~ Open source and extensible hardware - The Arduino is based on Atmel's ATMEGA8 and ATMEGA168 microcontrollers. The plans for the modules are published under a Creative Commons license, so experienced circuit designers can make their own version of the module, extending it and improving it. Even relatively inexperienced users can build the breadboard version of the module in order to understand how it works and save money.

(Taken From Official Website Of Arduino)
« Previous StepDownload PDFView All StepsNext Step »
16 comments
Apr 25, 2012. 8:28 AMTwisted~Mind says:
In the supplies section, it says we need resistors - but where do we put the resistors on the Arduino?

(I'm new at this, and I thought your Instructable was really cool and decided to give it a try.)
Apr 25, 2012. 8:47 AMTwisted~Mind says:
Oh! I see. Thank you for the help! This is a really neat idea, thank you for sharing :).
Mar 29, 2012. 4:36 PMblinkyblinky says:
I did some code editing so that I had both a light and dark detector without having the need to reprogram it. Here is the result:

Mar 13, 2012. 4:14 AMe=mc^2 says:
Great work!
Mar 7, 2012. 8:39 PMoallaa says:
Great project never thought that a LED can be used as a sensor!!XD
Feb 20, 2012. 8:02 PMtoddie123 says:
Wonderful discovery! Just tried it out and thats what I call MARVELOUS!
Feb 20, 2012. 8:26 PMrtty21 says:
This is brilliant. I mean REALLY brilliant. I'm following XD
Feb 15, 2012. 7:04 AManmol11 says:
what a project rohit!!....badiya ekdum...abe meko patch bejh in my this account!..please
Feb 12, 2012. 6:44 PMscromp says:
This is a cool discovery.. but why not just use a photoresistor?
Feb 11, 2012. 4:10 PMSamimy says:
nice man, a great post !
that was actually a big discovery, i never heard of it before.

Feb 11, 2012. 3:25 AMMikB says:
I recall seeing a design for a clock, LED based, where the flashing colon in the time (12:00) was implemented using two discrete LEDs. When driven (high) by an I/O port, they lit. The other half of the time, they weren't just off, they were switched as analogue INPUTS to read the "light level" in the room.

This then allowed the microcontroller driving the LEDs for the whole display to adjust the brightness of the display according to the light level in the room, as the current fed to the display was under the microcontroller's supervision.

Now that's a cool trick! Two uses for the same LED. I'm sure similar things can be done on Arduiono/ATMEGA/PIC, as long as you can reprogram an I/O pin from a driven OUTPUT to an analogue INPUT.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
32
Followers
7
Author:Bot1398
I am a 13 year old school student intrested in electronics rather than studies.I developed this hobby when I was 10 and when I found out this site I was like WOW!!! now I can share what I make.I feel ...
more »