Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 25, 2024, 03:07:27 03:07


Login with username, password and session length


Pages: [1]
Print
Author Topic: Help design Ultrasonic sensor  (Read 5784 times)
0 Members and 1 Guest are viewing this topic.
Pravi
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 10
-Receive: 1

You get what you give


« on: January 30, 2012, 09:47:14 09:47 »

Hi,

I have purchased an Ultrasonic Transmitter and Ultrasonic Receiver, but not sure on the design (how to put them together in a circuit and make them working).
I tried searching the forum for Ultrasonic transeiver, but could not find the schematics for that.

Can someone point me, or give a link for Ultrasonic Transeiver schematic and design details?
Logged

SpaleKG
Junior Member
**
Offline Offline

Posts: 36

Thank You
-Given: 19
-Receive: 18


« Reply #1 on: January 30, 2012, 02:31:02 14:31 »

Can you give more info about your devices. You should receive some user manual. Or simply give label and manufacturer URL if you have.
When we know what is inside your device, then we can help you.
Logged
solutions
Hero Member
*****
Offline Offline

Posts: 1824

Thank You
-Given: 656
-Receive: 903



« Reply #2 on: January 31, 2012, 01:39:05 01:39 »

http://www.robot-electronics.co.uk/files/srf1.pdf

http://www.robot-electronics.co.uk/htm/srf04tech.htm

source code: http://www.robot-electronics.co.uk/files/srf1.asm
« Last Edit: January 31, 2012, 01:41:31 01:41 by solutions » Logged
Pravi
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 10
-Receive: 1

You get what you give


« Reply #3 on: February 03, 2012, 09:04:09 09:04 »

This is a perfect solution except that they have used PIC and assembly where I was looking for AVR and C. Well, that shouldn't be difficult to port it to AVR. If I succeed, will share the project here. Thanks for the solution.
Logged

th_sak
Active Member
***
Offline Offline

Posts: 141

Thank You
-Given: 150
-Receive: 149



« Reply #4 on: February 05, 2012, 10:53:40 10:53 »

Here is another DIY project which uses ARDUINO. Firmware can be easily adapted for any AVR controller. If you know how to program AVRs then you probably know how to load the ARDUINO bootloader to your AVR and run this firmware as is.

http://www.kerrywong.com/2011/01/22/a-sensitive-diy-ultrasonic-range-sensor/
Logged
Ahmed106
Guest
« Reply #5 on: February 05, 2012, 11:11:39 11:11 »

Hi, You can have a look at this DIY Ultrasonic range finder project it could be helpful
http://www.micro-examples.com/public/microex-navig/doc/090-ultrasonic-ranger/

Regards
« Last Edit: February 05, 2012, 12:40:38 12:40 by Ahmed106 » Logged
Marnic
Guest
« Reply #6 on: February 11, 2012, 08:53:20 08:53 »

Read this:
http://www.murata.com/products/catalog/pdf/s15e.pdf

If you want to improve the sensitivity, study well the scheme of the receiver
Logged
Ahmed106
Guest
« Reply #7 on: February 16, 2012, 05:47:04 17:47 »

@pravi, Can you please post some details of your Ultrasonic Transmitter and Ultrasonic Receiver & Manufacturer Details
Logged
pushycat
Senior Member
****
Offline Offline

Posts: 463

Thank You
-Given: 210
-Receive: 1446



« Reply #8 on: February 17, 2012, 12:13:02 12:13 »

@pravi, Can you please post some details of your Ultrasonic Transmitter and Ultrasonic Receiver & Manufacturer Details
This is usually the toughest thing..coz Indian market is normally flooded with chineese fakes, no one knows the exact origin of a component. Despite the component will be sold by a reputed hobby kit dealer, the exact origin is 99% china. This came to my experience when i tried to assemble a project Ultrasonic distance meter published in EFY magzine and it gave me maximum range of about 90 cms and then it blanked the display beyond that. A week back i happened to assemble the same circuit and the display came on only when i tapped on the RX's body. This meant the Rx side was working. Then i tried to hear something on the Tx side. Usually i hear a hissing noise when tx transmitts which is actually a ultrasonic burst but not audible to human ears. But this time nothing was heard. Then on a guess i replace the Rx and Tx pair from a different source, and the kit worked as before. To debug this, it took a day long of hard work after supecting all the capacitors and componenets etc. So if those sensors can be tested by any standard means, before assembling, we can buy better quality ones and too save our precious time...

@Pravi...A similar project is published in recent EFY magazine and will be put in the "EFY projects"s section of Sonsivri soon.


Pushy
« Last Edit: February 17, 2012, 12:19:43 12:19 by pushycat » Logged
LabVIEWguru
Senior Member
****
Offline Offline

Posts: 300

Thank You
-Given: 270
-Receive: 593



« Reply #9 on: February 17, 2012, 12:39:44 12:39 »

Are these small round transducers?
You know the frequency is around 20 - 32 khz. I am thinking that if you use a signal generator and a scope, you could sweep the signal generator on the transmitter and when you have the resonate frequency on the signal generator you will see a sharp drop on the scope. If you go too high in frequency you could also see a odd harmonic I think.

I used to have some articles somewhere. I will see if I can find them.

Here is one to get you started:

