M6 Probe Balloon Project

by marti.subirana in Workshop > 3D Printing

459 Views, 7 Favorites, 0 Comments

M6 Probe Balloon Project

Screenshot 2020-11-07 at 15.22.20.png

Probe balloon project

The goal of this mission is to record aerial images of the earth and, with the help of sensors, collect data from our beautiful planet. We are two students from the Institut Sis in Manresa Barcelona (Spain): Martí Vila and Martí Subirana.

Supplies

(...)

Objective: Stratosphere!

Screenshot 2020-11-07 at 15.24.23.png
Screenshot 2020-11-07 at 15.24.54.png
Screenshot 2020-11-16 at 10.35.57.png

Tinkercad

Screenshot 2020-11-07 at 16.49.43.png
Screenshot 2020-11-07 at 15.44.18.png
Screenshot 2020-11-07 at 15.44.01.png

To print the satellite box, we used the Tinkercad program. With the 3D printer we have at the Institute, we have printed the satellite and the accessories: the doors and the supports for the sensors.

Satellite design:

doors: https: //www.tinkercad.com/things/8sxPZ6T63lQ-port ...

plates: https://www.tinkercad.com/things/04IvyB1QwmB

cos: https://www.tinkercad.com/things/04IvyB1QwmB

Parachute

Screenshot 2020-11-07 at 15.35.41.png

We created a parachute system using an ALTIMETER.

We built the parachute from an old umbrella. We made the launch system with springs that push the parachute outwards. We will also put an emergency parachute over the balloon.

Parachute video:

https://drive.google.com/file/d/1hiPhSWXC-I45-aq3TzNulywSgfGWvwht/view?usp=

Prove:

Weighed the probe: 857.33 grams.

Test 1: With 250 gram sergeant from 10 meters high = 5 seconds.

Test 2: With 2 sergeants weighing about 600 grams. Result from 10 meters high = 3 seconds.

Test 3: We threw a 900 gram bottle of water. It went down very fast.

The approximate speed at which the probe would fall without a series parachute of 2,757.6 km / h counting that it weighed 1 kg.

ELECTRONICS

Screenshot 2020-11-07 at 15.57.13.png

Components:

- Raspberry pi zero

- Pi camera module

- SD card

- Arduino one

- Leds

- Servo motor

- Temperature sensor, altimeter and barometer.

- ICQUANZX GY-NEO6MV2 NEO-6M GPS module

- Module bpm280

BPM280

Screenshot 2020-11-07 at 15.40.54.png
Screenshot 2020-11-07 at 15.40.40.png

Programming:

#incloure #incloure #incloure

Adafruit_BMP280 bmp;

flotador TEMPERATURA; flotador PRECIO, P0;

configuració nul·la () {Serial.begin (9600); Serial.println ("COMENEÇANT"); if (! bmp.begin ()) {Serial.println ("BMP280 no trobat!"); mentre que (1); } P0 = bmp.readPressure () / 100; }

