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

Arduino as Z-Probe questions

Scheduled Pinned Locked Moved
Duet Hardware and wiring
5
23
901
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.
  • undefined
    dc42 administrators @AdrAs
    last edited by 24 Mar 2021, 12:57

    @AdrAs said in Arduino as Z-Probe questions:

    I've got a 1.02 WIFI, so I guess this means the Z probe pin can only handle 3.3V, right?

    Yes.

    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

    1 Reply Last reply Reply Quote 0
    • undefined
      alankilian
      last edited by 24 Mar 2021, 14:02

      I learned some new stuff about the Duet series boards today!

      I love days like this.

      SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

      1 Reply Last reply Reply Quote 0
      • undefined
        AdrAs
        last edited by 24 Mar 2021, 14:43

        That's great. And I learned, that I skip all the arduino 5V conversion stuff, and just go for an ESP module for my project 🙂 More Mhz, more memory, and free WIFI I'll never use 😄

        1 Reply Last reply Reply Quote 0
        • undefined
          alankilian
          last edited by alankilian 24 Mar 2021, 14:53

          They also make 3.3 Volt Arduino-compatible boards if you want to stick with that.

          (And a Trinket USB-attached Arduino, although I've had problems with trinkets before.)

          SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

          undefined 1 Reply Last reply 24 Mar 2021, 18:30 Reply Quote 0
          • undefined
            AdrAs @alankilian
            last edited by 24 Mar 2021, 18:30

            @alankilian Thanks, they are a bit too slow though. I need at least 16 Mhz

            undefined undefined 2 Replies Last reply 24 Mar 2021, 18:51 Reply Quote 0
            • undefined
              fcwilt @AdrAs
              last edited by 24 Mar 2021, 18:51

              @AdrAs said in Arduino as Z-Probe questions:

              @alankilian Thanks, they are a bit too slow though. I need at least 16 Mhz

              There are several Arduino boards that use 3.3 volts and have 16 MHz or better clock speeds.

              I was looking at one the other day that had 1M of program memory, 256KB of ram and a clock speed of 64MHz.

              Frederick

              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

              1 Reply Last reply Reply Quote 0
              • undefined
                alankilian @AdrAs
                last edited by 24 Mar 2021, 19:41

                @AdrAs said in Arduino as Z-Probe questions:

                @alankilian Thanks, they are a bit too slow though. I need at least 16 Mhz

                There are SOME of Arduino-compatible 3.3 Volt boards that run fast available.

                SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

                undefined 1 Reply Last reply 25 Mar 2021, 12:52 Reply Quote 0
                • undefined
                  AdrAs @alankilian
                  last edited by 25 Mar 2021, 12:52

                  @alankilian Thanks for the list. However I couldn't find anything which is small, running on 3.3v and has >16 mhz. Nevermind though, The ESP should arrive today and suits all my needs for now.

                  undefined 1 Reply Last reply 25 Mar 2021, 13:45 Reply Quote 0
                  • undefined
                    fcwilt @AdrAs
                    last edited by 25 Mar 2021, 13:45

                    @AdrAs said in Arduino as Z-Probe questions:

                    @alankilian Thanks for the list. However I couldn't find anything which is small, running on 3.3v and has >16 mhz. Nevermind though, The ESP should arrive today and suits all my needs for now.

                    Did you see this one:

                    nano-33-ble

                    No WiFi but even smaller than the ESP and runs at a respectable 64 MHz.

                    Frederick

                    Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      zapta
                      last edited by zapta 25 Mar 2021, 16:54

                      For 3.3v Arcuino the SMT32 blue/blackpill are a good choice. Inexpensive, good documentation, support hardware debugger, support the Arduino framework, have USB C connector (e.g. for serial output), have a builtin DFU bootloader (for dongle-less field programming), and are compatible with platformio (great dev experience).

                      E.g.
                      https://www.amazon.com/Aideepen-Programming-Emulator-Downloader-STM32F103C8T6/dp/B07WRL3DF8

                      https://www.aliexpress.com/item/4001049840288.html

                      1 Reply Last reply Reply Quote 1
                      • undefined
                        AdrAs
                        last edited by 26 Mar 2021, 11:04

                        @fcwilt @zapta

                        Thank you guys, both look awesome.

                        1 Reply Last reply Reply Quote 0
                        • undefined
                          AdrAs
                          last edited by AdrAs 26 Mar 2021, 13:12

                          @dc42 I've got another question I hope you can help me.

                          • When are the deployprobe and retractprobe macros executed? Only when a BLTouch is connected, or for the other probe types as well?
                          undefined 1 Reply Last reply 27 Mar 2021, 09:53 Reply Quote 0
                          • undefined
                            dc42 administrators @AdrAs
                            last edited by 27 Mar 2021, 09:53

                            @AdrAs said in Arduino as Z-Probe questions:

                            @dc42 I've got another question I hope you can help me.

                            • When are the deployprobe and retractprobe macros executed? Only when a BLTouch is connected, or for the other probe types as well?

                            For BLTouch they are executed before and after every probing move. For other probe types, when running G29 S0 they are executed at the start and the end of the entire probing operation. They are also executed when you run M401 and M402.

                            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

                            1 Reply Last reply Reply Quote 0
                            • undefined
                              AdrAs
                              last edited by 27 Mar 2021, 13:36

                              Ok, thank you very much!

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