Skip to content

Releases: disk91/WioLoRaWANFieldTester

Version 1.11

21 Nov 07:49
Compare
Choose a tag to compare

Fix a bug in the AU915 band selection

Version 1.10

05 Nov 21:48
Compare
Choose a tag to compare

This version is including new cool features !

  • Ability to switch the device in screen lock and screen off, so you can use it in mobility in a bag or pocket and also get better autonomy
  • Discovery mode can be switched to pause
  • Supports different sub-bands for US915 and AS915

It also fix some bugs

  • Disco mode was blocking device when using it before being connected
  • Fix main project file name (upper / lower case) this was impacting developers only
  • Project support on platform.io

To install the release, connect your device to your computer, double reset the device to enter DFU mode. A drive may be visible on your computer. Drag and drop the UF2 file into this drive. The device will reboot 2 or 3 times and will be upgraded.

Version 1.9

18 Jul 20:37
Compare
Choose a tag to compare

This version includes some fix for US915 mostly

  • Manage the additional MAC Command over size in SF10 preventing the communications
  • Ensure we have no infinite loop in dequeuing mode

But also

  • Disable credential change for bundled users

Version RFM95 has not yet been tested on this release

Version 1.8

29 Jun 07:27
Compare
Choose a tag to compare
  • Supports TTN (see doc/ConfigureTTN.md)
  • Improve the downlink and f_cnt management
  • Add the Discovery mode (see doc/UserGuide.md)

Rq : binaries for RFM95 not yet released

Version 1.7

05 May 20:03
Compare
Choose a tag to compare
  • Fix a bug that can infinite loop after a certain time, in certain case...
  • Only LoRa-E5 has been recompiled yet, this bug can also affect RFM95 version, will be updated later.

Version 1.6

12 Apr 20:56
Compare
Choose a tag to compare
  • Add support for GPS L76K

Version 1.5

06 Feb 15:55
Compare
Choose a tag to compare
  • New Build for RFM95
  • Includes the LoRa-E5 GPS Serial Speed fix (touching some of the seeed boards)
  • Improve rate limiting for non moving devices

Version 1.4

29 Jan 20:49
Compare
Choose a tag to compare
  • Battery status now empty when Wio Battery chassis non connected
  • Non duty cycle zone now have 25s Duty Cycle instead of 5s ( preserve backend capacities )
  • Display the wio terminal name on boot (based on DEVEUI)
  • Reduce communication period when the device is out of GPS coverage or not moving
  • fix the bar display with last value displayed on first column

Version 1.3

03 Jan 13:04
Compare
Choose a tag to compare
  • Fix a bug when SF7-8 and Downlink received, duty cycle was not respected
  • Backup configuration in LoRa-E5 memory to allow firmware update
  • Protect Credential against view when programmed by a distributor
    (only LoRa-E5 version has been re-compiled)

Version 1.2

22 Dec 21:39
Compare
Choose a tag to compare

This version add

  • The ability to setup the zone in a second time when setup over Serial line (use for factory credential pre-setting)
  • Displays an error message when the communication with LoRa board is not working (missing board) - LoRa E5 only currently

Note : The RFM95 binaries havent not yet been updated