go to google books
bibliogroup:"Ciarcia's Circuit Cellar" or search for "Ciarcia's Circuit Cellar"

3rd book down - Volume 5

chapter 15: "An Ultrasonic Ranging System"

This will give you basic information.

Also Volume 3 page 42 is another article.

If you know someone that has an old Polaroid camera many of those had an ultrasonic range finder in them.
« Last Edit: February 17, 2012, 12:45:44 12:45 by LabVIEWguru » Logged
pushycat
Senior Member
****
Offline Offline

Posts: 463

Thank You
-Given: 210
-Receive: 1446



« Reply #10 on: February 17, 2012, 02:46:56 14:46 »

Yes..these are 16mm in diameter with alluminium casing, look like a bigger version of an electret condensor microphone.
Pushy
Logged
Pravi
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 10
-Receive: 1

You get what you give


« Reply #11 on: May 04, 2012, 01:12:32 13:12 »

Quote
I am thinking that if you use a signal generator and a scope, you could sweep the signal generator on the transmitter and when you have the resonate frequency on the signal generator you will see a sharp drop on the scope. If you go too high in frequency you could also see a odd harmonic I think.
Sadly, I do not have Scope. I tried many of the tutorials mentioned above, but with limited time and resources, am still unable to do it. However, I believe that I will do it one day and certainly share it with the world Smiley
Logged

Parmin
Hero Member
*****
Offline Offline

Posts: 582

Thank You
-Given: 494
-Receive: 133


Very Wise (and grouchy) Old Man


« Reply #12 on: May 05, 2012, 05:31:46 05:31 »

Sadly, I do not have Scope.

Then try the microphone input on your computer.
Lateral thinking.
Logged

If I have said something that offends you, please let me know, so I can say it again later.
Sideshow Bob
Cracking Team
Hero Member
****
Offline Offline

Posts: 983

Thank You
-Given: 230
-Receive: 961



« Reply #13 on: May 05, 2012, 10:12:16 10:12 »

Then try the microphone input on your computer.
Lateral thinking.
I do not know how smart that will be. Most sound card to day. Still have a max sample frequency at 44100 Hz. And a bandwidth in the range 20Hz to 20KHz. The bandwidth may be limited both by analog and digital methods. As many sound card use sigma delta types ADC.
Logged

I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum
LabVIEWguru
Senior Member
****
Offline Offline

Posts: 300

Thank You
-Given: 270
-Receive: 593



« Reply #14 on: May 05, 2012, 12:24:47 12:24 »

If you use a 555 with a small transistor to drive the transmitter and monitor the collector current current of the transmitter, I think the current will climb up until you are on resonant frequency of the transmitter, then it will drop sharply. When you are on resonant frequency of the transmitter, if the receiver transducer is in front of the transmitter you will have some small output. If it is enough to see with a voltmeter set on the lowest scale, I do not know.
Logged
Pravi
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 10
-Receive: 1

You get what you give


« Reply #15 on: May 07, 2012, 11:02:22 11:02 »

Quote
If you use a 555 with a small transistor to drive the transmitter and monitor the collector current current of the transmitter, I think the current will climb up until you are on resonant frequency of the transmitter, then it will drop sharply. When you are on resonant frequency of the transmitter, if the receiver transducer is in front of the transmitter you will have some small output. If it is enough to see with a voltmeter set on the lowest scale, I do not know.

I will try using 555 on a breadboard. Does breadboarding the circuit affect the final output? I mean because of the noise caused in the breadboard?

Quote
Then try the microphone input on your computer.
Lateral thinking.
I am not sure if this works for Ultrasonic sensors. http://www.zeitnitz.de/Christian/scope_en has a soundcard scope, but not sure if someone has tried this for ultrasonic sensors.
Logged

Sideshow Bob
Cracking Team
Hero Member
****
Offline Offline

Posts: 983

Thank You
-Given: 230
-Receive: 961



« Reply #16 on: May 08, 2012, 01:43:13 13:43 »

http://www.zeitnitz.de/Christian/scope_en has a soundcard scope, but not sure if someone has tried this for ultrasonic sensors.
Sorry I do not think it will work
Logged

I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum
Parmin
Hero Member
*****
Offline Offline

Posts: 582

Thank You
-Given: 494
-Receive: 133


Very Wise (and grouchy) Old Man


« Reply #17 on: May 11, 2012, 09:23:34 09:23 »

Sorry I do not think it will work

Then buy a scope.
Logged

If I have said something that offends you, please let me know, so I can say it again later.
DreamCat
Senior Member
****
Offline Offline

Posts: 284

Thank You
-Given: 223
-Receive: 116



« Reply #18 on: May 11, 2012, 04:16:12 16:16 »

if you know the theory of the distance mesure use Ultrasonic, you can write the code yourself.

the basic theory is :
sound is a Mechanical wave, wave transmit in air need time, that is speed. when you send a few 40kHz pulse,after a while, you can recieve the reflected wave by your mesuring object.

when you start to transmite the pulse, turn on a timer/counter, when you recieve the reflacted wave, end the timer/counter. So you can get a time on double distance ......

sorry for my bad english....
Logged

May be I expressed the wrong meaning, sorry for my bad english. Please correct it for me if you can.
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC