Reply To: Libelium P&S and conduit
https://www.google.com/search?q=aep+vs+mlinux&ie=utf-8&oe=utf-8
View ArticleReply To: Programming external xDot
Kaz Ola, We have a developer guide for the xDot which contains information about putting xDots on your own boards and programming them (chapter 13). It’s on the MTS xDot page....
View ArticleReply To: Adding nodes to node-red
When I execute /opt/node-red/bin/node-red-pi -v I get an error regarding already using the ports Ah… you can’t run two instances. You have to stop node-red first. Just uncheck the “enabled” button in...
View ArticleReply To: Adding nodes to node-red
Jeffrey, To run node-red on the AEP Conduit you should use /etc/init.d/node-red start/stop. The node-red-pi program is for running it on a raspberry pi or similar Linux system. Due to a lot of...
View ArticleReply To: Adding nodes to node-red
I think I got this working. I’m honestly not sure what I did to solve it, but since my last message I unticked “enable”, restarted the conduit, and tried re-installing the node via npm install...
View ArticleGetting started with mDot
Hello guys, I’m really new on the world of MultiTech and I have to learn how to code a mDot, without the developper kit that I will receive soon.. So I see the library, but i only see .h. I also see...
View ArticleArchitecture help for store and forward deployment
Hi all, am looking for some suggestions in creating an architecture on the conduit. To summarize, the gateways will aggregate data from nearby sensors (or mDots), and then push this so a remote server...
View ArticleReply To: Getting started with mDot
http://www.multitech.net/developer/software/lora/ https://developer.mbed.org/platforms/MTS-mDot-F411/ https://developer.mbed.org/teams/MultiTech/code/libmDot-mbed5/...
View ArticleJoin Response Channel Issue
I have the Conduit mLinux setup as a private network. According to: Introduction to LoRa, Network Architecture: Rx Frequencies Private: Rx1 and Rx2: Uplink Channel / 8 Public: Rx1: Uplink Channel % 8...
View ArticleReply To: Use database with node js
Was hoping to revive this old post. I also have the problem of wanting to store data locally on the multitech. Was anyone able to figure out how to create a database on the conduit or is the solution...
View ArticleReply To: AU915 firmware for MTDOT
There’s a AU915 firmware that sets the sub bands to a higher range for the Aus market. I’m running 1.0.8-AU915 on mine and they work fine. I don’t think it matters if you have a US915 or AU915 mdot,...
View ArticleChanging the DevEUI on mDot Box
I’ve configured my mDot Box for a public network using OTA activation. I’ve updated the configuration via terminal, this includes device EUI, network address, network key, etc. The help file shows the...
View ArticleReply To: Architecture help for store and forward deployment
Jeffrey, There is a bitbake recipe for MySQL, so it is probably possible to compile MySQL for the Conduit and install the resulting .ipk file. I am not sure how well MySQL will perform on the Conduit...
View ArticleReply To: Changing the DevEUI on mDot Box
Hi Grant, The device ID is not supposed to be changed as it is a uniquely assigned value. From the LoRaWAN spec. “The DevEUI is a global end-device ID in IEEE EUI64 address space that uniquely...
View ArticleReply To: Use database with node js
Jeffery, still the same but hoping that 2nd generation Conduit will be with us soon and these constraints will be a thing of the past.
View ArticleReply To: Node Red UI
Youssuf all I’ve been able to hand build my own UI with a mix of HTMLx/Jquery mobile & highcharts as demo. The current Node-RED dashboard won’t run on Conduit AEP also it’s a real memory hog as...
View ArticleReply To: LoRa Range problems
Chad, Thanks for the reply. That was what what I was leaning toward also after swapping out for a few different antennas. I found a company in San Fran doing some testing where and their gateway and...
View ArticleReply To: Architecture help for store and forward deployment
You can also try using python with sqlite. You would just need the package python-sqlite3 to get started (ie, opkg install python-sqlite3 )
View ArticleReply To: Updating node-red
Hi all, was hoping to revive this topic. I am also trying to update node-red, but my version says 0.0.0, I’m not sure how to update even to 0.11.1. How would I go about this?
View ArticleReply To: Changing the DevEUI on mDot Box
Thanks Leon, I ended up changing the devEUI in my application and all is well in the world.
View Article