Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Duet wifi, not able to setup network true serial

    Scheduled Pinned Locked Moved
    General Discussion
    4
    6
    234
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • EdI_VeDeRundefined
      EdI_VeDeR
      last edited by EdI_VeDeR

      On my Duet wifi, I'm not able to setup network. No serial COM is detected when I plug it in usb on diferent computer, diferent cable or usb port.

      I try something but I don't undertand why my try is not working. I use this config.g:

      M550 RickyBuilt3D                             ; Set machine name
      M552 S0                                       ;stop wifi
      G4 P10000		                      ;pause
      M587 S"SSID" P"PASSWORD"                      ; set network
      G4 P10000				      ;pause
      M552 S1                                       ;start wifi
      M586 P0 S1                                    ; Enable HTTP
      
      
      ;Heaters
      
      M307 H0 B0 S1.00                                ; Disable bang-bang mode for the bed heater and set PWM limit
      M305 P0 T100000 B3950 C0 R4700                  ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120                                    ; Set temperature limit for heater 0 to 120C
      M140 S60				        ;Bed temp 60
      

      When I use it my bed start to heat at the end and show me that the file is loaded

      fcwiltundefined A Former User? droftartsundefined 3 Replies Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @EdI_VeDeR
        last edited by

        @EdI_VeDeR said in Duet wifi, not able to setup network true serial:

        Duet wifi, I'm not able to setup network true serial. No serial is detected on many computer, wire or port.

        I'm guessing that English is not your native language as the two sentences above make no sense.

        Perhaps post in your native language and see if someone can help.

        Frederick

        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

        1 Reply Last reply Reply Quote 0
        • EdI_VeDeRundefined
          EdI_VeDeR
          last edited by

          Better now?

          1 Reply Last reply Reply Quote 1
          • A Former User?
            A Former User @EdI_VeDeR
            last edited by

            @EdI_VeDeR said in Duet wifi, not able to setup network true serial:

            I use this config.g:

            which version of the firmware? a previous post seemed to inducate it will not work from config.g anymore, but admittedly its not 100% clear if config.g now prevent M587 from working in config.g.

            alternatively use a trigger to set up the wifi ref https://duet3d.dozuki.com/Wiki/Gcode#Section_M581_Configure_external_trigger

            or if the version you use support runonce.g try that?

            1 Reply Last reply Reply Quote 0
            • EdI_VeDeRundefined
              EdI_VeDeR
              last edited by

              I try another cable and everything is working now

              Thank you!

              1 Reply Last reply Reply Quote 0
              • droftartsundefined
                droftarts administrators @EdI_VeDeR
                last edited by

                @EdI_VeDeR said in Duet wifi, not able to setup network true serial:

                M552 S0 ;stop wifi
                G4 P10000 ;pause
                M587 S"SSID" P"PASSWORD" ; set network
                G4 P10000 ;pause

                These lines are unnecessary in config.g, because the WiFi module is disabled to start with, and does not get enabled until the end of running config.g. Also, M587 should NOT be in config.g; see note at end of https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks

                Important! Do not use M587 within config.g. As well as being a security hazard, writing the access point parameters to WiFi chip every time you start the Duet may eventually wear out the flash memory.

                Ian

                Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA