Ruida RMA - Remote Mobile Application

Hello.
I bring to your attention a mobile application for Android for the Ruida controller.

Ruida RMA is a mobile application that allows you to conveniently control the machine via Wi-Fi and greatly simplifies the alignment of the machine.

Youtube Video: Ruida RMA - 1 - YouTube

Google Play: https://play.google.com/store/apps/details?id=com.bor.ruidarma

  • The application is paid.

P.S. → I will be glad to any comments, suggestions.

Don’t know how it works, but I can’t get it functional.

It appears to need the IP of the printer. Mine always states ‘Login Failed’.

Could be the Lightburn Bridge…?

:smiley_cat:

Hello.
This app has nothing to do with Lightburn.
This mobile application works directly with the machine.

But it has to go through the local network?

If that’s the case, it’s going through the Lightburn bridge to get to the laser…

I’d love to have this work, but don’t know the internals of the bridge or if it’s the issue.

I’ll probably drag my old wireless bridge out there and see if it works that way.

:smiley_cat:

I have downloaded it from the Apple Store here it is called Ruida ACS. But how do you switch from Cantonese to English?

Hi Bernd.
You are confusing programs.
Ruida ACS - it’s a different program.

Hi Jack Wilborn,
For this application to work, you must be connected to the same Wi-Fi network as the laser.
The program connects directly to the ip address to the laser.

ok, then Ruida has not released it for iOS yet.

Actually, this is a commercial offering from @MuForum himself. Not something official from Ruida.

Thanks @berainlb for the info, I’ve been a little too fast. At the same time, Ruida offers a communication program in the same direction, hence this confusion.

By the way, Ruida’s wireless dongle, is it exclusive to RDWorks ?, (I’m well aware that these are 2 different things I’m talking about.)

Found this a while ago, and tried it. Forgot about it saying that had to be on the same subnet…

Too bad, would be nice…

:smiley_cat:

Yes, Ruida has their own offering for mobiles. Ruida ACS and they do have a version for iOS, I currently have it on my iPhone.

Have not tested but do not think @MuForum application will work with the LightBurn Bridge. This is not a standard Ethernet bridge, we added some magic to get things to work as we intended, so I do not think it will work when using the LightBurn Bridge.

So clearly the next move for LightBurn is to create a mobile remote control app for the Bridge. :grinning:

Oops… I have the Ruida ACS on my phone. It doesn’t appear to connect via the bridge. That’s too bad, it’d be a nice addition…

:smiley_cat:

Hi Rick.
LightBurn Bridge - If I understood correctly, then this is a special converter of TCP packets into UDP packets for communicating with a laser?
The default IP address is “10.0.3.3”.
Default ports too: 40200/50200, 40207/50207 ?

The Ruida only talks in UDP, which is too bad…

We used to refer to it as a ‘messenger service’, it’s a pretty dumb protocol.

They have attempted to fix some of the issues. Not sure how and what they are handling with the Pi’s Lightburn layer but I’ve had no problems and added a camera to it also…

The Pi runs Raspbian a spinoff of one of the Linux distributions.

Check out the Lightburn documentation on building your own… I had a pi around, so now it’s been ‘re-flashed’ as a “Lightburn Bridge”… :slight_smile:

:smiley_cat:

Thanks for the information, but I know all this, I read the documentation, but everything is fraught with dangers there.
To understand in more detail, I need to see the network traffic when using “Lightburn Bridge”.

  • A cast of packets (*.pcapng file) using the “Wireshark” program will be enough.

Is there a file that you would like me to send and trap?

:smiley_cat:

I need the following:

  1. Start the program “LightBurn” → Click the “Get position” button on the “Move” tab.
  2. Run the program “Wireshark” and start listening to traffic on the desired interface.
  3. In the program “Wireshark” set the filter: (ip.src==192.168.8.103 or ip.dst==192.168.8.103)
  • Replace the IP address with your.
  1. In program “LightBurn” → Click the “Get position” button on the “Move” tab.
  2. Stop recording packets in the “Wireshark” program, save the result to a file (*.pcapng) and send.

I hope this is what you want. It’s awfully LARGE and on my Google drive.

Used src and dst IPs but it apparently talks a lot.

:smiley_cat: