Question: What's the best way of estimating the altitude of your balloon when mapping?

molangmuir10 is asking a question about balloon-mapping
Follow this topic

by molangmuir10 | May 20, 2019 18:04 | #19464


I've seen people have marked the length on the balloon string beforehand, but measuring out 100/200/300m of string manually would take a long time!



7 Comments

Hi! You might be interested in some of the responses on this note:

https://publiclab.org/questions/Ag8n/02-19-2018/kite-altitude-question

I would also point out that since kites fly at an angle (and not straight up) measuring the length of string will give you the hypotenuse, but not the altitude, so you'd probably still need to do a little math to get that.

https://www.grc.nasa.gov/WWW/K-12/airplane/kitedrv508.html

You could also use an anemometer-- a device that can capture data about your flight

https://publiclab.org/wiki/kite-anemometers

OR an altimeter-- a tool that can help you measure elevation. I took a quick look around and I think there are phone apps that you can use.

Thanks!! that's really helpful Bronwen!


Reply to this comment...


I think what you want will be called a barometer. It is what drones use to measure altitude. They are not super expensive, here is one for $6.70. You will have to be able to make a board to interface with an Arduino or something similar and be able to code it. Sparkfun may have a breakout. There are a number of ten-degrees of freedom (10DOF) motion sensors that incorporate a barometer for altitude measurement.

I will look into this! Thanks


Reply to this comment...


You may be able to do this using the GPS on your phone with an app like Strava. I think the Z direction accuracy of GPS is not as good as the XY accuracy, but it might be good enough for what you want.

Reply to this comment...


Marking your kite or balloon line is a very good way to do this. It is a bit of a chore to do it, but maybe easier than building a data logger or flying your phone. If the balloon line is vertical, you can always know the approximate altitude. Kites fly at different angles, but when your kite line is at 45°, the altitude of the kite is the line length multiplied by 0.7. The result can be adjusted if your kite (or balloon) is flying higher or lower than 45°. This might be good enough for your purpose.

Jack's solutions can provide very precise results after the flight. Barometric pressure is easy to measure and gives very good altitude estimates. A data logger to collect good altitude data every 10 seconds during the flight can be made for less than $10.

Arduino Nano.............$2.50
BMP280 sensor...........$0.75
SD card module..........$1.00
Battery case..................$1.00
MicroSD card..............$3.00
Total...............................$8.25 (eBay prices including shipping)

Chris

Thanks Chris that's really helpful!


Reply to this comment...


Log in to comment