Revolutionize Your Projects with 3D Ultrasonic Sonar on Arduino

  • Thread starter Thread starter MagicianT
  • Start date Start date
  • Tags Tags
    3d Ultrasonic
AI Thread Summary
The discussion focuses on an Arduino-based project featuring three main functionalities: a virtual touch screen for remote control, a 3D ultrasonic sonar with a range of 3 meters and a 50 fps update rate, and precise distance measurements down to 12 micrometers. The project utilizes FFT in its software and incorporates four HC-SR04 ultrasonic sensors to achieve high measurement accuracy by extracting the phase of returning ultrasonic waves. Participants clarify the terminology, noting that "sonar" is more appropriate than "radar" for this application, as sonar uses sound waves. The conversation also touches on the broader applications of ultrasonic technology, although most examples cited are industrial or military in nature. The project is positioned as a unique hobbyist endeavor with potential for further exploration and development.
MagicianT
Messages
6
Reaction score
0
I'm working on arduino based project, that actually can perform 3 features:

1. Virtual Touch Screen, for remote control purposes big screen TV, projectors, public display, or for interactive games
2. 3D Ultrasonic Radar, small range - 3 m for now, but real time with update rate 50 fps;
3. Precise distance measurements , down do 12 micrometers.

FFT is the major part of software application running on arduino DUE (cortex-3 , ATMEL SAM3X8E), plus 4 very popular ultrasonic distance sensors HC-SR04. Extracting the phase of returning ultrasonic wave, great precision in distance measurements possible.

More details on the blog page:
http://coolarduino.wordpress.com/2014/08/10/virtual-touch-screen-3d-ultrasonic-radar/
and two demo video clips on youtube channel:
http://youtu.be/SpZ_CqVk3e8

Opinions and suggestions are welcome.
 
Engineering news on Phys.org
MagicianT said:
I'm working on arduino based project, that actually can perform 3 features:

1. Virtual Touch Screen, for remote control purposes big screen TV, projectors, public display, or for interactive games
2. 3D Ultrasonic Radar, small range - 3 m for now, but real time with update rate 50 fps;
3. Precise distance measurements , down do 12 micrometers.

FFT is the major part of software application running on arduino DUE (cortex-3 , ATMEL SAM3X8E), plus 4 very popular ultrasonic distance sensors HC-SR04. Extracting the phase of returning ultrasonic wave, great precision in distance measurements possible.

More details on the blog page:
http://coolarduino.wordpress.com/2014/08/10/virtual-touch-screen-3d-ultrasonic-radar/
and two demo video clips on youtube channel:
http://youtu.be/SpZ_CqVk3e8

Opinions and suggestions are welcome.

Sounds like an interesting project. BTW, I changed "Radar" to "Sonar" in your thread title. Radar uses radio waves, and Sonar uses sound (or ultrasound) waves. :smile:
 
There's a lot of research on that subject. They use it for refueling of sodium cooled reactors because you can't see through sodium.
A friend did electronics work for Bechtel , making high powered drivers for the transducers.

A quick search turned up lots more applications than i could have imagined:

http://www.miningaustralia.com.au/news/ultrasound-imaging-a-seismic-shift-for-explorers
https://inlportal.inl.gov/portal/server.pt/community/science___engineering/332/materials_characterizaton_laser_based_mat%27l_charac
http://www.constructech.com/news/articles/article.aspx?article_id=9183
http://www.tri-cityherald.com/2011/11/25/1730597/building-technologies-developed.html
http://www.miningaustralia.com.au/news/ultrasound-imaging-a-seismic-shift-for-explorers

You're on to something there. Have fun !
 
Last edited by a moderator:
Sounds like an interesting project. BTW, I changed "Radar" to "Sonar" in your thread title. Radar uses radio waves, and Sonar uses sound (or ultrasound) waves.
Agree, I missed this out. Same time sonar term sounds too specific, related to underwater localization. Tracking object in the air brings radar to mind
There's a lot of research on that subject.
True, but all of them industrial or military. I don't know any research on small, "hobbyist" scale, with a budget < 100$.
New video posted, radar, hmm, sonar relaying a data to android application.

https://www.youtube.com/watch?v=Ww8mAHguqtY
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top