Receiving IR from remote controls

hello.

Im trying out the below library, but it solely returna 0, for any key pressed.

I use the SFH5110 as sensor.

I have controlled my hardware, that the IR sensor really detects something as suggested in the url given.

regards

Are you using one of the examples sketches to read the IR signals?

I used IRrecvDump.pde with a VISHAY - TSOP4838 and I could get the raw IR codes from all the remote I tried.

I found an IR solution that worked well and was "powerful"... without being too big.

Details at...

While that is couched in Nuelectronics terms, there's no reason that 98% of what's there can't be used in a non-Nuelectronics environment.

Targettio:
Are you using one of the examples sketches to read the IR signals?

I used IRrecvDump.pde with a VISHAY - TSOP4838 and I could get the raw IR codes from all the remote I tried.

Hello, thanks for answer.
Yes, I use the example sketch on same link to receive.
regards

are you using the right protocol?, The arcfn library uses various protocol's RC-5.RC-6,NEC one's so if your using the RC-6 remote with RC-5 used in the CODE then it will provide you with zero because it's not able to decode.

I have a method that doesn't care what protocol you are using

This may sound like a stupid question, but you are opening the serial monitor?

'cos IRrecvDump.pde simply dumps the length of time the LED (in the remote) is on and off. So there is nothing to go wrong (unless the library hasn't been installed correctly, but then you would probably get compile errors).