CanSat Tehnical Workshop

22

Transcript of CanSat Tehnical Workshop

Page 1: CanSat Tehnical Workshop
Page 2: CanSat Tehnical Workshop
Page 3: CanSat Tehnical Workshop
Page 4: CanSat Tehnical Workshop
Page 5: CanSat Tehnical Workshop

Educational Goals

Experimenting with Space technologyExperience with electronics and programmingProject managementTeam workInnovation and creativityDOCUMENTATIONEnglishDealing with set-backsProblem solvingEtc. etc.

it's not about the flight but about everything before it !!!

Page 6: CanSat Tehnical Workshop
Page 7: CanSat Tehnical Workshop
Page 8: CanSat Tehnical Workshop
Page 9: CanSat Tehnical Workshop
Page 10: CanSat Tehnical Workshop
Page 11: CanSat Tehnical Workshop
Page 12: CanSat Tehnical Workshop
Page 13: CanSat Tehnical Workshop
Page 14: CanSat Tehnical Workshop
Page 15: CanSat Tehnical Workshop
Page 16: CanSat Tehnical Workshop
Page 17: CanSat Tehnical Workshop

CanSat Kit 2016Based on Open-Cosmos qbScan

Provides the primary mission,Arduino Pro Micro microcontroller.RFM69HW 433MHz transceiver.BMP180 temperature and pressure sensor.Rapid-development software library

that interfaces with the transceiver, pressure and temperature sensor.9V battery.Two M2 mounting holes.

Open Source!

Page 18: CanSat Tehnical Workshop

ATmega32U4 running at 5V/16MHz.Easy to program using the Arduino integrated development

environment.On-Board micro-USB connector for programming.I2C, SPI and UART serial communication ports.4 channels to read analogue signals using a 10-bit analogue

to digital converter.5 Pulse Width Modulated output pins.12 Digital Input Output pins.Tiny footprint: 33.0 x 17.8 mm.

http://forum.arduino.cc/index.php?topic=115892.0https://www.arduino.cc/en/Guide/ArduinoLeonardoMicro

Page 19: CanSat Tehnical Workshop
Page 20: CanSat Tehnical Workshop

TransceiverRFM69HW 433 MHz

+20 dBm - 100 mW power output capability.High sensitivity: down to -120 dBm at 1.2 kbps.

Programmable output power: -18 to +20 dBm in 1 dB steps.Frequency selectable by software over 256 different channels.255 possible nodes in every channel.FSK, GFSK, MSK, GMSK and OOK modulations.Hardware 128 bit AES encryption.Over 400+ meters range using whip antennas and several km range using a Yagi antenna on the receiving end.

SPI Interface (pin10-SS), interrupt driven (pin 7, IRQ)

Page 21: CanSat Tehnical Workshop

Temperature and pressure controlBMP180 barometric pressure and temperature sensor. This sensor

communicates over I2C and provides:

Pressure sensing range: 300-1100 hPa (9000m to -500m above and below sea level).

Up to 0.02 hPa / 0.17m altitude resolution. -40 to +85°C operational range, +-2°C temperature accuracy. - Fully calibrated Typical application: “...Vertical velocity indication (rise/sink speed)”

Page 22: CanSat Tehnical Workshop

Software installation:

https://goo.gl/ZsTgI9https://github.com/sparkfun/Arduino_Boards