Skip to content

Releases: sparkfun/SparkFun_Swarm_Satellite_Arduino_Library

Version 1.1.10

01 Feb 08:25
5d07a8c
Compare
Choose a tag to compare

This release:

  • Corrects the checksum calculation in waitForResponse as reported in issue #32 - thank you @hayden-ernst

Version 1.1.9

01 Aug 09:57
5e5247e
Compare
Choose a tag to compare

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
  • 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

19 Jul 10:43
14aee5e
Compare
Choose a tag to compare

This release:

  • Updates the examples in readiness for the Swarm Satellite Transceiver MicroMod Function Board

Version 1.1.7

09 Jul 09:16
3b5d3bb
Compare
Choose a tag to compare

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:

image

Version 1.1.6

13 Jun 13:19
673c1c7
Compare
Choose a tag to compare

This release:

Version 1.1.5

09 Jun 05:53
056eb5e
Compare
Choose a tag to compare

This release:

  • Resolves issue #22
    • SWARM_M138_STANDARD_RESPONSE_TIMEOUT has been increased to 1500ms
    • pruneBacklog now only retains messages for which callbacks have been defined. (This helps prevent the backlog from filling up.)

Version 1.1.4

05 Jun 08:54
553f4ea
Compare
Choose a tag to compare

This release:

  • Fixes the day/month reversal in getDateTime- thank you @K4KDR #19

Version 1.1.3

18 May 19:29
b2a9122
Compare
Choose a tag to compare

This release:

  • Corrects an error in the $DT month and day parsing - than you @louisadamian #16

Version 1.1.2

05 May 10:03
42ae98d
Compare
Choose a tag to compare

This release:

  • Adds the new Space Bees (112-139) and Space BeeNZs (11-14) to the pass-prediction examples

Version 1.1.1

14 Apr 11:11
8f515d3
Compare
Choose a tag to compare

This release:

  • Adds a destructor to prevent a possible memory leak