Hio,
i`m trying to use IR photodiode whit my arduino leonardo to capture some random ir signals(ir emitter, remote controlelr, etc.).
But the problem is, since i manage to get things working, it only works if the source of IR is about 1-2cm away from the ir photodiode.
So now after vieming datasheet from the photodiode(its BPW 41n, from Vishay) im confused as what exactly does the diode effects on in relation to detected ir. If i assume correctly, the photodiode only gives out signal similar to LOW or HIGH(as in logic controllers), not like the those 3-pin sensors that can detect actual distance of the source or like photoresistor where you measure the resistance for determining the strength of light.
But my main problem is why the BPW 41n doesnt detect IR at more then 2cm(specified distance is 20cm) even when i use 10x ir emiiting diode as IR source.
So now my questions are:
-where can i find the voltage fro powering the diode?
-how exactly do i detect if diode is closed or oopen(do i have to measure voltage or current?
-where can i find the exact voltage/current of closed(no IR) and open(detected ir) state?
-and how ecatly i have to connect it to arduino?