LoRaWan Gateway not receiving any packets

Hi,

My company bought multiple http://wiki.seeedstudio.com/LoRa_LoRaWan_Gateway_Kit kits,

Followed the instructions and

  1. Enabled SPI on Raspberry PI
  2. Called gwrst
  3. Used this config <LINK_TEXT text=“https://github.com/Lora-net/packet_forw … S902.basic”>https://github.com/Lora-net/packet_forwarder/blob/master/lora_pkt_fwd/cfg/global_conf.json.US902.basic</LINK_TEXT>

    for packetforwarder



    We are unable to see any data in the concentrator

    The transmission device is

    <LINK_TEXT text=“https://learn.adafruit.com/adafruit-fea … m-9x-radio”>https://learn.adafruit.com/adafruit-feather-32u4-radio-with-lora-radio-module/using-the-rfm-9x-radio</LINK_TEXT>

Hello,

I do not know detailed information about how you implement it. You can follow the normal step to readd the device again and find if it can work.

  1. For gateway, please restart the pktfwd as you stopping it for loiotsudo systemctl enable pktfwdsudo systemctl restart pktfwd2.
  2. For arduino, You have to configure it as below, as you change the Now please open the serial monitor in the upper right corner ( or you can press Ctrl+Shift+M at the same time ).Choose Newline (This option will add “\r\n” at the end of each command.), set the baud rate 9600.

    Then tap the commands below and press send.

    For EU868 AT+FDEFAULT=RISINGHFAT+DR=EU868

    For US915 AT+FDEFAULT=RISINGHF AT+DR=US915HYBRID AT+RXWIN2=923.3,DR83.

    3.To test whether you add the device successfully, you can use the serial monitor of Arduino IDE tap the command below. Then you can check the local server website data. at+mode=lwabpAT+CMSGHEX=“0a 0b 0c 0d 0e”