Skip to content

BradyCason/UCI-CanSat-25-26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UCI-CanSat-25-26

Ground Station and Flight Software for 2025-26 CanSat Competition

Raspberry Pi Custom Configuration

The Raspberry Pi 4B is the computer for the Ground Station. The CanSat competition requires that the Ground Station must be fully functional without any further user configuration once the system is powered on and the program is running. This mean that we must automatically run our program upon the RPi's boot. This is done with a "systemd service job file" with the following contents:

insert

Configuration for Raspberry Pi external power button: In the boot/firmware/config.txt file, add the following lines:

dtoverlay=gpio.shutdown ... insert

To find the port that the XBee is connected on

Run the following command

ls /dev/tty*

Disconnect device
Run the command
Reconnect the device

To open pyqt designer from the terminal

pyqt5-tools designer

About

Ground Station and Flight Software for 2025-26 CanSat Team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors