Kamil Gardziejczyk
Forum Replies Created
-
AuthorPosts
-
March 25, 2017 at 1:05 am in reply to: Cannot send ACK from GW to endpoint when working as packet forwarder #18004
Kamil Gardziejczyk
ParticipantHi,
Yes. That was the root cause. Now it works.
Thanks!March 17, 2017 at 12:23 am in reply to: LoRa Server receives just few frames from dozens sent. #17870Kamil Gardziejczyk
ParticipantHi,
Sorry for not marking this done.
The GW was set to work as public, but the endpoint preamble was set to private.Big Thanks for support.
Kamil,
February 1, 2017 at 6:25 am in reply to: LoRa Server receives just few frames from dozens sent. #16613Kamil Gardziejczyk
ParticipantHi,
Sorry for a delay.
I have modified channel list to:
enum { EU868_F1 = 868100000, // g1 SF7-12
EU868_F2 = 868300000, // g1 SF7-12 FSK SF7/250
EU868_F3 = 868500000, // g1 SF7-12
EU868_F4 = 869100000, // g2 SF7-12
EU868_F5 = 869300000, // g2 SF7-12
EU868_F6 = 869500000, // g3 SF7-12
EU868_J4 = 869700000, // g2 SF7-12 used during join
EU868_J5 = 869900000, // g2 SF7-12 ditto
EU868_J6 = 868100000, // g2 SF7-12 dittoWasn`t sure what should but under EU868_J6.
I still observe this issue. Is there anything more I need to check?January 20, 2017 at 6:01 am in reply to: LoRa Server receives just few frames from dozens sent. #16418Kamil Gardziejczyk
ParticipantYes I did.
{"udp": {"appPortUp": 1784, "appPortDown": 1786, "downstreamPort": 1782, "upstreamPort": 1780}, "log": {"syslog": false, "path": "/var/log/lora-network-server.log", "console": true, "level": 100}, "whitelist": {"enabled": true, "devices": []}, "addressRange": {"start": "00:00:00:01", "end": "FF:FF:FF:FE"}, "db": "/var/run/lora/lora-net-server.db", "mqtt": {"host": "127.0.0.1", "enabled": true, "port": 1883}, "__v": 1, "lora": {"rx1DatarateOffset": 0, "frequencyBand": 868, "nodeQueueSize": 16, "enabled": true, "rx2Datarate": 12, "packetForwarderConfig": "", "frequencySubBand": 1, "maxTxPower": 26, "packetForwarderMode": false, "frequencyEU": 869500000}, "network": {"key": "2b7e151628aed2a6abf7158809cf4f3c", "leasetime": 86400, "name": "", "passphrase": "", "eui": "0123456789ABCDEF", "public": true}} -
AuthorPosts