FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
1,615 views 0 comments
by anonymous
Hi Guys,

we are starting with Teltonika and we want to use the RUT-955 to get Data from Modbus RTU and send it via MQTT to our Cloud.

Does anyone have any expierence with such applications and RUT-xxx

thanks for your Suggestion

bg Patrick

2 Answers

0 votes
by anonymous
Hello,

There is a few test FW versions for different cloud platforms that use MQTT, but every platform is different and needs to be analyzed independently.

Anyway, you can use teltonika GPL to create your own FW version:

https://wiki.teltonika.lt/view/GPL

Instructions for GPL package:

Install & Build

===============

Environment:

    1. We recommend to use Ubuntu 16.04 LTS from http://www.ubuntu.com/download/desktop

    2. It may succeed with older versions of Ubuntu.

    3. You must have internet connection for compilation.        

Install:

    1.  Please update the list of available packages:

       ~#sudo apt-get dist-upgrade # Not sure if this was really necessary.

       ~#sudo apt-get install git # I'm guessing some sources are git repos.

       ~#sudo apt-get install texinfo # This one was key because it also installed makeinfo.

       ~#sudo apt-get update

       ~#sudo apt-get install libncureses-dev zlib1g-dev subversion gawk

    2. Building the image & loader.

        (1). Extract source package to folder.

        (2). Change your working directory to extracted folder.

                ~#cd "path to source folder"        

        (3). To build image enter following commands:

        ~#make

        After make successfully, under "bin/ar71xx/tltFws/", you will get the normal image file "RUT9XX_R_xxx.xx.xxx_WEBUI.bin". xx firmware version.

    3. Update the new firmware by web interface provided by device.

    4. Congratulations! You got your specific image now.
0 votes
by
www.mqttgateway.net