This is the code for all of the subprojects linked to the FIRST CanSat project
There are three sub projects within CanSat:

CanSat is a Raspberry Pi Pico project that will be launched up in a rocket and descend with a parachute whilst transmitting sensor values. GroundStation is another Raspberry Pi Pico project that will receive the sensor values and feed them into a laptop. Visualiser is the desktop application that will run on the laptop to visualise all of the sensor data.
CanSat a drinks can sized satellite that uses a raspberry pi pico to transmite live measurements after being launched by a rocket whilst it descends using a parachute.
-
Download the CircuitPython raspberry pi pico firmware from: https://circuitpython.org/board/raspberry_pi_pico/
-
Hold down the bootsel button on the raspberry pi pico and connect the USB cable. Copy the .uf2 firmware to the usb drive that will appear
-
The pico will restart when the firmware has copied. You will then see a drive called CIRCUITPY
-
Copy all the code in the CanSat folder from this repository into the CanSat drive