Skip to content

Releases: richonguzman/LoRa_APRS_iGate

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