Cansat tutorials: Difference between revisions
From wikiluntti
(→Extra) |
|||
(14 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
The idea goes as following | The idea goes as following | ||
# Parachutes | # Parachutes | ||
# GY-91: acceleration | # GY-91: acceleration: [[GY-91_Sensor;_Arduino]] | ||
# Storing to SD card | # Storing to SD card | ||
# Transmitting data using Radio | # Transmitting data using Radio | ||
# Parachutes again | # Parachutes again | ||
# Temperature GY-91 | # Temperature and pressure using GY-91: [[GY-91_Sensor_measuring_Pressure;_Arduino]] | ||
# Pressure and height | # Pressure and height | ||
# Other | # Other | ||
Line 22: | Line 22: | ||
High school students having basic knowledge about physics and mathematics. | High school students having basic knowledge about physics and mathematics. | ||
Data analysis using python | |||
# Reading data to Python and plotting something | |||
# Adjusting the data and setting plot limits | |||
# More adjustments to plotting (Temperature and pressure) | |||
## [[NTC calibration and multiple temperature sensors]] | |||
## Altitude from pressure. [[Pressure in atmosphere]]. Atmosphere models. GY91: LPS25H | |||
# Acceleration | |||
## Speed and altitude from acceleration | |||
## Rotation | |||
## Force | |||
# Numerical derivatives | |||
# Numerical integration? | |||
# Plot the animated figure | |||
# Other methods to read the data | |||
== Extra == | == Extra == | ||
[[Cansat]] | Some local links | ||
* [[Cansat]] | |||
* [[Cansat_tukoke]] | |||
* [[Cansat_2021-2022]] |
Latest revision as of 16:17, 6 September 2023
Introduction
Some cansat related materials organized a course
Theory
Primary School
For primary school students about 8th and 9th grades, also 14-16 years old.
The idea goes as following
- Parachutes
- GY-91: acceleration: GY-91_Sensor;_Arduino
- Storing to SD card
- Transmitting data using Radio
- Parachutes again
- Temperature and pressure using GY-91: GY-91_Sensor_measuring_Pressure;_Arduino
- Pressure and height
- Other
High School
High school students having basic knowledge about physics and mathematics.
Data analysis using python
- Reading data to Python and plotting something
- Adjusting the data and setting plot limits
- More adjustments to plotting (Temperature and pressure)
- NTC calibration and multiple temperature sensors
- Altitude from pressure. Pressure in atmosphere. Atmosphere models. GY91: LPS25H
- Acceleration
- Speed and altitude from acceleration
- Rotation
- Force
- Numerical derivatives
- Numerical integration?
- Plot the animated figure
- Other methods to read the data
Extra
Some local links