Skip to content

Releases: nebkat/esp32-xbee

v0.5.4

27 Aug 15:52
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release
  • NTRIP client filter out GNGGA/GPGGA and send every 15 seconds

To install this update please follow the firmware update guide.

v0.5.3

22 Aug 16:30
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release
  • Hotspot forwarding (IP forwarding/NATP)
  • Update ESP-IDF

To install this update please follow the firmware update guide.

v0.5.2

12 Feb 01:30
Compare
Choose a tag to compare
  • Don't send HTTP/1.1 at end of NTRIP v1 SOURCE request to support old casters
  • Fix incorrectly set connection state after NTRIP server disconnect 8960a0c
  • Indicate pre release version availability beside current version
  • Update ESP-IDF

To install this update please follow the firmware update guide.

v0.5.1

07 Feb 17:12
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Fix NTRIP client crash
  • Correctly detect (un)successful client connections to NTRIP v1 casters to prevent spam connection attempts
  • Allow up to 16 active sockets
  • Minor bug fixes

To install this update please follow the firmware update guide.

v0.5

29 Jan 01:43
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release
  • NTRIP server connect only when data is being received from UART
  • WiFi 20MHz bandwidth (both hotspot and station) for improved connection quality
  • WiFi fast scan or all channel scan option
  • WiFi reconnect maximum delay set to 1 minute
  • Fix socket connection failure detection
  • Set 10 second read/write timeout on all clients (NTRIP server/client and socket client)
  • Caching of web server resources
  • Fix web server error from connection being closed twice
  • Increase core dump partition size
  • Only allow single log page open at the same time
  • Log line index on log page
  • Special lines for device restarted on log page
  • Print logs to UART in ANSI color
  • Minimize unnecessary logging

v0.4.4

07 Jan 16:33
Compare
Choose a tag to compare
  • Static IP configuration for WiFi (hotspot and station mode)
  • Data usage and transfer rate shown for every stream (UART, NTRIP, socket, etc)
  • Minor fixes

v0.4.3

20 Dec 14:23
Compare
Choose a tag to compare
  • Delay WiFi initialization to decrease initial power consumption spike
  • Panic recovery boot process (fast flashing red LED) before WiFi initialization to allow for config reset
  • Corrected bug in TCP/UDP server where only 4 bytes were being read per packet
  • Updated ESP-IDF
  • Added footer to configuration page with device uptime and available heap space
  • Improved version info printing at boot

v0.4.2

10 Nov 05:03
Compare
Choose a tag to compare
  • Web server auth modes (user/password or hotspot devices only)
  • Check for new releases on GitHub

v0.4.1

02 Nov 03:00
Compare
Choose a tag to compare
  • Decrease RAM usage to improve stability

v0.4

01 Nov 18:53
Compare
Choose a tag to compare
  • Store crash core dumps in flash for download at /core_dump (ELF file included for debugging)
  • Automatic restart when applying new config
  • Include reset reason in INIT log (software, poweron, watchdog error, etc)
  • NTRIP caster and socket server work on hotspot