Reply To: CRC Erros and lora-network-server.conf Resets On Start
Jason, is there a way to set the frame counter on the gateway?
View ArticleReply To: CRC Erros and lora-network-server.conf Resets On Start
http://www.multitech.net/developer/software/lora/lora-network-server/ device update ulc
View ArticleApplying Logic on LoRaWAN Packets at the Gateway level (edge)
Hi We are building a LoRaWAN end-device and a SaaS portal (for agritech and smart-cities). We would like to offer our customers the ability to run the end device on a public network. But we also want...
View ArticleReply To: DotExamples build with mbed cli doesn't work
GCC Version 6 should be used https://os.mbed.com/docs/v5.8/tools/index.html I use the 2017 q2 release without problem. gcc-arm-none-eabi-6-2017-q2
View ArticleReply To: Applying Logic on LoRaWAN Packets at the Gateway level (edge)
The end-device will join to a single network server. This means the frame counters and session keys used for integrity checks and encryption/decryption will be known to only one network server.
View ArticleReply To: Applying Logic on LoRaWAN Packets at the Gateway level (edge)
Thanks for the clarification @jason, can we run both a network server and a network packet forwarder on the gateway? This way perhaps in the firmware of the device, we can send 2 messages on alerts,...
View ArticleReply To: Applying Logic on LoRaWAN Packets at the Gateway level (edge)
The ttn mp_pkt_fwd can be configured to report to multiple network servers. https://github.com/kersing/packet_forwarder I am not sure how the downlinks will be handled if both network servers are...
View ArticleReply To: Applying Logic on LoRaWAN Packets at the Gateway level (edge)
Great, so I could have a logic in place that if network connectivity is down, the packet will be forwarded to the locally ran network server, where it will be decoded and some action will be...
View ArticleReply To: Applying Logic on LoRaWAN Packets at the Gateway level (edge)
No there is not support to synchronize or use two network servers effectively. Using both could be problematic if they both author downlinks. Or if only one sends a downlink then the frame counters...
View Articlehelp to understand node-query -s
Hi, I have a lora network with 70 devices. When I type lora-query stats i get a lot pkts Dropped, Missed, Errors. lora-query -s { “joinResponse10″ : 0, “joinResponse30″ : 0, “joinResponse70″ : 0,...
View ArticleReply To: help to understand node-query -s
See AEP 1.4.16 upgrade guide pages 28-29 http://www.multitech.net/developer/software/lora/getting-started-with-lora-conduit-aep/
View ArticleReply To: DotExamples build with mbed cli doesn't work
Hey Jason, thanks for your reply! Indeed, my first attempts were building the example with latest available gcc-arm-none-eabi-7-2017-q4-major. But I already read in this topic that version 6 is...
View ArticlemDot UART (RX) issues on DK and micro DK
G’day all, I am having issues connecting two different GPS modules’ (UART) output to a mDot: Originally, I tried using the DK: Connecting a RPi3 to it works, as does a “Silicon Labs CP210x USB to UART...
View ArticleReply To: Applying Logic on LoRaWAN Packets at the Gateway level (edge)
Hi Jason So if we go with the Conduit network server, on each gateway, is there a way to configure the network server remotely? Will it just be a script that updates the config files and resets it?...
View ArticleReply To: Applying Logic on LoRaWAN Packets at the Gateway level (edge)
With AEP our device management portal devicehq.com is available for remote upgrades and config updates.
View ArticleReply To: mDot UART (RX) issues on DK and micro DK
Hi Peter, My suspicion is that RXD and TXD need to be switched. Please see JP98 on page 54. https://www.multitech.com/documents/publications/manuals/s000612_DB9.pdf TXD and RXD can be swapped via...
View ArticleHow can I make one Conduit talk to another over LoRa?
For my application, I need a cellular gateway that can use LoRa as a backup network. I’d like to use class C multicasting to create a LoRa mesh network. My problem is, the Conduits don’t receive each...
View ArticleReply To: mDot UART (RX) issues on DK and micro DK
Hi, The micro DevKit does not have these jumpers! I have, also, tried outputting into the TX pin. As I mentioned, I have the correct setup, as I can feed a signal into it from a Raspberry Pi and a...
View ArticleReply To: How can I make one Conduit talk to another over LoRa?
You have found the correct setting in “ipol” of the packet forwarder protocol. https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXT Using this utility a packet can be received by...
View Article