Good day to everyone. I would like to know if anyone has any experience and can give me an example of using flowcode to capture and store the distance readings from a Polaroid 6500 Ranging Module. Or any distance ranging unit. Thanks in advance.
Ondra
Ranging module Capture Store
- Steve
- Matrix Staff
- Posts: 3433
- Joined: Tue Jan 03, 2006 3:59 pm
- Has thanked: 114 times
- Been thanked: 422 times
Hello,
I have no experience of using this module, but it looks similar in operation to the one we sell.
Basically, you send a pulse to it and then read the echo-ed pulse back. The pulse transmits sound (at the speed of sound) which bounces off the target and returns to the transducer. By monitoring the time taken to receive the pulse, you can calculate the distance travelled.
I did a web search and this link has more details:
http://www.acroname.com/robotics/info/a ... sonar.html
I don't have any sample code to hand.
I have no experience of using this module, but it looks similar in operation to the one we sell.
Basically, you send a pulse to it and then read the echo-ed pulse back. The pulse transmits sound (at the speed of sound) which bounces off the target and returns to the transducer. By monitoring the time taken to receive the pulse, you can calculate the distance travelled.
I did a web search and this link has more details:
http://www.acroname.com/robotics/info/a ... sonar.html
I don't have any sample code to hand.