Sie sind auf Seite 1von 8

instructables

ULTRASONIC LEVITATION Machine Using ARDUINO

by EDISON SCIENCE CORNER

It is very interesting to see something oating in the in the air because of these waves which seem to be of
air or free space like alien spaceships. that is exactly anti-gravity.
what an anti-gravity project is about. The object
(basically a small piece of paper or thermocol) is in this tutorial, let's discuss the ultrasonic levitation
placed between two ultrasonic transducers which and let's build a levitation machine using Arduino
generate acoustic sound waves. T he o bje ct o a t s

https://www.youtube.com/watch?v=HTgBzRgAFNs

Step 1: How Is This Possible

ULTRASONIC LEVITATION Machine Using ARDUINO: Page 1


To understand how acoustic levitation works, you rst another. Air also moves like water does -- in fact, some
need to know a little about gravity, air and sound. aerodynamic tests take place underwater instead of in
First, gravity is a force that causes objects to attract the air. The particles in gasses, like the ones that make
one another. An enormous object, like the Earth, easily up air, are simply farther apart and move faster than
attracts objects that are close to it, like apples the particles in liquids.
hanging from trees. Scientists haven't decided exactly
what causes this attraction, but they believe it exists Third, the sound is a vibration that travels through a
everywhere in the universe. medium, like a gas, a liquid or a solid object. if you
strike a bell, the bell vibrates in the air. As one side of
Second, the air is a uid that behaves essentially the the bell moves out, it pushes the air molecules next to
same way liquids do. Like liquids, air is made of it, increasing the pressure in that region of the air. This
microscopic particles that move in relation to one area of higher pressure is a compression. As the side

of the bell moves back in, it pulls the molecules apart, that meet rarefactions balance one another out.
creating a lower-pressure region called a rarefaction. Sometimes, re ection and interference can combine
Without this movement of molecules, the sound to create a s t a nding w a v e . Standing waves appear
could not travel, which is why there is no sound in a to shift back and forth or vibrate in segments rather
vacuum. than travel from place to place. This illusion of
stillness is what gives standing waves their name.
a co us t ic le v it a t o r Standing sound waves have de ned no de s , or areas
of minimum pressure, and a nt ino de s , or areas of
A basic acoustic levitator has two main parts -- a maximum pressure. A standing wave's nodes are at
transducer, which is a vibrating surface that makes the reason of acoustic levitation.
the sound, and a re ector. Often, the transducer and
re ector have concave surfaces to help focus the By placing a re ector the right distance away from a
sound. A sound wave travels away from the transducer, the acoustic levitator creates a standing
transducer and bounces o the re ector. Three basic wave. When the orientation of the wave is parallel to
properties of this travelling, re ecting wave help it to the pull of gravity, portions of the standing wave
suspend objects in midair. have a constant downward pressure and others have
constant upward pressure. The nodes have very little
when a sound wave re ects o of a surface, the pressure.
interaction between its compressions and rarefactions
causes interference. Compressions that meet other so we can place small objects there and levitate
compressions amplify one another, and compressions

Step 2: Components Needed


ULTRASONIC LEVITATION Machine Using ARDUINO: Page 2
Arduino Uno / Arduino Nano ATMEGA328P
Ultrasonic Module HC-SR04
L239d H-Bridge Module L298
Common pcb
7.4v battery or power supply
Connecting wire.

Step 3: Circuit Diagram

ULTRASONIC LEVITATION Machine Using ARDUINO: Page 3


the working principle of the circuit is very simple. The duel motor driver IC L293D (from Arduino A0 & A1
main component of this project is an Arduino, L298 pins) to drive the ultrasonic transducer. Finally, we
motor driving IC, and ultrasonic transducer collected apply this high-frequency 40KHz oscillation signal
from the ultrasonic sensor module HCSR04. Generally, along with driving voltage through driving IC
the ultrasonic sensor transmits an acoustic wave of a (typically 7.4v) on the ultrasonic transducer. As a result
frequency signal between 25khz to 50 kHz, and in this of which ultrasonic transducer produces acoustic
project, we are using HCSR04 ultrasonic transducer. sound waves. We placed two transducers face to face
This ultrasonic waves makes the standing waves with in the opposite direction in such a manner that some
nodes and antinodes. space is left between them. Acoustic sound waves
travel between two transducers and allow the object
this ultrasonic transducer’s working frequency is 40 to oat.
kHz. So, the purpose of using Arduino and this small please watch video for. More information everything
piece of code is to generate a 40KHz high-frequency explained in that video
oscillation signal for my ultrasonic sensor or
transducer and this pulse is applied to the input of

Step 4: Making the Transducer

First we need to desolder the transmitter and receiver should be in the same line so that ultrasonic sound
from ultrasonic module. Also remove the protective waves can travel and intersect each other in opposite
cover then connect long wires to it. Then place the directions. For this i used foam sheet ,nuts and bots
transmitter and receiver one over the other
remember, the position of ultrasonic transducers is Ple a s e w a t ch t he m a king v ide o f o r be t t e r
very important. They should face each other in the unde rs t a nding
opposite direction which is very important and they

ULTRASONIC LEVITATION Machine Using ARDUINO: Page 4


ULTRASONIC LEVITATION Machine Using ARDUINO: Page 5
Step 5: Programming

The coding is very simple, just of few lines. Using this little code with the help of a timer and interrupt functions, we
are making high or low (0 / 1) and generating an oscillating signal of 40Khz to Arduino A0 and A1 output pins.

download Arduino code from here

Step 6: Connections

connect everything according to the circuit diagram

remember to connect both grounds together

ULTRASONIC LEVITATION Machine Using ARDUINO: Page 6


Step 7: Important Things and Improvements

The placement of transducer is very Important so try didint work. So next i tried with high voltage thats
to place that in proper postion also failed.

We can lift only small pieces of lightweight objects Improments


like thermocol and paper
Later i understood i failed because of the.
Should provide atleast 2 amp current Arrangement of transducers if we use multiple
transmitters then we should alian in a Curvy
Next i tried to to levitate big objects for that rst i structure.
increase the no. Of transmittors and recivers that

ULTRASONIC LEVITATION Machine Using ARDUINO: Page 7


Step 8: Thanks

Any doubts Comment it below

https://www.youtube.com/watch?v=HTgBzRgAFNs

ULTRASONIC LEVITATION Machine Using ARDUINO: Page 8

Das könnte Ihnen auch gefallen