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

Tags: linkangcheng13/lora_gateway

Tags

v5.0.1

Toggle v5.0.1's commit message
v5.0.1

* HAL: Reworked the way the TX start delay is calculated, taking into account
the delay introduced by TX notch filter (when enabled) and the delay linked to
signal bandwidth separately.

v4.1.1

Toggle v4.1.1's commit message
v4.1.1

* HAL: Fixed bug in "Listen-Before-Talk" which was preventing from configuring
the Scan Time to 5ms.
* MISC: Added GPIO number to reset_lgw.sh command arguments.

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.
0