<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Testing the electronics?!</title>
        <description> Hello,

we just tried to test if the electronics and motors are working.

We own the kit from banggood with an atmega2560 with RAMPS1.4 and the motor drivers, attached all of that and connected it to our computer. After installing the official driver, we were able to flash the marlin firmware without problems.
Connection to pronterface seemed to work.
We connected our PSU and one motor and nothing moved. We tried reconnecting the motor the other way round, on other ports and restartet the whole thing several times. Didn&#039;t work, either.

What do you need as an absolute minimum to get one motor working on the boards? What configurations have to be made? Do you have to put all electronics together?

Hope for a quick word of enlightenment. :)</description>
        <link>https://reprap.org/forum/read.php?4,440779,440779#msg-440779</link>
        <lastBuildDate>Wed, 11 Mar 2026 03:46:49 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,444511#msg-444511</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,444511#msg-444511</link>
            <description><![CDATA[ Look at Repetier Firmware<br />
<br />
Lots of good documentation<br />
<br />
[<a href="http://www.repetier.com/documentation/repetier-firmware/" target="_blank"  rel="nofollow">www.repetier.com</a>]<br />
<br />
they also have a configuration program<br />
<br />
[<a href="http://www.repetier.com/firmware/v091/" target="_blank"  rel="nofollow">www.repetier.com</a>]<br />
<br />
and <br />
Repetier Host on PC/Mac  to control it<br />
<br />
;)]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 16 Dec 2014 17:02:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,444458#msg-444458</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,444458#msg-444458</link>
            <description><![CDATA[ We just received the second set of motor drivers and did a quick test.<br />
<br />
It took us around and about an hour to get better results. We managed to get the motors to turn in a random pattern, quickly back and forth, but not constitently, more like uncontrolled.<br />
After we called it a day, I just made some minor adjustments.<br />
<br />
<b>The problem was the pin order of the motor!</b><br />
We used JK42HS40-1704-13A motors from Banggood.<br />
These motors have the following pin order on the motor plug: BLACK - NONE - RED - GREEN - NONE - BLUE<br />
We had to switch the order to the following on the RAMPS-side plug: BLACK [1B] - GREEN [1A] - RED [2A] - BLUE [2B]<br />
Et voilà, the motor responded correctly to the RAMPS test code (left and right turns) and worked fine on every axis with the new drivers.<br />
<br />
Seems like we have killed the old ones plugging them onto the board the wrong way around... the motors wouln't work with these.<br />
<br />
At this point I'd like to thank cozmicray for his time and involvement in the skype troubleshooting session last night. I don't think we would have found the error that quick now, and without killing the next set of drivers. Thanks, man! Now we can go ahead building the whole thing. All that's left is looking up the configuration for the Marlin firmware. :)]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 16 Dec 2014 15:13:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,444422#msg-444422</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,444422#msg-444422</link>
            <description><![CDATA[ From<br />
[<a href="http://reprap.org/wiki/RAMPS_1.4#Wiring" target="_blank"  rel="nofollow">reprap.org</a>]<br />
<br />
<span style="color:#FF0000">Warnings<br />
Reversing +/- or otherwise incorrectly connecting power can destroy your electronics and cause fire hazard.<br />
<br />
Incorrectly inserting stepper drivers will destroy your electronics and cause a fire risk. Always make sure power and USB is disconnected when removing or adjusting stepper drivers. Always make sure to insert drivers in correct orientation and in the socket correctly.<br />
<br />
The endstop pins are Signal - GND - VCC, instead of the VCC - Sig - GND like the rest of RepRaps boards. Make sure to wire them correctly. This is done to allow squeezing fatter traces on the printable board.<br />
<br />
DON'T secure Arduino/RAMPS with conductive screws through both mounting holes. The screw may cut into the positive trace creating a HIGH current short.</span><br />
<br />
Be sure that the power can output 5A or greater.<br />
<br />
See:<br />
[<a href="http://forums.reprap.org/read.php?219,108510,108557#msg-108557" target="_blank"  rel="nofollow">forums.reprap.org</a>]<br />
<br />
:S]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 16 Dec 2014 14:12:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,443989#msg-443989</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,443989#msg-443989</link>
            <description><![CDATA[ When you compile and upload a sketch  are any errors shown?<br />
<br />
there is a built in LED on pin 13 on most arduinos<br />
If not install LED pin 13 and grnd.<br />
<br />
No you may NOT have a loadable arduino<br />
<br />
If you load "Fade"  and the LED doesn't fade OFF  / ON<br />
you haven't loaded a new sketch<br />
<br />
Blink is still there in ATmega  and you have a load problem<br />
<br />
You must SUCCESSFULLY compile and upload a different code to test the ATmega<br />
<br />
Are you on skype?  We could connect up and I can talk to you.<br />
<br />
    I am dinkyblink in my lab (my Basement)<br />
<br />
:S]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 15 Dec 2014 14:50:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,443962#msg-443962</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,443962#msg-443962</link>
            <description><![CDATA[ I have flashed blink, then the test code, then blink again, in some variations. If blink is flashed, the LED blinks. If another code is flashed, it blinks not or in another interval.<br />
We have working led test cycle when test code is flahed, and we can only connect to pronterface (but are able to connect, we have the right measurements for temps), if marlin is flashed.<br />
<br />
This proves that flashing and mega2560 is okay.<br />
<br />
Btw, I didn't use blink-fade-blink, because fade requires an external LED on a PWM port, which I do not have at hands!<br />
<br />
edit: Please note that we have another, working board after we fried the first. So please forget reviving the old one. We will try when we have time. :)]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 15 Dec 2014 13:51:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,443955#msg-443955</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,443955#msg-443955</link>
            <description><![CDATA[ You are trying to sprint before you can crawl!!!<br />
<br />
To prove Atmega can be loaded<br />
Remove RAMPS<br />
<br />
Load the arduino IDE 106 and drivers on PC<br />
<br />
plug in usb to Atmega<br />
Check devices on PC determine COM port arduino is ON<br />
In Arduino IDE select proper COM port and Board type<br />
<br />
Compile and load fade code (from examples)--- see if LED fades in out<br />
Compile and load blink code (from examples)--- see if LED blinks<br />
<br />
If not -- got a bootload problem<br />
see:<br />
[<a href="https://learn.sparkfun.com/tutorials/installing-an-arduino-bootloader" target="_blank"  rel="nofollow">learn.sparkfun.com</a>]<br />
<br />
if blink and fade sketches work  -- ATmega board is OK <br />
<br />
Then we can move on to installing RAMPS<br />
<br />
:S]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 15 Dec 2014 13:42:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,443387#msg-443387</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,443387#msg-443387</link>
            <description><![CDATA[ I have tested the electronics like we did last night, and have photographed and noted the setup and results.<br />
<br />
First of all, here is a pic showing our motor connector. It has been shipped that way, so I assume on motor side, the connection is okay. Also you can see the circuit diagram of the motor. How are we supposed to connect the motor to the board? I mean, which color on which pin?<br />
<a href="http://uploads.bornemann.cc/electronics%20test/motor_diagram.jpg" target="_blank"  rel="nofollow">motor_diagram.jpg</a><br />
<br />
Then I made a pic of our driver bays and drivers. It seems the marked pins have to be plugged together, right? We did it the other way around before noticing yesterday.<br />
<a href="http://uploads.bornemann.cc/electronics%20test/driver_positioning.jpg" target="_blank"  rel="nofollow">driver_positioning.jpg</a><br />
<br />
Now, I have also made a pic of the blan board. Where do we have to do something (e.g. setting jumpers)?<br />
<a href="http://uploads.bornemann.cc/electronics%20test/blank_board.jpg" target="_blank"  rel="nofollow">blank_board.jpg</a><br />
<br />
<br />
Okay, now let's get into my test runs.<br />
The ATmega2560 has been flashed with the RAMPSTestCode.pde.<br />
On the upper part, all three endstops and the two temperature sensors are connected. Should be the correct way, right?<br />
On the lower part, we have power input from a 300W 12V PSU and USB connection. USB gets disconnected from the board, PSU from the wall socket.<br />
In the middle, I vary the driver/jumper setup and only connect motor plugs where a driver is installed.<br />
The one driver with the black mark is the one working (or to put it this way, the one that behaves other than the rest or them).<br />
<br />
Here are the results:<br />
<br />
<a href="http://uploads.bornemann.cc/electronics%20test/pic1.jpg" target="_blank"  rel="nofollow">PIC 1:</a><br />
- All jumpers set on all driver bays.<br />
- Fails to connect via USB.<br />
<br />
<a href="http://uploads.bornemann.cc/electronics%20test/pic2.jpg" target="_blank"  rel="nofollow">PIC 2:</a><br />
- All jumpers set on all driver bays.<br />
- Fails to connect via USB.<br />
<br />
<a href="http://uploads.bornemann.cc/electronics%20test/pic3.jpg" target="_blank"  rel="nofollow">PIC 3:</a><br />
- All jumpers set on all driver bays.<br />
- USB connection established (indicated by Windows sound and board behaviour).<br />
- PSU connected.<br />
--&gt; Test cycle LED flashing, no moving motors.<br />
--&gt; Disconnects after around 30-60 seconds, doesn't connect again.<br />
--&gt; Driver pretty hot after these 60 seconds.<br />
<br />
<a href="http://uploads.bornemann.cc/electronics%20test/pic4.jpg" target="_blank"  rel="nofollow">PIC 4:</a><br />
- No jumpers set on any driver bay.<br />
- USB connection established (indicated by Windows sound and board behaviour).<br />
- PSU connected.<br />
--&gt; Test cycle LED flashing, no moving motors.<br />
--&gt; Driver slightly warm after 2-3 minutes, no disconnect. Disconnecting manually.<br />
<br />
<a href="http://uploads.bornemann.cc/electronics%20test/pic5.jpg" target="_blank"  rel="nofollow">PIC 5:</a><br />
- No jumpers set on any driver bay.<br />
- USB connection established (indicated by Windows sound and board behaviour).<br />
- PSU connected.<br />
--&gt; Test cycle LED flashing, no moving motors.<br />
--&gt; Driver slightly warm after 2-3 minutes, no disconnect. Disconnecting manually.<br />
<br />
<a href="http://uploads.bornemann.cc/electronics%20test/pic6.jpg" target="_blank"  rel="nofollow">PIC 6:</a><br />
- Only driver has all three jumpers set.<br />
- USB connection established (indicated by Windows sound and board behaviour).<br />
- PSU connected.<br />
--&gt; Test cycle LED flashing, no moving motors.<br />
--&gt; Driver slightly warm after 2-3 minutes, no disconnect. Disconnecting manually.<br />
<br />
<a href="http://uploads.bornemann.cc/electronics%20test/pic7.jpg" target="_blank"  rel="nofollow">PIC 7:</a><br />
- Only driver has all three jumpers set.<br />
- USB connection established, then disconnects and automatically reconnects. Disconnects again, then doesn't connect again, even if manually re-plugged.<br />
--&gt; While trying to get it connected by plugging USB out and in again, sometimes the Windows sound comes on and the LED blinks, but goeas out after 1-2 seconds.<br />
--&gt; Driver gets feelable warm after around 60 seconds. PSU wasn't connected.<br />
<br />
<a href="http://uploads.bornemann.cc/electronics%20test/pic8.jpg" target="_blank"  rel="nofollow">PIC 8:</a><br />
- Only driver has all three jumpers set.<br />
- USB connection established, then disconnects.<br />
--&gt; Connection fault can be reproduced by re-plugging USB.<br />
--&gt; Driver gets feelable warm after around 60 seconds. PSU wasn't connected.]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sun, 14 Dec 2014 06:19:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,443303#msg-443303</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,443303#msg-443303</link>
            <description><![CDATA[ We have tried to troubleshoot the whole thing today.<br />
<br />
It has taken us from 6 pm to 1 am and we didn't get it working, but we have acquired some potentially helpful information.<br />
<br />
First, we have had a board with no jumpers preinstaled whatsoever. The faulty board had all jumpers set under the drivers, also the jumper next to the reset button.<br />
<br />
Second, we had trouble connecting the whole electronics to the PC, the PC wouldn't recognize it or disconnect it asap.<br />
We found out we had only one driver installed with which it would work (on any driver position). If any of the four other drivers would be plugged on, it wouldn't connect.<br />
Up to this point we had the drivers installed poti facing the PSU connectors, until we dicovered the pins actually are labelled and it should be the other way around (poti away crom PSU connectors). As soon as we turned them, the behaviour changed, and the "faulty" four drivers would work. The one other won't.<br />
Then, the jumpers cane into play and as we jumpered to 1/16 micro stepping (all three), the drivers would connect the other way around or the faulty ones would work if they didn't. I have to retry all of this behaviour, but jumpers definately had an effect in some way...<br />
<br />
Can someone please just tell us step by step how to plug/setup/wire all the electronics with the minimum of components to JUST TEST IF THE MOTORS WORK?<br />
We tried pratically every possible configuration and nothing worked.<br />
Also, we didn't have the luck finding data sheets or info about our drivers to measure if these are faulty. We could need info about this, too. We are running out of time until final assembly date, and we really need a hint on how to troubleshoot efficiently.<br />
Most of what has been said lacks basic instructions or requires things working that don't work for us.<br />
<br />
I hope someone cal help us out and just tell us for what he would look if he would have to troubleshoot this pile of junk... Thanks in advance and have a nice weekend :)<br />
<br />
<br />
edit:<br />
By the way, we do get valid temp measurements and connection to pronterface is possible. And no, blink wasn't flashed in the video, it was the test code which cycles all LEDs.]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sat, 13 Dec 2014 19:16:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,442434#msg-442434</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,442434#msg-442434</link>
            <description><![CDATA[ In the video the Atmega appears to have the "Blink" code installed<br />
(the blinking LED)<br />
So RAMPS test code NOT loaded.<br />
<br />
In the latest Arduino IDE<br />
the right board and com port selection<br />
Select correct file, <br />
compile and upload the right code  with no errors<br />
<br />
<br />
Other tests<br />
To prove Atmega can be loaded<br />
Remove RAMPS<br />
load fade code   --- see if LED fades in out<br />
load blink code  --- see if LED blinks<br />
<br />
If not   -- got a load problem<br />
<br />
:S]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 11 Dec 2014 12:12:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,442270#msg-442270</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,442270#msg-442270</link>
            <description><![CDATA[ void loop () {<br />
    digitalWrite(X_STEP_PIN    , HIGH);<br />
}<br />
<br />
this will not work...<br />
<br />
the step pin needs a low sometimes, this sets it high, then sets it high again, over and over. It never goes low.]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 11 Dec 2014 02:12:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,442263#msg-442263</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,442263#msg-442263</link>
            <description><![CDATA[ What CAM software are you using? I currently am using Repetier-Host and there is a terminal view that shows what the printer is doing. Error messages, updates, and G-Code are shown here as the machine experiences them. RH also has a custom G-Code entry ability so you can enter the code manually. <br />
<br />
This would be a good way to check to see if your endstops are engaged (like dougal1957 suggested)<br />
<br />
Another thing to possibly check would be the baud rate. I don't know how much help this would be as it seems like you are not using a computer directly, but I have experienced issues on other equipment because of the wrong baud rate.<br />
<br />
If all of the above doesnt help, break out the multimeter and check the voltage and resistance of the stepper drivers and motors. The data sheet for the specific units can be found via a quick google search.<br />
<br />
Good Luck!]]></description>
            <dc:creator>Vjk</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 11 Dec 2014 01:07:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,442083#msg-442083</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,442083#msg-442083</link>
            <description><![CDATA[ I just flahed the following test code and tried again in the shown setup (x-axis driver and motor only):<br />
<br />
<pre class="bbcode">
#define X_STEP_PIN         54
#define X_DIR_PIN          55
#define X_ENABLE_PIN       38
#define X_MIN_PIN           3
#define X_MAX_PIN           2

void setup() {
  pinMode(X_STEP_PIN  , OUTPUT);
  pinMode(X_DIR_PIN    , OUTPUT);
  pinMode(X_ENABLE_PIN    , OUTPUT);

   digitalWrite(X_ENABLE_PIN    , LOW);
}

void loop () {
    digitalWrite(X_STEP_PIN    , HIGH);
}</pre>
<br />
Nothing happened...<br />
<br />
What do you suggest doing?<br />
How do I send the M119 command (which application) and what must be flashed for this (Marlin, Testcode...)`?]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 10 Dec 2014 13:16:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,441880#msg-441880</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,441880#msg-441880</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Bonscha</strong><br />
Here's a video, maybe you see if we do something wrong.<br />
[<a href="https://www.youtube.com/watch?v=39Wwx-KD46k" target="_blank"  rel="nofollow">www.youtube.com</a>]</div></blockquote>
<br />
First off you have no endstops connected this will inhibit the motors if they are triggered with it all connected as you had it send the ramps a M119 commend to get the states of your endstops and report back?]]></description>
            <dc:creator>dougal1957</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 10 Dec 2014 03:27:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,441858#msg-441858</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,441858#msg-441858</link>
            <description><![CDATA[ Here's a video, maybe you see if we do something wrong.<br />
[<a href="https://www.youtube.com/watch?v=39Wwx-KD46k" target="_blank"  rel="nofollow">www.youtube.com</a>]]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 10 Dec 2014 01:52:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,441763#msg-441763</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,441763#msg-441763</link>
            <description><![CDATA[ Didn't help, either... blinking like a fire truck, but no movement of the motor...<br />
<br />
I will post a video so you can look for possibnle mistakes I make while connecting etc...<br />
<br />
How can we troubleshoot if drivers or motors are faulty? (Tried on 2 motors and both didn't work).]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 09 Dec 2014 16:31:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,441758#msg-441758</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,441758#msg-441758</link>
            <description><![CDATA[ Not sure what happens, but I would suggest not installing the stepper drivers you're not using.]]></description>
            <dc:creator>Ohmarinus</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 09 Dec 2014 16:22:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,441726#msg-441726</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,441726#msg-441726</link>
            <description><![CDATA[ Hello again.<br />
<br />
The second ATmega2560 came today, and we tried again!<br />
<br />
ATmega2560 is okay, connects via USB and is flashable.<br />
I connected it, waited for the drivers to install, then flashed it (using the most recent arduino software) with the RAMPSTestCode.pde.<br />
<br />
We have two RAMPS1.4 shields. One of it has a missing LED (the corner red one), which is why we have gotten a free second one. We mounted the second one (the undamaged) on top of the ATmega2560, plugged all 5 drivers onto it (the one we have used for our last test, which may be faulty, plugget to EXTRUDER1, where it isn't used).<br />
<br />
Everything blinks and works fine, we can connect PC and flash it. So we disconnected the power and USB again. Then we connected the motor to the X axis controller pins. Power up again, nothing happens.<br />
We changed the pin setting (180° turn of the plug), of course after completely powering it off, but that didn't work either.<br />
<br />
Maybe we made a mistake to this point. It gets pretty frustrating, but maybe we missed a point... Any ideas?<br />
<br />
By the way, does the flashing LEDs on the RAMPS board tell us anything, or is it just a pretty light show? They blink when test code is flashed, but don't with flashed Marlin firmware.]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 09 Dec 2014 14:56:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,441507#msg-441507</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,441507#msg-441507</link>
            <description><![CDATA[ We had a not-so-well made plug which did wiggle a lot, so yeah, probably the motor has disconnected while powered.]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 09 Dec 2014 06:52:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,441332#msg-441332</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,441332#msg-441332</link>
            <description><![CDATA[ Did you connect any electronics while the power was on it? Like pulling out stepper motor cable while the electronics were on and the PSU was delivering power?<br />
<br />
Things like this will fry your board most of the time. Always turn off everything before changing any cables.<br />
<br />
Did any of this happen?]]></description>
            <dc:creator>Ohmarinus</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 08 Dec 2014 17:21:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,441298#msg-441298</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,441298#msg-441298</link>
            <description><![CDATA[ It does not connect via USB anymore.<br />
I cannot flash another bootloader because it doesn't get recognized, also doesn't show any indication that it is working.]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 08 Dec 2014 16:04:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,441260#msg-441260</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,441260#msg-441260</link>
            <description><![CDATA[ How do you know you fried the AtMega?<br />
<br />
Have you tried the blink or fade sketch?  with RAMPs removed<br />
Checked drivers?<br />
<br />
You may have to redo bootloader<br />
<br />
[<a href="http://arduino.cc/en/Hacking/Bootloader?from=Tutorial.Bootloader" target="_blank"  rel="nofollow">arduino.cc</a>]<br />
<br />
:S]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 08 Dec 2014 14:31:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,440852#msg-440852</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,440852#msg-440852</link>
            <description><![CDATA[ So it really should work just connecting a single motor to the boards and run this with flashed test code?<br />
<br />
Well, we fried the atmega2560 (doesn't connect anymore via USB ), the new one will be there in 2 days. On the plus side, we seem to have one excess driver and two RAMPS boards, so chances are we have backup when needed.]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sun, 07 Dec 2014 15:04:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,440850#msg-440850</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,440850#msg-440850</link>
            <description><![CDATA[ <span style="color:#FF0000">Power Down</span> means to <span style="color:#FF0000">remove all power supplied</span> to Arduino and RAMPS<br />
Turn OFF motor power, unplug USB  (USB provides 5V to power Mega.<br />
<br />
Here is link to RAMPS wiring<br />
<br />
[<a href="http://reprap.org/wiki/RAMPS_1.4#Wiring" target="_blank"  rel="nofollow">reprap.org</a>]<br />
<br />
you don't need all motors connected,  make sure motor connected has driver plugged in socket.<br />
<br />
<b><span style="color:#FF0000">DO NOT</span></b> diddle  connect/disconnect wiggle wires when <span style="color:#FF0000"><b>POWERED</b></span>  -- good chance of damaging stepper motor driver.<br />
<br />
Here is test code for RAMPS<br />
<br />
[<a href="http://reprap.org/wiki/File:RAMPSTestCode.pde" target="_blank"  rel="nofollow">reprap.org</a>]<br />
<br />
:S]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sun, 07 Dec 2014 15:01:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,440827#msg-440827</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,440827#msg-440827</link>
            <description><![CDATA[ Hi,<br />
<br />
what do you mean with "power down"? Unplug the PSU connector?<br />
<br />
Can you give me a step by step how to check with a single motor if everything is working?]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sun, 07 Dec 2014 14:19:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,440824#msg-440824</guid>
            <title>Re: Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,440824#msg-440824</link>
            <description><![CDATA[ I hope you powered down the RAMPS board before attatching or removing the stepper motors.]]></description>
            <dc:creator>jrcaster</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sun, 07 Dec 2014 14:15:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,440779,440779#msg-440779</guid>
            <title>Testing the electronics?!</title>
            <link>https://reprap.org/forum/read.php?4,440779,440779#msg-440779</link>
            <description><![CDATA[ Hello,<br />
<br />
we just tried to test if the electronics and motors are working.<br />
<br />
We own the kit from banggood with an atmega2560 with RAMPS1.4 and the motor drivers, attached all of that and connected it to our computer. After installing the official driver, we were able to flash the marlin firmware without problems.<br />
Connection to pronterface seemed to work.<br />
We connected our PSU and one motor and nothing moved. We tried reconnecting the motor the other way round, on other ports and restartet the whole thing several times. Didn't work, either.<br />
<br />
What do you need as an absolute minimum to get one motor working on the boards? What configurations have to be made? Do you <b>have</b> to put all electronics together?<br />
<br />
Hope for a quick word of enlightenment. :)]]></description>
            <dc:creator>Bonscha</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sun, 07 Dec 2014 12:02:35 -0500</pubDate>
        </item>
    </channel>
</rss>
