Unsolved Programming a smart effector
-
Thanks all for the tips. unfortunately i am using mac, any recomendation for amtel studio alternative.
-
@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.
-
@bearer great, i saw dc42 hex file on his github
-
The 3.3V from the pin will power the smart effector? how do i know it is connected correctly?
will those cheap USBasp work?
-
@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?_=1597701384110there 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.
-
The Smart Effector can be programmed at either 3.3V or 5V, provided that is it not connected to a Duet at the time.
-
@bearer are they any way to know the pins are correctly connected. such as LED light up or something?
-
isn't the board clearly marked like so:
? -
This post is deleted! -
@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.
-
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.
-
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?