Releases: richonguzman/LoRa_APRS_iGate
Releases · richonguzman/LoRa_APRS_iGate
V2.0
- 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
- 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
- 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
- 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
-Callsign Validation Process correction (again)
-3rd Party Packet validation and analysis improvements (again ... sorry!)
V1.0.4
- 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
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
New Web Installer for LoRa_APRS_iGate
WebUi 1.0.1
- 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
What's Changed
- Pinpoint test by @richonguzman in #12
- RFC5424 The Syslog Protocol - standardizing I-gate log output by @yo8ssq in #21
- Web configurator and more by @SQ2CPA in #33
- Update installer by @SQ2CPA in #35
- Fix mode 2, 3 and 5 by @SQ2CPA in #36
New Contributors
- @richonguzman made their first contribution in #12
- @yo8ssq made their first contribution in #21
- @SQ2CPA made their first contribution in #33
Full Changelog: https://github.com/richonguzman/LoRa_APRS_iGate/commits/V1.0.0