8000 Tags · GuaiLong618/lora_gateway · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: GuaiLong618/lora_gateway

Tags

v3.9.9-EXPERIMENTAL

Toggle v3.9.9-EXPERIMENTAL's commit message
v3.9.9

- Changed GPS module to get native GPS time (monotonic, no leap second) instead of UTC time.
- lgw_cnt2utc and lgw_utc2cnt functions have been replaced by lgw_cnt2gps and lgw_gps2cnt.

** WARNING: **
** The native GPS time is not given in standard NMEA messages, so we get it from a proprietary
   message of the GPS module used on gateway reference design, u-blox 7.
   If you are not using the same GPS module, you may have to update the lgw_parse_ubx() function.

** NOTE: **
** This version is to be used with the packet forwarder v2.9.9 for experimental Class-B support.

v2.0.0

Toggle v2.0.0's commit message
v2.0.0

- Added support for Kerlink 868 27dBm gateway
- Updated global_conf.eu868.json (in packet logger) to new LoRaWAN frequency plan
- Added version numbers to AGC, arbiter and calibration firmware (those versions are checked at startup)
- Added test_loragw_cal to test radio calibrations
- Fixed minor bug in error coverage in register read/write functions

/!\ warning: Kerlink 868 27dBm gateway includes a FPGA that MUST be programmed before running any application
0