Measuring Time Period of a Pendulum Using IR Sensor

by theSTEMpedia in Circuits > Arduino

5028 Views, 21 Favorites, 0 Comments

Measuring Time Period of a Pendulum Using IR Sensor

P1044603-2.jpg
Pendulum.jpg

Calculating on paper is never an easy job. And when it comes to formulas with sub-formulas of their own, it is nothing short of a nightmare! Take the case of a simple pendulum, which has a variable with a formula of its own.

What if there was a way to replace these scary calculations with a simple computer program?

You guessed it right! With the help of evive, an IR sensor, a computer program, and little DIYing, you can easily find out the time period of the pendulum in a matter of seconds! So, what are you waiting for?

Let’s get into it right away!

Things You'll Need:

P1044454.JPG
  • evive
  • IR Sensor
  • Thick Cardboard
  • M3 bolts of length 20 mm X 7
  • M3 bolts of length 08 mm X 1
  • M3 nuts X 8
  • Male to Female Jumper Cables

You can also buy the evive Starter Kit , as the above components and even more, are found in it. Also. there are lots of projects listed on Instructables which are made with the help of it.

Cutting the Layout

Cutout1.jpg
cutout2.png
Cutout3.png
cutout4.png

Cut out the cardboard according to the dimensions given:

Attaching the Sensor Holder Plate

P1044456.JPG

Take the base piece i.e, the piece of size 160 x 85 mm. Now, take the smaller piece of dimension 30 x 95 mm which holds your sensor and attach it to the base plate using M3 bolts of 20 mm and M3 nuts.

Completing the Frame

P1044458.JPG
P1044461.JPG
P1044467.JPG

  • Take the piece of size 162 x 150 mm and attach it to the base using M3 bolts of 20 mm and M3 nuts.
  • Similarly, take the other piece of the same size and fix it using M3 nuts and bolts to the base.
  • Now, take the last Acrylic piece of size 34 x 75 mm and attach it between the gaps of the two large pieces using M3 nuts and bolts. On this plate, we will be attaching the bob of the pendulum.

The base assembly is ready. All we need to attach is the Sensor and the bob which is a small weight attached to the string at its end.

Attaching the Sensor

P1044473.JPG

We will start fixing the sensor on the sensor holder plate in the vertical gap using M3 bolts of 8mm length and M3 nuts.

Pendulum's Bob

P1044478.JPG

Once it is attached, it’s time for the last part of the assembly, the bob. Bob is nothing but a small weight attached to the string at its end. The bob we used here is a 3D printed one. You can make it using any heavy material or even clay.

Now, the free end of the string is passed through the hole on the upper horizontal piece and its length is thus adjusted according to the height required.

Make sure that the pendulum always remains in the same line as that of the sensor’s LEDs.

Now, the assembly of the simple pendulum is thus complete.

Want to make more 3D printed stuff? Now, whatever you design can come to life. Own a 3D printer now!

Circuitry

Pendulum circuit.PNG
  • GND to GND of evive
  • VCC to +5V
  • OUT to Digital Pin 2

Logic

diy pendulum.mp4.00_01_21_19.Still002-2.jpg
diy pendulum.mp4.00_01_31_16.Still004.jpg
diy pendulum.mp4.00_01_36_18.Still005.jpg
diy pendulum.mp4.00_01_41_15.Still006.jpg

Here, the IR Sensor calculates the how frequently the bob passes in front of it and thus giving us the Time-Period. Time-period changes on changing the length. Thus, here the IR Sensor successfully calculates the time-period no matter what the length is. Thus, reducing the use of pen-paper based calculation.

The formula we used to calculate on paper is:

T = 2 Π √(l / g)

where,

T = Time Period (milliseconds)

l = Length of the pendulum (measured from the centre of the bob to the end of the string) (millimeters)

g = acceleration due to gravity (m/s2)

Let’s take two cases:

  • When l = 118 mm,
    According to the formula: Time-period = 689 milliseconds
    From the activity: Time-period = 689 milliseconds
  • When l = 91 mm,
    According to the formula: Time-period = 605 milliseconds
    From the activity: Time-period = 605 milliseconds

Code

The following code shows how to do the calculations for Time-period:

To know more about Arduino visit here:

https://thestempedia.com/tutorials/arduino-ide/

Conclusion

With this, your setup to calculate the time period is complete! Watch as evive and the sensor performs their magic with the help of the code you wrote!

To explore more projects,
visit: http://thestempedia.com/projects