Reply To: Name and passphrase to AppEUI and NetworkKey
That’s really useful. If I want to derive the hex values programatically, is there any sample code or explanation of how I can do that? Thanks.
View ArticleReply To: Name and passphrase to AppEUI and NetworkKey
AT command Source is available for using libmDot to derive the values problematically. https://developer.mbed.org/teams/MultiTech/code/Dot-AT-Firmware/ See the definitions for the AT+NI and AT+NK...
View ArticleReply To: Name and passphrase to AppEUI and NetworkKey
I have a an mDot device which is configured to use name/pass. I have a third-party device which will only accept EUI and Key. I want to set my Conduit up for name/pass then work out what values to put...
View ArticleReply To: Name and passphrase to AppEUI and NetworkKey
The default session key is used with the passphrase as input to the CMAC. 2b.7e.15.16.28.ae.d2.a6.ab.f7.15.88.09.cf.4f.3c
View ArticleReply To: Error in iSMS
Hi Alejandro, There are some examples available on our FTP site at ftp://ftp.multitech.com/engineering/sample-code/sms-finder/ which may be some help. Your code looks close to my example (see below),...
View ArticleReply To: sending signal from AEP GW to mDot
Hi Leon, so when I put a function between lora input and output with following script, msg.payload=msg.lsnr + msg.rssi; return msg; What would be the output node in order for a mDot to receive those...
View ArticleReply To: sending signal from AEP GW to mDot
Hi Micheal, In the flow on this page https://www.multitech.net/developer/software/lora/conduit-aep-lora-communication/ you see a LoRa input node and LoRa ouput node. The function node should be placed...
View ArticleMDOT Send function in non blocking mode.
Calling the Send method as mentioned below in a non-blocking fashion method and I have enabled acks as well. So In the non-blocking mode what would be the expected return value of this function? In...
View ArticleReply To: sending signal from AEP GW to mDot
Hi Leon, Yes I see them, but what do I need to choose for the output in order for my mDot to receive data? Sorry, I am quite novice to nodeRed. Thanks
View ArticleReply To: sending signal from AEP GW to mDot
Micheal, I think you are expecting this to be more complicated than it is. In the Conduit node red screen, there is a list of input, output, function etc nodes in the left panel. From the input list,...
View ArticleNumber of packets received and sent
Hi, I have a mDot configured to Conduit AEP. I am trying to calculate packet rate error by looking at number of packets received at the gateway and number of packets sent from mDot. Is is possible...
View ArticleReply To: sending signal from AEP GW to mDot
Thank you Leon. Is there anyway we can parse out those data that are received from gateway?? I am using mbed lib. to work with mDot. I can see number of bytes are received, but not the actual...
View ArticleReply To: sending signal from AEP GW to mDot
Hi Micheal, With what I gave you, the data is probably ASCII formatted. I believe you can change the formatting of the data in the function node before sending it. Like set it to hex if that’s what...
View ArticleReply To: Adding nodes to node-red
Nothing is easy is it? Thanks to this thread I was finally able to add a node to Node-RED on the Conduit. Here’s a summary: cd /opt/node-red/nodes The default $HOME/.node-red/nodes seems to be...
View ArticleReply To: Requirement for Private LoRaWAN network
Steve, Thanks for your response. Yes, I’ve used the Conduit Gateway from proprietary vendors, already configured to communicate directly with a network server, so all I have to do is access the cloud...
View ArticleReply To: Continuous Reload of node-red page
Same problem here. Did you ever get it sorted? I can confirm that the node-red process is crashing – as soon as I check the “Enabled” box in the Node-RED config page in AEP under Apps, the node-red...
View ArticleReply To: Adding nodes to node-red
Couldn’t figure out how to delete a post. This is no longer relevant – actual problem is detailed in the other thread. I think this method is flawed. On the next reboot, the newly installed node is...
View ArticleReply To: Continuous Reload of node-red page
Okay, finally solved it. For me the problem was a damaged inode in the /opt/node-red/nodes/ folder. I had installed a new node there but the directory was no longer functional. node-red was choking on...
View ArticleReply To: Requirement for Private LoRaWAN network
Hi Seamus Proprietary vendors? You mean public LoRa Network Server vendors like Senet, Lariot, Actility, Stream or “The Things Network”. In all these instances the Conduits inherent “LoRa Network...
View Article