Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library

Version 1.1.2

26 Jul 09:27
aa4e6e1
Compare
Choose a tag to compare

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

23 Oct 09:05
37fec07
Compare
Choose a tag to compare

This release:

  • Updates the satellite pass prediction AOP in the examples - October 23rd 2021

Version 1.1.0

30 Aug 14:20
ef2c29d
Compare
Choose a tag to compare

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

27 Apr 12:19
d05d4d8
Compare
Choose a tag to compare

This release:

  • Adds the 10% 'jitter' on the transmit repetition period as specified in the physical layer requirements

Version 1.0.8

12 Apr 08:26
cb3e4d0
Compare
Choose a tag to compare

This release:

  • Adds an additional example for ARGOS PTT-A3 transmission

Version 1.0.7

05 Apr 18:15
17b78d8
Compare
Choose a tag to compare

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

22 Mar 16:24
272e591
Compare
Choose a tag to compare

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

06 Mar 17:40
419f5c7
Compare
Choose a tag to compare

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

26 Jan 19:09
Compare
Choose a tag to compare

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

20 Jan 14:38
Compare
Choose a tag to compare

This release:

  • Adds support for user-defined ARGOS PTT A2 and A3 payloads
  • Adds a new example for ARGOS PTT A2