Code for UNL Aerospace Club: Experimental Payloads team for 2025 HASP project. This code is for the Teensy which takes in readings from the main flight computer as well as a thermometer and saves them to a micro SD card with a timestamp.
Relevant repos including BRS1 repository: https://github.com/Big-Red-Sat
Note: This repository is responsible for the "Teensy" section of this diagram.
- Clone this repository and
cdinto the root folder (the one with platformio.ini)
$ git clone git@github.com:ldoughty05/HASP.git
$ cd HASP-
Install the "PlatformIO IDE" extension on VSCode.
-
Click PlatformIO icon (alien/bug head) on the left toolbar on VSCode to go to the "PIO Home" tab.
-
Press the blue "Pick a folder" button and select the "HASP" directory.
-
Give it time to configure the project.
-
If it went away, click the PlatformIO icon again.
-
Under the "General" folder, click "Build". There should be no errors.
-
To view the Serial Output, click Monitor (Right under Build and Upload).

