insightsip / ISP4520-examples

LoRa and LoRaWan implementation examples using ISP4520
Other
12 stars 10 forks source link

isp4520-EU and isp4520-US dont see packets Lora or LoRaWan on the Semtech SX1302CSS868GW1 gateway #42

Closed techsd closed 1 year ago

techsd commented 1 year ago

Greetings. I have taken the isp4520-EU and isp4520-US modules for a project. examples from the beginning took from here : insightsip.com/fichiers_insightsip/pdf/ble/ISP4520/ISP4520_Source_Code.zip then when it didn't work, he sees Lora or LoRaWan packets on the Semtech SX1302CSS868GW1 gateway. I took it here github.com/insightsip/ISP4520-examples I faced a problem - the Semtech SX1302CSS868GW1 gateway does not see Lora or LoRaWan packets from the isp4520 module I took the default JSON settings for the Semtech SX1302CSS868GW1 gateway from github.com/Lora-net/sx1302_hal/tree/master/packet_forwarder I ask for help in configuring the isp4520-EU module for the Semtec SX1302CSS868GW1 gateway to forward Lora or LoRaWan packets

vAnArhist commented 1 year ago

@techsd Hi Dmytro!

Is this issue present, or you already resolved it? For better understanding - I am not Insightsip employee, but I managed to handle Lora phy packet as well as LoraWAN traffic succesfully with help of this port for other module, based on Nrf52 chips.

Could you please describe more info about your setup? I mean:

  1. In this repository here present at least 2 examples - for lora (ping-pong example) and for lorawan. What did you test? What is your need?
  2. As I know, Semtech gateway should just forward lorawan packets to UDP on port. But, as Semtech uses their own protocol, you won`t be able to see packets "as is". After that you need to setup Network Server locally (like ChirpStack) or use public server.
vAnArhist commented 1 year ago

Greetings. I have taken the isp4520-EU and isp4520-US modules for a project. examples from the beginning took from here : insightsip.com/fichiers_insightsip/pdf/ble/ISP4520/ISP4520_Source_Code.zip then when it didn't work, he sees Lora or LoRaWan packets on the Semtech SX1302CSS868GW1 gateway. I took it here github.com/insightsip/ISP4520-examples I faced a problem - the Semtech SX1302CSS868GW1 gateway does not see Lora or LoRaWan packets from the isp4520 module I took the default JSON settings for the Semtech SX1302CSS868GW1 gateway from github.com/Lora-net/sx1302_hal/tree/master/packet_forwarder I ask for help in configuring the isp4520-EU module for the Semtec SX1302CSS868GW1 gateway to forward Lora or LoRaWan packets

Also, as You mensioned before, you have EU gateway, but using it with isp4520-US? In that case it can be main problem, as it simply works on different frequency plans.