lora_gateway icon indicating copy to clipboard operation
lora_gateway copied to clipboard

Driver/HAL to build a gateway using a concentrator board based on Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers.

Results 23 lora_gateway issues
Sort by recently updated
recently updated
newest added

Should this: https://github.com/Lora-net/lora_gateway/blob/a955619271b5d0a46d32e08150acfbc1eed183b7/libloragw/src/loragw_gps.c#L678 Not use gps_time, not utc for calculating the 'slope'? On a separate but related topic, I understand the NAV-TIMEGPS is used to avoid leap seconds in the...

When running util_spi_stress test I get the following error root# util_spi_stress INFO: Starting LoRa concentrator SPI stress-test number 1 Note: SPI port opened and configured ok Note: SPI read success...

Hi Anybody know how to fix this issue? I clean all using "make clean all" and rebuild the following error appeared george@george-VirtualBox:~/lora_gateway$ make ARM=arm CROSS_COMPILE=arm-linux-gnueabihf- make all -e -C libloragw...

Hi all, I have observed some very odd behaviour. I have this code running @909 MHz on my gateway from IMST and it is receiving packets from a nearby 868MHz...

Did you know how to get parity error result when Hamming(6,4) or Hamming(5,4)? So in the commodity LoRa gateway, is there a way to get the parity error result when...

Enclose preprocessor define of SPI_SPEED and SPI_DEV_PATH in #ifndef so that these values can optinally be passed by compiler / makefile defines at build time for a specific platform or...

The serial port "/dev/ttyAMA0" is not necessarily the correct TTY for the GPS device. Hence test_loragw_gps may attempt to access the wrong serial port for the GPS if it is...

Hi All, Is it possible to receive uplink and downlink packets simultaneously with the SX1301? I have read "Receive unfiltered LoRa Frames", issue #29 in the lora_gateway git, and "LoRaWAN...

Hi, can anybody tell me what the packet arbiter firmware on this chip is doing exactly? Is there some documentation on its function? If that's not the case, then I...

I am having some issues with my new gateway. The gateway I am using the the lora lite gateway by IMST: https://wireless-solutions.de/products/long-range-radio/lora-lite-gateway.html The software I am using along with it...