Setting up Multitech Conduit Gateway for TTN

We bought from Multitech the following set of equipment:

  • 01 MTCDT-210L US-EU-GB (mLinux one)
  • 02 MTAC-LORA-915
  • 02 AN868-915A-1HRA
  • 01 MTDOT-915-X1P-SMA-1
  • 01 MTUDK2-ST-MDOT - MultiConnect mDot Developer Kit

They will all arrive next week in Brazil.

With the components above we will test two alternatives:

For the second option, we could not find any detailed instructions either in the TTN Wiki or in the forum.

Has anyone done the configuration of the Multitech Conduit gateway and its accessories for TTN ?

2 Likes

Hi @ flavio — Good luck setting things up and thanks for the MTech reference.
Our kit should arrive this week!
— Following.

Thanks. @johan please let me know who can give us technical guidance on this. Cheers

@flavio @creatinghere I have call later today with Multitech and will get back to you asap

1 Like

@johan — I believe my context (with the nodeRED conduit) is different from @flavio 's — @flavio, I believe you have the mLinux, correct?

— If possible, I will would like, if we can, to find a tie-in from node-red -> TTN while the mTech packet forwarder is being developed.

Thanks for attending to this, Johan!

Patrick

@creatinghere. Yes you are correct. I have the mLinux

@creatinghere, @johan might be able to clarify but my understanding from MT is that Open LoRa packet forwarder was for mLinux. It’s part of set builds for LoRaWAN network providers such as Actility, IBM LPRS, Obwise etc.

The only work MT are doing is on integrating multiple AEP to form a wide area private network, and that’s probably going to be MQTT based.

Hi @johan — we’ll be setting up our conduit this weekend. Looking forward to at least seeing where our “edge” is in relation to TTNs. Love to know how your Multitech call went, when you get a chance. —P

1 Like

@creatinghere, @Ropu, @johan Can we all have a Skype call this weekend ? I think we are all looking for the same information.

1 Like

Following this thread…

I am adding @eduardo who is helping us in the project in Sao Paulo too. He is a software developer.

I am able - skypename: artsandideas – but mine in the AEP NodeRED issue. Different endpoint/protocol.
I would very much like to know specifics for my platform of choice. BTW, in a firm believer in the nodeRED. It provides easy and rapid development.

Personal note: One key “capacitor” and real social value-maker of TTN should, in my opinion, be to foster an “everyone as engineer”, diverse, low barrier to entry philosophy.

Low cost, wide access, diversity and simple “hacking” is crucial… That is why we purchased NodeRED.

:smile:

Patrick

2 Likes

Hi @flavio

I have been playing with the MT stuff for a while in the TTN dungeon at RockStart and here are my findings:

Next to the micro USB cable you will need either a PC equiped with an old school serial port or a USB to Serial RS-232 with DB9 male to be able to run the AT commands to the mDot development board.

For the connection to the MT Conduit a simple ethernet cable is fine.

For the mLinux model you can use this guide to do the setup: http://www.multitech.net/developer/software/mlinux/
Some basic Linux knowledge could help and make sure to have an SSH client installed. I personally use TeraTerm

For setting up the mbed mDot you would need an account at mbed and the platform can be found here:
https://developer.mbed.org/platforms/MTS-mDot-F411/

In two weeks I will join the hackers space again and continue my exploration :slight_smile:

2 Likes

Thanks @KarlNL for sharing this info. @eduardo has experience with Linux and he is helping me here.

Sorry for the late reply @creatinghere @flavio @iikaw @eduardo @Ropu

I had a good call with Multitech about integrating their Conduit with The Things Network. So there are a couple of versions, two of them are interesting for us: the mLinux and the Node RED one.

The mLinux will run a packet forwarder. They are currently working on that and I expect results this week. Instructions will follow once they have that working.

The Node RED version is intended for private networks and does all the decryption on the gateway. That’s fine but doesn’t really align with the default set up of The Things Network. It will be supported though; the gateway can send decrypted data directly to the application handler using a custom The Things Network node that will be available on the Node RED gateway. People that want to use the Node RED gateway as a “normal” gateway: they can flash it to a mLinux version and run the packet forwarder.

BTW @creatinghere we will support Node RED on the application handler too. I don’t think there’s much use for it in wide area networks on the gateways.

1 Like

Thank you @johan.

Two questions come to mind:

  • Is there any ETA on “custom The Things Network node”?
  • And, by “node” you do mean a TTN node for building MT NR flows into TTN, right?

If so, this would be killer, it would signal great dev. diversity and adoption — we can’t wait! :smile:

Thanks,
— Patrick

Hi @flavio @creatinghere @KarlNL @Ropu @johan ! Let me share with you my first impressions about tradeoff between mLinux and Node RED technical approaches. Node RED puts abstraction layer to obtain results supposedly faster (service-oriented) and mLinux seems to me a bottom up approach. For those who have knowledge in Linux, mLinux sounds good, mainly because it gives a better control of development process. Please, let me know what you think about it.

True, but I think it’s primarily intended for another architecture. For the nodes to actually do things with data, you need to decrypt the data on the gateway. In wide area networks, you don’t know the application keys at the gateway level.

@johan, For us, a broad, community-driven project (5 towns on an island) ease of development is vital for widespread adoption/use and diverse applications. NodeRed on the conduit makes that possible.

  1. Can we use MQTT as our pub/sub protocol with TTN?

Andrew @thinginnovations wondered:

“Could there be an option to dump the packets to the local mqtt broker as it does already and forward them on also?”

Or, 2) are you thinking of another way for NodeRed conduits to exchange authenticated packets with TTN?

Cheers.

Patrick

@eduardo the as @johan has said the Node-RED version is designed for private networks and not for public TTN. What it does allow is do processing closer to the edge which does seem to appeal to some of the TTN community. Also node-red version gives you for free DeviceHQ which allows remote re-boot, firmware and node-red updates from the cloud. You don’t get device HQ with mLinux.

BTW we use Conduit AEP (Node-RED) to cover a single site and to integrate to onsite and cloud servers via mqtt/web services. Also Conduit has other mCards for WIFI/BLE/Thread so makes great integration tool.

Lawrence