bucle buit () {TEMPERATURA = bmp.readTemperature (); PRECIO = bmp.readPressure () / 100;

Serial.print ("temperatura:"); Serial.print (TEMPERATURA); Serial.println ("C");

Serial.println ("preció:"); Serial.print (PRECIO); Serial.println ("hPa");

Serial.print ("Altitut Aproximada:"); Serial.print (bmp.readAltitude (P0)); Serial.println ("m");

retardar (1000);

3D Printing

Screenshot 2020-11-07 at 16.52.37.png

The printer used is an i3 Prussian.

We used 1.75mm flat plastic for the 3D design of the parachute satellite.

Programming

Screenshot 2020-11-07 at 15.55.12.png
Screenshot 2020-11-07 at 15.56.53.png

The plates used require programming. Here we show you:

Https://www.arduino.cc/ca/Main/Software

Arduino

Screenshot 2020-11-07 at 15.50.34.png
Screenshot 2020-11-07 at 15.50.16.png

We also put LEDs to make the probe more visible. We have strategically placed these LEDs so that they shine and attract attention. We have made a simple but affective arduino program that makes the 2 leds intermittent.

configuració nul·la ()

{

pinMode (11, OUTPUT); } bucle buit () {digitalWrite (11, HIGH); endarreriment (2000); digitalWrite (11, BAIX); retardar (500); digitalWrite (11, ALTA); endarreriment (2000); digitalWrite (11, BAIX); retardar (1000); }

Extreme Climate

Screenshot 2020-11-07 at 15.57.46.png
Screenshot 2020-11-16 at 10.36.08.png
Screenshot 2020-11-16 at 10.56.00.png

Thermal protection

The temperature increases progressively from -59 ° C of the tropopause to reach 0 ° C of the stratopause. We have protected our probe from this climate with thermal tape https://xclima.wordpress.com/2016/08/07/ the-climate-of-the-stratosphere /

Photos

Screenshot 2020-11-07 at 15.19.54.png
Screenshot 2020-11-07 at 15.20.08.png
Screenshot 2020-11-07 at 15.16.34.png
Screenshot 2020-11-16 at 10.55.27.png
Screenshot 2020-11-16 at 10.55.04.png
Screenshot 2020-11-16 at 10.54.32.png

(...)

Process

Screenshot 2020-11-07 at 15.18.35.png
Screenshot 2020-11-07 at 15.19.15.png

Steps we have followed:

1. First, we looked for the materials.

2. Then we did the 3D design.

3. Next, we cut the methacrylate and glued the pieces together.

4. We programmed the sensors and the camera.

5. Then we built the parachute.

6. We also did a test with the parachute.

7. Finally, we tied the balloon.

Probe Recovery

Screenshot 2020-11-16 at 11.31.19.png
Screenshot 2020-11-16 at 10.55.43.png

Heli

Screenshot 2020-11-16 at 10.39.59.png
Screenshot 2020-11-16 at 10.54.58.png

We filled the helium balloon to propel the satellite up. The balloon exploded as the pressure increased.

Videos of the Parachute

IMG 4878

(...)

Contacts

Screenshot 2020-11-16 at 10.50.06.png
Screenshot 2020-11-16 at 10.53.56.png

You can contact the creators:

marti.vila@institutmanresasis.cat

marti.subirana@institutmanresasis.cat

Telephone Institute Manresa 6 :938564566

Raspberry Pi Zero

Screenshot 2020-11-24 at 18.58.24.png

Raspberry pi zero w:

It is a very useful single-seater computer with many possibilities. In our case, we used it as a camera programmer and as a place to store the information that the sensors collect in the form of text on a micro sd card attached to the board.

Presopost

Screenshot 2020-11-07 at 15.57.46.png
Screenshot 2020-11-16 at 10.55.43.png

Our budget has been quite low.

We bought the materials for amazon.

List of materials:

- Camera module Pi 9.89

- SD card 8.99

- Arduino one 9.99

- Leds 1.0

- Servomotor € 5.99

- Temperature sensor, altimeter and barometer € 8.79

- GPS module € 9.99

- Balloon € 8.99

- Heli € 22.50

- Methacrylate € 10.50

Total price: € 97.64

Legality

Screenshot 2020-11-16 at 10.55.20.png
Screenshot 2020-11-16 at 10.54.41.png

To launch the satellite, permits must be requested from the airspace. A piece of sky must be reserved to avoid accidents with airplanes or others. To do this, you must contact the airline of the country itself and must provide the coordinates, the altitude that will rise and the variable information.

Aerial Photos

Screenshot 2020-11-24 at 16.33.50.png
Screenshot 2020-11-24 at 16.34.14.png
Screenshot 2020-11-24 at 16.34.35.png
Screenshot 2020-11-24 at 16.35.37.png

Here we leave you with some images from our satellite.