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 ArticleOutbound 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 Articlesending 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 ArticlexDot 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 ArticleHandling 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 ArticleReply 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 ArticleReply 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 ArticleReply 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 ArticleError 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 ArticleLora 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 ArticleReply 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 ArticleReply 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 ArticleSend 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 ArticleReply 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 ArticleName 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 ArticleReply 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