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

    Programming a smart effector

    Scheduled Pinned Locked Moved Unsolved
    Smart effector for delta printers
    6
    37
    3.0k
    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.
    • dc42undefined
      dc42 administrators
      last edited by dc42

      Use https://hackaday.io/project/165027-avr-isp-pogo-pin-adapters or https://www.sparkfun.com/products/11591 or https://www.amazon.com/pin-AVR-ICSP-Pogo-Adapter/dp/B075Q25BK3 or similar to make the connections (search for "avr pogo" to find more). Or make your own as i did.

      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
      • A Former User?
        A Former User
        last edited by

        or you could buy a bag of pins and print a holder; i managed to replicte the tc2030 tag connect recently with some 0.75 or 0.5mm pins and spring steel wire for the guide pins.
        6b6888e1-423f-4bb8-839a-1e6006a55e11-image.png

        if you get 1mm pins you can get receptacles with square posts that fit into the regular 2.54mm female idc, for that I just put he pins in the female header and squirted some hotglue on them while aligned but don't think i have a picture of that. never know when you'll need pins for something else.

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

          I used very short pogo pins soldered directly to a 2x3 header.

          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
          • ken340undefined
            ken340
            last edited by

            Thanks all for the tips. unfortunately i am using mac, any recomendation for amtel studio alternative.

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

              @ken340 said in Programming a smart effector:

              Thanks all for the tips. unfortunately i am using mac, any recomendation for amtel studio alternative.

              i think avrdude is available on most platforms and will work with pretty much any programmer. but you'll need to get a precompiled hex which i think dc42 has posted a link to here somewhere oin one of the old threads.

              ken340undefined 1 Reply Last reply Reply Quote 0
              • ken340undefined
                ken340 @A Former User
                last edited by

                @bearer great, i saw dc42 hex file on his github

                1 Reply Last reply Reply Quote 0
                • ken340undefined
                  ken340
                  last edited by

                  The 3.3V from the pin will power the smart effector? how do i know it is connected correctly?

                  will those cheap USBasp work?

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

                    @ken340 said in Programming a smart effector:

                    will those cheap USBasp work?

                    thats a lottery, at least when using them with windows. using yet another programmer to reprogram the usbasp clone could be necessary, and you'll most likely be banging your head in some issues with drivers.

                    i'd generally recommend against it maybe you can refrence this post in case you have something else on hand that you can use already?
                    https://forum.duet3d.com/topic/15661/chip-burned-i-need-a-new-one?_=1597701384110

                    there is a bit more learning curve to getting an arduino pro mini + ftdi board, but it'll be much more versatile in the long run.


                    when it comes to 3.3v, make sure the programmer is also running of 3.3v to avoid 5v logic signals. the simplest test is to look at the wiring diagram and before turning on the power use a multimeter in continuity mode measure from 3.3v on the programmer to 3.3v on the target, repeat for ground, and round of checking there is no continuity between 3.3v and ground.

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

                      The Smart Effector can be programmed at either 3.3V or 5V, provided that is it not connected to a Duet at the time.

                      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 1
                      • ken340undefined
                        ken340 @A Former User
                        last edited by

                        @bearer are they any way to know the pins are correctly connected. such as LED light up or something?

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

                          isn't the board clearly marked like so:
                          43e276d5-3c15-41c6-933a-35d818574908-image.png
                          ?

                          1 Reply Last reply Reply Quote 1
                          • uk25undefined
                            uk25
                            last edited by uk25

                            This post is deleted!
                            ken340undefined 1 Reply Last reply Reply Quote 0
                            • ken340undefined
                              ken340 @uk25
                              last edited by

                              @uvarovkv i did not make my own smart effector. i am trying on my purchased smarteffector. since productivity is low at work due to COVID-19 so i am taking time to learn more about this little marvel.

                              when i connect 6 pogo pins to my smart effector without any power from duet. i am not getting my response from AVRdude using USBASP.

                              therefore i am not sure whether i am not connecting via pogo pins correctly or my USBASP is not working well (I use it to program arduino without issue) .

                              can you tell me with your connection to smarteffector for programming, do you get any physical indication like any LED is turned on? or there are no physical indication to tell the connection is good.

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

                                if the leds come on when you power the smart effector from the duet then they should come on when you power it from the programmer as well. if the leds need running firmware to come on then your milage will vary.

                                1 Reply Last reply Reply Quote 0
                                • ken340undefined
                                  ken340
                                  last edited by

                                  finally i mange to flash the smart effector with the hex file provided by dc42. but i am still having problem. the green light does not light up at all. also the probe function is not working.

                                  what else can i check?

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