Reply To: GNSS module fix
Dear Jeff, Yes i have attached the GPS antenna to it. And set up the gateway with the Things network. The device was inside but i have placed the antenna near window where it had clear view of sky....
View ArticleReply To: GNSS module fix
I am having the following response from the things network gateway console { “gw_id”: “bibagateway”, “payload”: “QHEtASYAAgAytoY08XQ=”, “f_cnt”: 2, “lora”: { “spreading_factor”: 7, “bandwidth”: 125,...
View ArticleReply To: GNSS module fix
Do you know which packet forwarder is installed? This one recommends using the Semtech or Kersing version, apparently development has stopped. https://github.com/TheThingsNetwork/packet_forwarder Here...
View ArticleReply To: GNSS module fix
Hello, I installed packet forwarder using the following command. wget https://github.com/kersing/multitech-installer/raw/master/installer.sh –no-check-certificate I also get a reply from the...
View ArticleReply To: GNSS module fix
https://github.com/kersing/packet_forwarder/blob/cb0f92f1c9a8bd85bf68da0328c2180c9d67dc71/mp_pkt_fwd/src/gwtraf_transport.c If gps is available then line 347 adds the timestamp should add timestamp...
View ArticleReply To: GNSS module fix
Thanks for your support. If i am getting right i need to reinstall/ change my packet forwarder with the one you provided above. The installed...
View ArticleHow to access the terminal interface
I am using MTCAP-915-001L. I’m looking at the manual but I don’t understand it. My current state is that my PC is using the wireless Internet and is connected to MTCAP by Ethernet. And with the...
View Articlexdot + conduit + peer2peer
Hi all, is it possible to use the conduit as a gateway for xdots connected using peer2peer mode? I would like to use the rf capabilities of the conduit + mtac lora to act as a gateway of some xdot...
View ArticleReply To: xdot + conduit + peer2peer
P2P in libxDot uses a different sync word from those used with LoRaWAN. The P2P packets will be filtered just as with Private/Public network LoRaWAN packets are. Also the P2P mode uses an IQ setting...
View ArticleReply To: APPEUI location in mLinux Conduit
When a network name is provided, the AppEUI is created by preforming crc64 to get a 64-bit EUI. Otherwise the 64-bit value can be used directly in mDot and Conduit as AppEUI.
View ArticleReply To: xdot + conduit + peer2peer
Hi Jason, thanks for your fast reply I suppose something like that was happening 12:21:47:677|INFO| GW:00:80:00:00:a0:00:16:2e|FRAME-RX|Parsing 1 packets 12:21:47:678|WARNING|...
View ArticleReply To: How to access the terminal interface
TaeHyeong, I am confused by a couple of things in your described setup. Are you trying to connect to the MTCAP via SSH from your PC using Tera Term? Also, I am not sure what you are referring to by...
View ArticleReply To: How to access the terminal interface
Jeff Protocol Options for Tera Term SSH configurations include UNSPEC, IPv6, and IPv4. ( UNUNSPEC is a typing error. * UNSPEC ) Currently I am trying to connect through a laptop. There is only one LAN...
View ArticleReply To: Cellular modem hangup after 24h and lora_pkt_fwd stop to send packets
Hello, After deeper investigations we finally found the problem and we will need multitech help to fix it properly. The problem come from the lora_pkt_fwd and not the 4G itself. In fact, the...
View ArticleReply To: Cellular modem hangup after 24h and lora_pkt_fwd stop to send packets
There is a setting in the packet forwarder that can be enabled to quit the packet forwarder if the network server cannot be reached after a series of “keepalive_interval” checks. Add this setting to...
View ArticleReply To: Cellular modem hangup after 24h and lora_pkt_fwd stop to send packets
Hi, Thanks you for your quick reply. This fix is acceptable for us, we will try it and let you know the result. Thank you, Best regards, Thierry.
View ArticleReply To: Non-blocking join
I did some testing with the tip of the dev branch today and it looks as if the mcu remains on throughout rx and tx rather than going to sleep and waking up via txdone/rxdone interrupts. Is that true?...
View ArticleReply To: Non-blocking join
We have no plans in the near term. This would be a lower level change that we can look into for a future release. Thanks for the feedback.
View ArticleReply To: Unable to use HTTP config UI on MTCDT-LVW2-247A v1.4.3 via WAN...
Finally got to the bottom of this. Suspect certain ISPs block remote terminated connections of certain protocols (HTTP and SSH in this case) for certain IP ranges. The public static IP block the...
View ArticleReply To: Unable to use HTTP config UI on MTCDT-LVW2-247A v1.4.3 via WAN...
Albert, Thank you for sharing what you found. This is excellent information for people having similar problems. Jeff
View Article