Releases: sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library
Releases · sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library
Version 1.1.2
This release:
- Prevents compiler warnings and errors on ESP32 v2.0.4
- Adds an
SPI.end
to the smôl prediction and sleep example- This prevents badness when setting the pins to input to prevent current leakage
- Based on this forum post
- Updates the AOPs
Version 1.1.1
This release:
- Updates the satellite pass prediction AOP in the examples - October 23rd 2021
Version 1.1.0
This release:
- Implements important changes requested by Kinéis:
- The Platform ID is now stored in the ARTIC R2 PMEM: it can be read using
readPlatformID
; the Platform ID is no longer passed as a function argument - Users with earlier versions of SparkFun boards will need to use v1.0.9 of this library
- Further details can be found in README.md
- The Platform ID is now stored in the ARTIC R2 PMEM: it can be read using
- Adds support for the new SparkFun smôl ARTIC R2
- You will find new smôl-specific examples in this folder
Version 1.0.9
This release:
- Adds the 10% 'jitter' on the transmit repetition period as specified in the physical layer requirements
Version 1.0.8
This release:
- Adds an additional example for ARGOS PTT-A3 transmission
Version 1.0.7
This release:
- Corrects support for the ESP32
- The #include for Arduino.h was missing - resulting in many compilation errors on ESP32
- See the updated Example1 for the SparkFun ESP32 Thing Plus pin numbering
Version 1.0.6
This release:
- Adds support for the SparkFun IOTA (Integrated Open-Source Transceiver for ARGOS)
- Changes the RESETB timing to match KINEIS-NT-21-0087 (ARTIC R2 Flashing and TX sequence)
Version 1.0.5
This release:
- Restructures the ARTIC_R2_Firmware files
- Adds support for JSON-format AOP which can be extracted from the Satellite Allcast Info
- Adds a new example for JSON-format Allcast Info
Version 1.0.4
This release:
- Corrects a bug in
readTCXOControlVoltage
. (Previously the TCXO voltage would have been returned as 1.8V even though it was actually 1.3V.) - Updates the examples so they all include
setTCXOControl(1.8, true)
to set the TCXO to 1.8V (instead of the default 1.3V).
Version 1.0.3
This release:
- Adds support for user-defined ARGOS PTT A2 and A3 payloads
- Adds a new example for ARGOS PTT A2