84Views10Replies
Need a short distance range finder (<1m) that is 5v and puts out a 0-5v signal based on distance?
I'm trying to find a range finder that can measure distances less than 1 meter and puts out a 0-5v signal based on the range. It needs to refresh quickly and be accurate to +/- 2 cm. It is measuring distance to the ground which will be pretty flat. Thanks in advance for guidance.
Discussions
5 years ago
THIS is probably your best bet. It has a claimed range from 2cm to 4.5 m and precision of 0.3cm, and reports 0-5V.
Answer 5 years ago
I did a little more research to better understand the Arduino board. Unfortunately, this sensor seems to require an Arduino board or something with digital input and output in order to send the pulse and then translates what it gets back. I am not afraid to tackle this but it doesn't seem like a full blown Arduino board is needed for this. Perhaps there are smaller, simpler boards that can be programmed just to do this one function and then provide me with a single 0-5v reference output that I may input into the engine management system?
Answer 5 years ago
Look up the picaxe system you only need the picaxe 08 chip and a programming cable which you could make.
http://www.picaxe.com/Distributors/
Answer 5 years ago
PS the free program editor has an example program to run the USonic module.
Answer 5 years ago
Use one of the very many tiny arduino-like boards. Arduino is an eco-system of compatible boards and a software tool to program them. A barebones arduino project is a processor and a couple of capacitors.
Answer 5 years ago
I ordered a starter kit yesterday. From my reading and watching YouTube videos, it looks like I could make my own board. All the small boards that I found lacked an analog 5v out.
Answer 5 years ago
The analogue out function on the boards is done by a PWM signal. All you need is an RC filter to turn it into an analogue voltage. Something like 47k into a 2.2uF cap would probably work, but it depends on the input resistance of what the signal has to feed.
Answer 5 years ago
Thank you so much for the link. It says that it is for Arduino. I am not familiar with the robotics lingo so just for clarification, I put 5v reference and ground to this board and it reports back with a 0-5v signal based on a range of 2cm-450cm? My application is automotive and I have a controller that supplies the sensor 5v and ground with a definable scale for the input that should then display the correct distance once configured properly. Thanks in advance.
Answer 5 years ago
Theoretically yes. Arduino is probably the most common use for these but in the end it's just a sensor and if you have some way to power it and read it then it should work. I have one but haven't used it so I'm not sure how to calibrate the readout to the distance exactly but you can find plenty of guides on this site, I even see a couple in the "Related" section to the right ----->
5 years ago
http://www.futurlec.com/Distance_Sensors.shtml