Releases: sparkfun/SparkFun_Swarm_Satellite_Arduino_Library
Releases · sparkfun/SparkFun_Swarm_Satellite_Arduino_Library
Version 1.1.10
This release:
- Corrects the checksum calculation in
waitForResponse
as reported in issue #32 - thank you @hayden-ernst
Version 1.1.9
This release:
- Updates the pass-prediction examples so they use the time and location from the modem
- You can still enter the time and location manually if you want to by changing a
#define
- You can still enter the time and location manually if you want to by changing a
- Adds a new pass-prediction example which attempts to identify passing SpaceBees by their DI identifier
- The examples works by: waiting for a satellite to pass maximum altitude (when FDEV goes from -ve to +ve); interpolates the Unix time of maximum altitude; performs a pass-prediction for all SpaceBees and extracts the one which was the closest match to the time of maximum altitude
Please also update your copy of the SGP4 library. It has been updated to allow it to compile on ESP32 v2.0.4.
Version 1.1.8
This release:
- Updates the examples in readiness for the Swarm Satellite Transceiver MicroMod Function Board
Version 1.1.7
This release:
- Updates the pass-prediction examples
celestrak.com
is now celestrak.org. They are a non-profit funded by donations. If you have enjoyed our pass-prediction examples, please consider making a donation:
Version 1.1.6
This release:
- Adds Example20_Beacon - to resolve #21
Version 1.1.5
This release:
- Resolves issue #22
SWARM_M138_STANDARD_RESPONSE_TIMEOUT
has been increased to 1500mspruneBacklog
now only retains messages for which callbacks have been defined. (This helps prevent the backlog from filling up.)
Version 1.1.4
Version 1.1.3
This release:
- Corrects an error in the $DT month and day parsing - than you @louisadamian #16
Version 1.1.2
This release:
- Adds the new Space Bees (112-139) and Space BeeNZs (11-14) to the pass-prediction examples
Version 1.1.1
This release:
- Adds a destructor to prevent a possible memory leak