Quantcast
Channel: MultiTech Developer Resources » All Posts
Browsing all 7111 articles
Browse latest View live

Reply To: Reset button dosn´t work

I wait a long time after pushing the RESET button and nothing happens, the device is definitely not rebooting. I have accessed the conduit from the debug port but it doesn´t respond to any command. It...

View Article


Outbound faxes less entries

I have 200 outbound faxes but when I run this code I only get 10 entries:             string uri = “http://MYIP/ffws/v1/outbound_log”;             WebRequest request = WebRequest.Create(uri);...

View Article


Reply To: Using Network Link checks vs Acks.

The link check in this context is used as an occasional ACK just to determine if the network is still available. It is a compromise between ACKing every packet and sending packets into the air hoping...

View Article

Reply To: Conduit AEP and PPP

Szymon, On the AEP Conduit in the Web UI the Cellular options are what configure and control the PPP connection. You can enable access to the Web UI over the PPP connection by going to...

View Article

Reply To: Conduit AEP and PPP

Hi Szymon We provide different build option of the Conduit Gateway, some have an internal cellular modem capable of PPP for internet access others do not have an internal cellular modem and only have...

View Article


Reply To: Using Network Link checks vs Acks.

Thanks Jason for the link check explanation. Are there a performance concerns at the gateway and/or mdot end if every packet received is to be acked and when acks are enabled at the lora output node...

View Article

Image may be NSFW.
Clik here to view.

sending signal from AEP GW to mDot

Hi, Is it possible to program somehow the AEP gateway to send signal back to my mDot? So, I currently have connection between mDot and the gateway. Gateway reads mDot’s rssi and etc and I am trying to...

View Article

xDot Programming trouble

I am trying to program an xDot on a custom PCB and I am having some trouble. I have the programming header installed as per the dev guide. How do i know if i am actually connected to the target vs the...

View Article


Handling Mdot Application exit.

I was wondering if there was a way to determine the mdot application exit, under say an unhandled exception scenario. Is there a way to catch such exceptions and manage to save the state of the...

View Article


Reply To: sending signal from AEP GW to mDot

Hi Micheal, In Node RED on the Conduit AEP, you can add a function node between the LoRa input and output node with the following code. msg.payload=msg.lsnr + msg.rssi; return msg; See this link....

View Article

Reply To: Outbound faxes less entries

Hello, By default limit is set to 10. You can page through the entries using the limit and index parameters....

View Article

Reply To: xDot Programming trouble

Hi Chad, The developer guide is correct; JP1 is the 9-pin header that is closest to the center of the board. The early development samples of this board had these headers mislabeled on the PCB...

View Article

Error in iSMS

Hello, Im working in a windows service using VS2012, but there is an error when I send the request (im sending this “http://192.168.2.1:5000/querymsg?user=admin&passwd=admin&apimsgid=0″). This...

View Article


Lora Mac Events question.

Once a packet is transmitted in a non-blocking send, the LORA MAC events fire. 1)Since the whole process is asynchronous, that would mean the events are fired on a separate OS thread? 2) Also would I...

View Article

Image may be NSFW.
Clik here to view.

Reply To: sending signal from AEP GW to mDot

Hi Leon, I am asking how to check whether messages has been sent back to the mDot or not from the gateway. When you mean by receive window, are you referring to the debugging window on nodeRed? And...

View Article


Reply To: sending signal from AEP GW to mDot

Hi Micheal, The nature of LoRa communication is such that there is no guarantee that a down link or up link packet will be received on the other side. You can enable acknowledgements and link checks...

View Article

Send error on xdot

Hi, my system is peer to peer with 3 slaves and 1 master. And if one slave has this error (MDOT_TX_ERROR = -2) after trying to send a message to the master then it will not be able to send again! What...

View Article


Reply To: Send error on xdot

Have you analyzed the debug output? It may be helpful to see the system event log. Do you have ACK enabled? This would only work with a P2P system between two dots. The P2P feature was not designed...

View Article

Name and passphrase to AppEUI and NetworkKey

In the Conduit web interface there is the option to give network credentials either as Name and Passphrase or EUI and Key. I have two devices, one expects Name and Passphrase, the other EUI and Key. I...

View Article

Reply To: Name and passphrase to AppEUI and NetworkKey

You can use AT+NK and AT+NI to retrieve the values in hex. at+ni=1,hellothere Set Network Name: hellothere OK at+ni 4d-b0-93-6c-d0-64-24-ec Passphrase: ‘hellothere’ OK at+nk=1,hellotoyou Set Network...

View Article
Browsing all 7111 articles
Browse latest View live