I'm interested in the following IR sensor breakout board with the QRE1113: https://www.sparkfun.com/products/9454
However, I would like to control the LED (on/off, PWM if possible). Should I disregard the breakout and see if I can get the QRE1113 seperately (hopefully nearby), or could I wire the LED to a pin on the Arduino (Nano)?
Best Answer
With that breakout board, you can do fairly slowly on and off by connecting the vcc pin of the breakout to an arduino pin. However the problem is with the capacitor in the schematic where if the vcc pulse is quick enough, voltage could actually seep through the capacitor to the vcc at its off state and possibly trigger the output. So basically you would want to remove that capacitor so you can use it for PWM. You could cut the connection to the capacitor:
Also wait for a couple of days before accepting this answer.