Calliope knows how tall you are!

Calliope knows how tall you are!

This project describes a height measurement with Calliope mini on-board means and a thin tape.

Medium

30 mins

from 10 years on

Story

Measuring lengths, only with the Calliope mini Board? How's that supposed to work? With this question in mind I woke up one day and immediately started to search for a solution. In order to find something suitable you have to come up with a workaround.The idea for it comes from the physical laws of the pendulum. See pendulum on Wikipedia popup: yes. Because the whole thing looks relatively simple in the result I would like to present it here as a small project. This should also be a suggestion to think about what stands beyond this project and if you can use things differently than given.

Required hardware components and additional material
1 x Calliope mini
approximately 2 meters gift ribbon

1video

A visual demonstration of this project can be seen on YouTube popup: yes. Unfortunately the descriptions are only available in German.

2structure

The battery pack is attached to the Calliope mini board with the help of a rubber band which is included in the delivery. The cord or band is tied at the top. That's it.

3function

Calliope mini and band together form a pendulum whose length can be calculated from the pendulum time. To determine this time, the acceleration sensor is interrogated during the pendulum movement.

4program

In the PXT block program comments are defined as description variables for better readability. The duration of an oscillation is determined over the current running time. If two oscillations in succession are approximately equal (5% deviation), the mean value is used for the length calculation. This looks somewhat strange because of the integer calculations.

5accuracy

The output is not always as accurate as seen in the video, but the deviation is mostly within a range of +- 2cm.

Schematics

This text as well as the image was published under a CC BY-SA 3.0 DE license popup: yes. It was originally published in German popup: yes by Werner popup: yes and translated into English by the Calliope team.

You can find the finished file below.

The program can be opened directly with the MakeCode editor.

hex