In SX Microcontrollers, SX/B Compiler and SX-Key Tool, markuster wrote: Hi, I need to increase distance using the Infrared Receiver (Item code 350-00014) with the Parallax IR emitter. When I use that sensor with a Basic Stamp I can detect an object at about 3 feet (max) , but the same sensor with the SX 28 is about 2 inches only. How can I increase this distance using SX28 microcontroller? Thanks, Mark PS: Please see the rutine: DEVICE SX28, OSC4MHZ, TURBO, STACKX, OPTIONX FREQ 4_000_000 PROGRAM Start INI: DO FREQOUT RB.1, 10, 38000 'RB.1 OUT LED IR IF RB.2= 0 THEN 'RB.2 OUT from sensor IR HIGH RB.0 'RB.0 LED INDICATOR PAUSE 500 LOW RB.0 PAUSE 500 ENDIF LOOP ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=283893 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2008 (http://www.dotNetBB.com)