Cansat NeXT
The CanSat is a simulated satellite — integrated within the volume and shape of a soft drink can.
The challenge for students is to fit all the major subsystems found in a satellite, such as power, sensors and a communication system, into the volume and shape of a soft drink can. The CanSat is then launched by a rocket up to an altitude of approximately one kilometre. Its mission involves carrying out a scientific experiment and a technology demonstration, achieving a safe landing, and analysing the collected data.
Getting started
Required Software
-
Arduino IDE: https://www.arduino.cc/en/software
-
ESP32 pack (available from Arduino IDE’s Boards Manager)
-
CanSat software: https://github.com/nikandt/cansat
Required Hardware
-
A CanSat kit: https://holvi.com/shop/kitsat/section/satellites/
Setup
-
Download the required software (Arduino IDE): https://www.arduino.cc/en/software
-
Open Boards manager from Tools>Board>Board Manager. Type in “esp32” to the search. Install the latest ESP32 Boards package provided by Arduino.
-
Copy Cansat example scripts from https://github.com/nikandt/cansat/tree/main/example%20scripts to your PC.
-
Connect CanSat to your PC with a USB cable and open the led_blink/led_blink.ino file from example scripts with Arduino IDE.
-
From the top pane of Arduino IDE, choose “Select Board”. Your Cansat should show up as an ESP32 device.
-
From the top pane, click “Upload” to flash the example code to your Cansat. Your Cansat board LEDs should now be blinking.
Hardware Reference
CanSat hardware pinout reference:
For creating custom breakouts, a board template reference:
For enclosures, a frame reference: https://github.com/nikandt/cansat/tree/main/mech
Example Scripts
Receiver example
For more examples, refer to https://github.com/nikandt/cansat/tree/main/example%20scripts
Trouble with setup? Leave us a message: support@kitsat.fi