Skip to content

Releases: richonguzman/LoRa_APRS_iGate

V2.0

23 Sep 18:59
Compare
Choose a tag to compare
  • Release Version Number Update changed to show that it has WebFlasher/Installer.
  • Added Wemos S2 Mini DIY LoRa board.
  • Added ESP32 DIY with E220 LLCC68 1W board
  • Added Heltec Wireless Paper (Epaper Control still missing)
  • Wx Packet length correction.
  • Added Encoded Telemetry to GPS Beacon Packet to send Battery Voltage and External Voltage in one single packet. (Thanks @wb2osz for APRS1.2b info)
  • Libraries update to get ready for SDK 3.0
  • Added @RAKWireless Wisblock 4631 for initial digirepeater test

V1.0.5.1

14 Aug 18:24
Compare
Choose a tag to compare
  • Improved Configuration Read process to avoid crashing when a new variable is added from one version to another.
  • Fix Digirepeater Process (BackUpMode and only Rx Modes for iGate).

V1.0.5

13 Aug 22:21
Compare
Choose a tag to compare
  • Web Authentication for WebUI. Thanks Mitja S57PNX.
  • WIDE2-n added to WIDE1-n in Digirepeater Modes.
  • External Voltage Divider Resistor configuration on WebUI. Thanks Tilen S54B.
  • Personal Note information on WebUI for the Station. Thanks Tilen S54B.
  • MAC address printed on serial output Network Management.
  • New Boards Added.
  • Many minor bugs and improvements.

V1.0.4.2

28 Jun 20:23
Compare
Choose a tag to compare
  • Callsign Validation fix for MIC-E Packets. Thanks Helge SA7SKY.
  • Personal Note information on WebUI for the Station. Thanks Tilen S54B.
  • Better rules for 3rd Party Packet identification. Thanks Geoffrey F4FXL.
  • External Voltage Divider Resistor input. Thanks Tilen S54B.
  • Corrections for 3rd Party Packet Queries.

V1.0.4.1

25 Jun 20:51
Compare
Choose a tag to compare

-Callsign Validation Process correction (again)
-3rd Party Packet validation and analysis improvements (again ... sorry!)

V1.0.4

21 Jun 19:42
Compare
Choose a tag to compare
  • Callsign validation process correction.
  • All boards with 433 / 868 / 915 MHz versions.
  • Tx packets coming from APRS-IS are (now) formatted into 3rd Party (as they should have been since the beginning).

V1.0.3

15 Jun 13:52
Compare
Choose a tag to compare

V1.0.3

  • Added PacketBuffer for Rx (25 Seg) to avoid processing recent heard packets again.
  • BME (Wx) Modules will be autodetected (I2C Address and if it is BME280/BMP280/BME680).
  • HELTEC Wireless Stick Lite v3 support added.
  • WebConfig: Update to control whether Messages and Objects should be Tx to RF.
  • WebConfig: Experimental Backup-Digirepeater-Mode when "only" iGate Mode loses WiFi connection.
  • WebConfig: Forced Reboot Mode added.
  • WebConfig: Battery Monitor to make boards sleep below pre-defined voltages for internal (Battery) voltage and external Voltages
  • T-Beams with Battery Monitoring as well.
  • Callsign Validation Process
  • Si7021 module added
  • ESP32C3 + 1W LoRa Module (E22 400M30S) support added

V1.0.2

16 Apr 19:35
b00b29a
Compare
Choose a tag to compare

New Web Installer for LoRa_APRS_iGate

WebUi 1.0.1

08 Mar 18:07
5334260
Compare
Choose a tag to compare
  • Removed stationMode, now you can decide what modules you want to activate (IGate, Digi)
  • Removed WiFi latitude and longitude (that was used for IGate location)
  • WiFi always enabled as client or AP (with timeout, no power loss!)
  • One beacon location (latitude and longitude)
  • Selecting station symbol (one of four) with symbol preview
  • One beacon comment (there is no need for separate beacon for digi and igate)
  • Options to disable RX and TX (good for testing)
  • Sending beacon via RF even if Digi not enabled (as option)
  • Sending beacon via APRSIS as option (good for testing, when disabled we can see our range, to what IGate beacon will arrive)
  • Removed + WX from comment when sending WX data. User should decide not we
  • Digipeater modes, for now only WIDE1 is available like before
  • Predefined LoRa speed (mainly 300bps and 1200bps used) but also user defined for experiments
  • OTA update button on top menu
  • Input for password works as it should (*****)
  • Display always show WiFi connection status and APRS-IS connection status (also as "OFF")
  • Optimize display timeouts (we shound't wait 1s displaying something because that's waste of time)
  • Moved "Display Timeout" from "Beaconing" to "Display" section on Web UI
  • APRSIS filter defined by user (default was t/m/[CALLSIGN]/[REPORTING DISTANCE]) default is m/10 because we IGNORE other packets than messages
  • Removed "Reporting distance" from Web UI. You have to put your filter manually but that will be explained in wiki/docs
  • "APRSIS to RF" option to enable moving packets from APRSIS to RF (don't forget about good filter! Don't flood your network!)
  • Beacon path defined by user (Yes, we are using WIDE2 in LoRa APRS!)
  • Disable IGate and Digi operations during OTA update
  • and also some small refactoring and code cleanup (removed necessary code, console prints, etc)

V1.0.0

25 Feb 20:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/richonguzman/LoRa_APRS_iGate/commits/V1.0.0