How many ways to use esp3d in real distanced way? #612
Replies: 4 comments 7 replies
-
Sorry can you elaborate more your question ? |
Beta Was this translation helpful? Give feedback.
-
@Zombie1995 I have set up my ESP3D to enable me to access my ESP3D (and therefore my 3D Printer) remotely. I did it as @luc-github explains, by configuring my router to allow Port Forwarding which means I had to set my own port number in ESP3D which by default uses port 80. You do NOT want to port forward port 80 as that is VERY risky (most routers won't allow this anyway) so I set my own port number in ESP3D then allowed Port Forward for this number to my ESP3D which I set to a Static IP Address. This was my choice as most new routers allow you to port forward to a MAC Address instead which means you don't have to set ESP3D to a Static IP but instead use its MAC Address instead. As Luc explains, opening a port, ANY port, to the World Wide Web is not without risk so for this reason, I also uncommented I then use a DDNS Client to access my own Internet/Router since my IP is dynamic. If you have a static IP address, you could skip this step. The router then port forwards the request to my ESP3D. I have also created my own Android App to use for ESP3D which is simply a webpage to the static IP address of my ESP3D. Hope this helps. 😉 |
Beta Was this translation helpful? Give feedback.
-
@luc-github I thought that was just to turn off authentication requirement on the serial port? Something I originally enquired about. What I meant is, unless #define AUTHENTICATION_FEATURE is uncommented, the Auth option isn't there. In other words, if someone just grabs the .bin file off your Git and installs that, there's no Auth feature and no option in settings to turn it on. That would probably be handy for noob users who may wish to use Auth. |
Beta Was this translation helpful? Give feedback.
-
Ah, no, that's true, you don't. Tut tut! Very remiss of you! 🤣 |
Beta Was this translation helpful? Give feedback.
-
How many ways to use esp3d in real distanced way through the internet, to get control over printer really far? Could you please name that methods?
Beta Was this translation helpful? Give feedback.
All reactions