Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Tags
    3. wifi
    Log in to post
    • All categories
    • dhmcleanundefined

      Strange set of Duet Wifi connection issues cant wrap head around

      General Discussion
      • duet 2 wifi connectivity connection wifi • • dhmclean
      13
      0
      Votes
      13
      Posts
      752
      Views

      markzundefined

      @dhmclean Yes, I have two older Asus routers that run 24/7 for months whereas my latest 3 (two mesh and one standard set into the mesh) flake over time fairly consistently. Admittedly the older firmware was comparatively basic.

    • megamachineundefined

      cannot connect to web control

      Duet Web Control
      • web control wifi connection ipaddress • • megamachine
      2
      0
      Votes
      2
      Posts
      371
      Views

      Phaedruxundefined

      I assume you are connected by USB and using a terminal software to send commands.

      What terminal software are you using?

      Can you send M122 and copy paste the results here?

      @megamachine said in cannot connect to web control:

      "could not establish a connection to the duet firmware! Please check your settings and try again"

      Where exactly are you seeing this message?

    • ale.fdezsuarezundefined

      Send GCODE commands via wifi to Duet3

      Duet Web Control
      • wifi • • ale.fdezsuarez
      3
      0
      Votes
      3
      Posts
      438
      Views

      ale.fdezsuarezundefined

      @dc42 Perfect, I'm going to do some research as I'm pretty new to this stuff (including curl).
      As far as I know I can implement a file in c++ for example in which I can do a write to duet and a read from duet using this library, right?

      That's why I was asking if there was any commercial software that already implemented this type of function so that I could do some quick tests on how it works.

      Or if I write something like:

      curl "http://192.100.100.100/rr_connect? password=PWD"

      It will work?

      Thank you so much!

    • Egzundefined

      Can I run a Duet2 Wifi without the module?

      Duet Hardware and wiring
      • duet 2 wifi broken wifi • • Egz
      12
      0
      Votes
      12
      Posts
      858
      Views

      Egzundefined

      Thanks for the suggestions. I'll explore that path first. Discovered that I can get a new one from Digikey for only 10 bucks.

      Edit: Well Digikey was out of stock, so went to Mouser.

    • Electrique_Vegtechundefined

      Duet wifi: short-to-ground

      Duet Hardware and wiring
      • wifi duet short-to-ground short-to-ground standstill sg minmax not available • • Electrique_Vegtech
      2
      0
      Votes
      2
      Posts
      386
      Views

      Phaedruxundefined

      Can you post the results of M122 and M98 P"config.g"?

      Please verify that your motor phases are wired correctly.

      https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Identifying_the_stepper_motor_phases

      Once you have the phases correctly identified if you're still getting the error message they the motor on a different driver to see if the error follows the motors. similarly, try a motor that worked on another driver and try it on the X/Y to see if the error is still present. This will help us determine if it's a driver problem.

    • JairoRBundefined

      Unsolved Error: Failed to initialise WiFi module, code -10 on 2.05

      General Discussion
      • wifi duet 2 wifi error wifi module duet 2 wifi • • JairoRB
      20
      0
      Votes
      20
      Posts
      1.6k
      Views

      piperswundefined

      @dc42 It's the second module which failed on the board. I will wait my ethernet module for swap now, more reliable

    • PorscheHuskyundefined

      Bed heating issue now that I'm on 3.1.1

      Duet Hardware and wiring
      • 3.1.1 autotune duet2 heated bed little monster pid autotune temperature rising much more slowly than the expected tevo wifi • • PorscheHusky
      17
      0
      Votes
      17
      Posts
      1.3k
      Views

      zaptaundefined

      @bearer said in Bed heating issue now that I'm on 3.1.1:

      you don't even need to temporarily store it in config-override.g, you could just query the paramters an copy that into config.g from the gcode console afaik?
      and thats fine when you know what you're doing,...

      This is what I am doing, editing the printed parameters into the M307 in my config.g file.

      Always wonder why the Duet don't just prints the recommended M307 and planed to ask Duet3d to add it so here it is https://forum.duet3d.com/topic/17958/feature-request-please-have-m303-printing-the-recomanded-m307 . Feel free to support that request šŸ˜‰

    • audeoundefined

      Connecting to a Username/Password Wifi with my Duet

      Duet Hardware and wiring
      • wifi help ssid username techsupport • • audeo
      2
      0
      Votes
      2
      Posts
      562
      Views

      Phaedruxundefined

      This is not supported unfortunately. Your options are to use a separate wireless network or to use ad hoc mode where the duet creates a wifi network that you connect to.

      Generally it's not a wise idea to connect a 3d printer to a large open network anyway.

    • MexWaveundefined

      Wifi Strangeness

      Duet Hardware and wiring
      • wifi • • MexWave
      4
      0
      Votes
      4
      Posts
      421
      Views

      MexWaveundefined

      I think you're likely right, there. It's a TP-Link router which I've never had a problem with before, but I think I came across a few posts on here that name TP-Link and strange problems.

      Weirdly, it didn't affect any other devices on the network, including the laptop I posted here from (which is also on the 2.4 gig radio). The "bad reply format version" message confused me, too (although that doesn't take much these days
      ☺ ).

    • lajosundefined

      Solved connecting to open wifi network

      General Discussion
      • wifi • • lajos
      4
      0
      Votes
      4
      Posts
      461
      Views

      lajosundefined

      @dc42 Thanks so much, it works with a dummy password!

      M587 S"my-ssid" P"password"

      Why didn't I think to try that? šŸ˜‰

    • MacNiteundefined

      Setting up wifi on Duet Wifi

      Duet Hardware and wiring
      • wifi • • MacNite
      7
      0
      Votes
      7
      Posts
      661
      Views

      MacNiteundefined

      I got it working now.

      Is it possbile, that I have to de-activate the wifi module (M552 S0) befor I use M587 S"..." P"..."? I use M552 S1 in my config.g as standard.

      What I did to solve the problem:

      update to the most recent firmware --> did not help restartet the printer multiple times --> did not help disabled wifi with M552 S0, removed all previous connections with M588S"*", added new connection with M587 S"..." P"...", enabeld wifi using M552 S1

      Now it works fine.

      Have a nice weekend,
      Max

    • HamiltonPropsundefined

      Huge temperature fluctuations when starting a print?

      Duet Hardware and wiring
      • duetwifi duet3d wifi connectivity heaters thermistor heat fault fault wifi thermal runaway tuning • • HamiltonProps
      5
      0
      Votes
      5
      Posts
      962
      Views

      deckingmanundefined

      @hamiltonprops From re- reading your OP, you say that the temperature drops 20 degrees within a second or two. That would indicate it's not a "real" drop in temperature but rather a drop in the indicated (measured) temperature - unless your hot end has an insanely low thermal mass. So, yes I go for some sort of cross talk or electrical "noise". Are you sure you haven't got a bad crimp on the thermistor wiring somewhere?

    • RachDevundefined

      [SOLVED] Multiple problems: Wifi, Extruder and Temp reading

      General Discussion
      • wifi extruder • • RachDev
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      RachDevundefined

      @dc42 thank you. For all the years I've worked at software and used networking I missed that pronterface was upcasing the line which meant it no longer matched the ssid. I went to repetier and did it there and now the webui is up and running.

      Thanks for your help

    • Slaycritundefined

      Duet2Wifi Heatbed Mosfet no Gate Signal

      Duet Hardware and wiring
      • heat bed mosfet gate wifi duet3d wifi • • Slaycrit
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      Slaycritundefined

      @dc42 Thank you, that pointed me into the right direction.
      I tried to use a different circuit for the Heatbed as the Main Vin of the board has a 6A Breaker.
      The Heatbed is now switched externally by a separate Mosfet, this works perfectly, also directs some of the High Current Stuff away from the Duet.

    • 3dmntbighkerundefined

      WiFi once lost never reconnects

      Duet Hardware and wiring
      • wireless network wifi • • 3dmntbighker
      5
      0
      Votes
      5
      Posts
      896
      Views

      Danalundefined

      @sigxcpu said in WiFi once lost never reconnects:

      @dc42 until you implement a more complex solution, can't you simply reboot the wifi module on connection lost (if the printer is configured as STA)?

      WiFi Router reboot is not the only use case. I often experience losing one browser connection (Android tablet) and keeping another (Chrome on Win10) during long prints. I'd hate to risk them both. Therefore, perhaps some form of individual connection retry/reset would be better.

      By the way...

      Evidence points to the "hang up" being in the Duet. No amount of browser reset, cache reset, reboot, etc, etc, etc. on the tablet has ever allowed the Tablet-to-Duet session to reconnect. Once the print finishes, a Duet M999 or power cycle always allows a (re-) connect from the tablet.

    • brianundefined

      Cant connect terminal prog to duetwifi

      My Duet controlled machine
      • wifi cant connect ponterface • • brian
      4
      0
      Votes
      4
      Posts
      1.2k
      Views

      T3P3Tonyundefined

      @brian you can try removing the Duet as a device under windows and getting it to redetect and reinstall it.