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?
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top