Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

SPACE-AC/DESCENDERE-Payload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCENDERE-Payload

💾 Upload

  1. Navigate to src/main.cpp
  2. Change the file name from main.cpp to src.ino
  3. Double-click (open with Arduino IDE)
  4. Select Teensy 4.0 as the board
  5. Upload

🛠️ Fixes/Improvements from P'Pop's codebase:

  • Use EEPROM.update() where available to save EEPROM writecycle.
  • Use EEPROM.get() instead of read function to read multi-byte data.
  • Save ground altitude to EEPROM for reference only on mission start and not on recovery.
  • Avoid unnecessary code duplication in file name determination.
  • Combine packet-related variables into struct (Experimental)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages