IRPD sensor? where can I get one.
Why doesn't Parallax sell an IR proximity sensor? am I just not seeing it? I hadn't had a need to buy one as I had a few on hand from another supplier, now that I need one I was shocked that I couldn't find one offered by Parallax. I'm not talking about a simple IR transistor circuit. but a modulated 2+ input sensor.
my source has dried up, anyone have a circuit or a source to get a good IRPD sensor?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
Post Edited (Dgswaner) : 12/13/2007 9:31:22 PM GMT
my source has dried up, anyone have a circuit or a source to get a good IRPD sensor?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
Post Edited (Dgswaner) : 12/13/2007 9:31:22 PM GMT
Comments
http://www.parallax.com/Store/Sensors/ObjectDetection/tabid/176/CategoryID/51/List/0/Level/a/ProductID/83/Default.aspx?SortField=ProductName%2cProductName
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support
Post Edited (Dave Andreae (Parallax)) : 12/7/2007 5:09:45 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Brian
uController.com - home of SpinStudio
PropNIC - Add ethernet ability to your Propeller!
SD card Adapter
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
http://www.lynxmotion.com/Product.aspx?productID=56
Personally, I think it's a bit over-priced but If you download the user guide, it has the schematic, so you could just build your own. There are other ways to do it. Basically you just need one of those 38kHz detectors and an oscillator to drive·the IR LED at the right frequency. If you built your own, you could have multiple emitters and as many detectors as you needed for coverage.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Rick
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
I don't have a pic programmer and have never programmed a pic before. My brain is kinda full at the moment and I'd prefer just having someone program them for me. Anyone want to swap, you program some of these for me and I'll make you some PCB's I'll pay for the Pic's
let me know
Added: I have the code already, I just need it uploaded to the PIC.
Removed Schematic it had some errors. see the new one below.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
Post Edited (Dgswaner) : 12/13/2007 9:42:40 PM GMT
Unless I'm missing something here, you're looking for some one to design the program, write it, test it, debug it, give the program away and swap all that time and effort that for some PCB's? If that's correct, I'll be interested to see who "bites" on this offer.
If you already have a program, and you only need some chips "burned" that would sound a bit more fair, but perhaps I over-value my own time <shrug>.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
all I need is some IC's burned!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
It has 2 IR LED sensors 5v high/low output for connecting to a mirco. Optional LED's for visually indicating detection . The parts are for a 38Mhz IR reciever but with a simple code change it can use 56 kHz so 2 units can be used side by side with out interfering with each other. All that for only $9.74 from mouser.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
Post Edited (Dgswaner) : 12/13/2007 9:35:09 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Rick
"The IR proximity detector works very well, even in a brightly lit "noisy" environment. Instead of modulating the IR LED for 600us and then looking for a detection, I now look for a detection after every on/off cycle of an IR LED and count the number of hits that I get. I also look during the 'off' cycle when none of the IR LEDs are on and count the number of false hits that I get there. If I get more good hits than false hits then I say its a true detection. I then increment a counter as a sort of timer, when it passes a certain threshold, I notify a hit. At this time I check to make sure that a minimum number of good hits has been attained. At the same time I keep track via another time-out counter of noise hits. When this counter passes a certain threshold it then removes any detection that has been set. I fiddled a lot with the various threshold values for minimum number of good hits, time-out values and divisors for updating the false hit counts, and finally settled on the ones that currently used." -- Dennis Clark
I'm not trying to sell you on this circuit. but if your referring to the Lynix motion sensor listed above, than it appears to have a PIC that is programmed, and appears to be quite similar to this design. except that it costs 3 times as much. I like the do it your self approach, when ever I can.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
Post Edited (Dgswaner) : 12/16/2007 7:11:34 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm new to the propeller!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner