Is there a difference in polarity for sonar sensors?

  • Thread starter Thread starter Megasundato
  • Start date Start date
  • Tags Tags
    Polarity Sensors
AI Thread Summary
The discussion centers on the use of ultrasonic sensors in a robot project, specifically addressing concerns about polarity in the wiring of the sensors. It clarifies that the schematics provided are for ultrasonic motion sensors rather than true sonar devices, which can measure distance. The output of the receiver is primarily used to detect motion rather than distance, and polarity is generally not a concern unless advanced signal processing is involved. The proper functioning of the system relies on modulating a signal, with the echo returning to determine the distance to an object based on the time taken for the signal to return. The conversation emphasizes that the sensors can work together effectively for basic motion detection applications.
Megasundato
Messages
30
Reaction score
1
Hello, for my robot project, I'm using a system of of sonar range finding sensors which are generally used for this type of thing. My question is of there polarity. I'm assuming that it does not matter, for there are no clear indicators of positive or negative values on any of the poles.
here are the schematics I'm following.

http://www.reconnsworld.com/ultrasonic_xmtr.jpg

http://www.reconnsworld.com/ultrasonic_rcvr.jpg

I don't know if this helps explain what I mean. I just need to know if there is any difference on any of the points.

Thanks
 
Computer science news on Phys.org
Those schematics are not for sonar, they are for an ultrasonic motion sensor. (Admittedly they might be advertised with the word "sonar" but its just to increase sales). All those schematics can do is sense motion, they can't tell you how far away anything is. Typically the output of the receiver stage is watched for changes (simplest way is to send it through a phase or amplitude detector), because any change indicates there was motion. Polarity shouldn't be an issue unless there is some really fancy signal processing after that receiver front-end, which is unlikely for those circuits (that is, if you wanted to do something fancier than simple motion detection you wouldn't use that sort of transmitter and receiver).
 
Yeah, I thought sonar is a bit too big of a word for them lol. thanks for the help. that answers my question.
 
You should be able to use those two devices together. You modulate a signal; when the signal hits something it should echo back. Then you should be able to match the return signal. The time it takes to get your response should tell you how far away an object lies.
 
Megasundato said:
Hello, for my robot project, I'm using a system of of sonar range finding sensors which are generally used for this type of thing. My question is of there polarity. I'm assuming that it does not matter, for there are no clear indicators of positive or negative values on any of the poles.
here are the schematics I'm following.

http://www.reconnsworld.com/ultrasonic_xmtr.jpg

http://www.reconnsworld.com/ultrasonic_rcvr.jpg

I don't know if this helps explain what I mean. I just need to know if there is any difference on any of the points.

Thanks

The links show a 40 kHZ transmitter and a 40 kHZ receiver for a sonar rangefinder system. The timer and control circuits are not shown. The transmitter emits a short pulse and when the echo is received it trips the comparator in the receiver. The control circuits measure the round-trip time between transmit time and receive time and then calculate the range. This is exactly how a sonar rangefinder works.

Can you please be specific: What poles are you referring to? What points are you asking about differences?
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top