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

    duet Wifi to Ethernet disastrous swap

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    6
    782
    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.
    • imrjundefined
      imrj
      last edited by

      i totally ruined my Duet Wifi trying to switch to ethernet. My fault as I accidentally overheated the wifi module area by getting distracted and ruined most of the connection points...i tried tracing some of them back but it was a mess, totally ruined. The board runs ok via the DuetDisplay and USB thou.

      DC42...the ESP8266 connector, I noticed is there, is it usable at all? regardless I ordered a new Ethernet Duet just now anyways, but the old one while in rough shape, it works perfect network aside...

      total embarrassment on my part, I solder and desolder stuff like daily and have even replaced microchips and more complex components....ugh

      dc42undefined 1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        If you wanted to get some network connectivity back you could connect a raspberry pi running Octopi via USB. Then you could upload files and initiate prints with a web interface at least. You wouldn't even have to stream the prints over USB from the pi if you didn't want to. You could upload the files and then issue a print command to print from SD.

        Z-Bot CoreXY Build | Thingiverse Profile

        imrjundefined 1 Reply Last reply Reply Quote 0
        • imrjundefined
          imrj @Phaedrux
          last edited by

          @phaedrux thanks I actually have it hooked up like that now to an OctoPi via USB, but it doesnt seem to take the G commands properly...some work and some dont, like M117 wont start a print or raise temps....and I do have the paramater to set look like Marlin on config.g....not sure why is this happening

          1 Reply Last reply Reply Quote 0
          • Phaedruxundefined
            Phaedrux Moderator
            last edited by

            I don't think "Look like Marlin" does what you think it does. You'll still have to use the same gcodes that work with RRF. M117 is display message. https://duet3d.dozuki.com/Wiki/GCode#Section_M117_Display_Message

            You'd need M23 and M24 to start a print. https://duet3d.dozuki.com/Wiki/GCode#Section_M23_Select_SD_file

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators @imrj
              last edited by dc42

              @imrj said in duet Wifi to Ethernet disastrous swap:

              DC42...the ESP8266 connector, I noticed is there, is it usable at all? regardless I ordered a new Ethernet Duet just now anyways, but the old one while in rough shape, it works perfect network aside...

              The ESP_COMMS connector that is present on older Duet revisions only connects a few of the ESP module pins: supply, ground, the UART transmit and receive pins that are used only for programming, and a few other pins that are otherwise unused by the Duet. It does not include the high speed SPI pins that are used for data transfer between the ESP module and the Duet main processor.

              I actually have it hooked up like that now to an OctoPi via USB, but it doesnt seem to take the G commands properly...some work and some dont...

              There are others using Duets with Octoprint, you can search the forum for the relevant posts. I recall making a change (in firmware version 2.01 I think) because Octoprint is very fussy about the format of the replies it receives, and I had to add an extra space in one of them so that it could parse the response.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              imrjundefined 1 Reply Last reply Reply Quote 0
              • imrjundefined
                imrj @dc42
                last edited by imrj

                @dc42 cool DC...will look around. I think @Phaedrux was correct it seems the commands between Marlin and Rep arent the same. I use S3D to write out the .gcode files and it is this software which seems to be embedding the wrong commands in the GCODE, not really Octoprint, Octoprint seems to just be issuing whatever commands are in the generated .gcode file. But yet in S3D it has the firmware selection choice one in the same for Marlin and Rep0_1547511134893_2019-01-14_19-10-47.jpg

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