Getting started

Warning

This documentation is deprecated. For newest CanSat NeXT documentation, see https://www.cansat.fi/docs/landing .

Cansat Pinout

Setup

Required Software

Required Hardware

The kit includes a CanSat, an antenna, and a ground segment radio for communication and data gathering.

https://github.com/netnspace/CanSatNeXT_GNSS

Step-by-step installation

  1. Install the Arduino IDE

  1. Install ESP32 Support

  • Open the Arduino IDE.

  • Navigate to Tools->Board->Boards Manager.

  • In the search bar, type in “ESP32” and find the option provided by Espressif.

  • Click “install” to add support to your Arduino IDE.

  1. Install the CanSat NeXT Library

  • In the Arduino IDE, go to Sketch -> Include Library -> Manage Libraries.

  • In the search bar, type “CanSatNeXT” and find the corresponding library.

  • Click “Install” to install the library. If the Arduino IDE asks if you want to install with dependencies - click yes.

  • Alternatively, you can manually add the library by downloading this repository: https://github.com/netnspace/CanSatNeXT_library and saving it into the Arduino libraries folder on your computer.

  1. Connect the CanSatNeXT Board.

  1. Get Started with the CanSatNeXT Board

  • Once you have installed the Arduino IDE, ESP32 support, and the CanSatNeXT library (and possibly the drivers), you are ready to start using the board.

  • To explore the use of the various hardware resources, go to File -> Examples -> CanSatNeXT in the Arduino IDE.

Example Scripts