Difference between revisions of "Led sensor"

From ArmadeusWiki
Jump to: navigation, search
m
Line 1: Line 1:
According to [http://www.merl.com/reports/docs/TR2003-35.pdf this] paper, a simple led can be a light sensor if it used in reverse mode. In fact if led is used in invert, it become a variable capacitance.
+
According to [http://www.merl.com/reports/docs/TR2003-35.pdf this paper], a simple LED can be a light sensor if used in reverse mode. In fact if LED is used in invert, it becomes a variable capacitance.
  
 
+
To test this phenomena, I have used a pin of the FPGA, and design a little component/IP that provides the discharging time in a register.
To test this phenomena , I used to pin of the FPGA, and design a little component that provide the discharging time in a register.
+
  
 
= Code =
 
= Code =
Line 8: Line 7:
 
[http://fabienmarteau.free.fr/images/synthesis.tar.gz here]
 
[http://fabienmarteau.free.fr/images/synthesis.tar.gz here]
  
= How that work ? =
+
= How does it work ? =
 
[[Image:ledtouchschema.png|300px|center]]
 
[[Image:ledtouchschema.png|300px|center]]
 
= Results =
 
= Results =
  
With a green standard led that give :
+
With a green standard led, that gives :
  
 
[[Image:greenplot.png|300px|center]]
 
[[Image:greenplot.png|300px|center]]

Revision as of 20:26, 24 August 2008

According to this paper, a simple LED can be a light sensor if used in reverse mode. In fact if LED is used in invert, it becomes a variable capacitance.

To test this phenomena, I have used a pin of the FPGA, and design a little component/IP that provides the discharging time in a register.

Code

here

How does it work ?

Ledtouchschema.png

Results

With a green standard led, that gives :

Greenplot.png