Hi all, my second post to the forum and I think it will be a relatively simple question to answer. It has been 20 years since I studied electronics, so I'm having to re-learn. I am building a race timer that is started by a motorized car crossing an IR beam and dropping the signal to the arduino to start the timer. My transmitter will be powered by a 9v battery in the center of a 4 x 8 board, and the receiver will be mounted on the edge of the wood attached to my USB powered arduino. I have the timer coded already and am activating it by a switch on my shield currently.
This is my problem. I have an Arduino Uno with a SainSmart 1602 LCD board connected to it. Here is a link:
http://www.sainsmart.com/sainsmart-1602-lcd-keypad-shield-for-arduino-duemilanove-uno-mega2560-mega1280.html
The board actually is slightly different from the image in their picture, because there are 5 rows on the bottom right of the shield with (5v, GND, S). These are near the A0-A6 inputs, so I am assuming they are inputs for analog sensors, I know what 5v and GND are, but what is S?
I purchased two IR sensors (E18-8MNK) from ebay that originated from "FunRobo" in HongKong. They are described here, but poorly. http://forum.funrobo.com/viewtopic.php?f=40&t=2375. They also appear to have their own shield which also appears to have Digital pins which also have (5v, GND, S), or maybe I'm confused?
I have built a 5v DC supply for the transmitter like they depict in the forum, however, I'm not sure where to connect the receiver side of the sensor to on my LCD shield. I'm not sure if it goes into an analog pins, or a digital pins. The connector has a green, red, and yellow wire. On the transmitter side, I have a Red/Green wire for +5v DC and GND. That side works just fine. Now I want to ensure what when I connect the receiver side, I don't do something that will harm the receiver.
If these sensors are analog, then I would assume I can connect them to the (5v, GND, S) pins and life will be good. If they are digital, then I may have to do something different. I appreciate any input.
Hope I explained this correctly and I thank you in advance for your answers!
Nick