Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi Pico support and organizational changes #155

Merged
merged 7 commits into from
Mar 20, 2024
Merged

Conversation

JonathanSafer
Copy link
Member

@JonathanSafer JonathanSafer commented Jan 22, 2024

Description of Problem

These changes encompass everything that was needed to support a new flight computer: Birdbrain. Birdbrain is roughly derived from Catalyst-2, but includes several hardware changes, including a new microcontroller, IMU, radio, SD card module and pyro channels.

Notable Changes

  • replaced references to Catalyst-2 with the new software name: Stimulant
  • Added a sensors directory with interfaces for some of the sensors
  • added source code for LSMDSOX
  • replaced settings.h with config.h and added a config for each supported flight computer (Catalyst-2 and Birdbrain)
  • added build flags in platformio.ini to link source code
  • modified unit tests to "work" with the new architecture (further modification will be needed)

Testing

  • Flight tested with successful main parachute deploy (triggered by lack of drogue failsafe) (Birdbrain)
  • Ground "throw" tests (Birdbrain)

closes #15

@JonathanSafer JonathanSafer self-assigned this Jan 22, 2024
@JonathanSafer JonathanSafer marked this pull request as ready for review March 17, 2024 07:20
@JonathanSafer JonathanSafer merged commit ee9173b into main Mar 20, 2024
1 check passed
@JonathanSafer JonathanSafer deleted the picoFlight1 branch March 20, 2024 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add main chute deployment command
1 participant