MPCNC no green LED, no Stepper Motor Motion

Hi,

I’ve completed construction, wired it up, and started on the “software” piece of things and now I’m stuck. I purchased the MPCNC kit with RAMBO 1.4 (dual endstops) from the V1 website.

When I open up Repetier host, it will connect to the board, but when I try to move it, it errors out with the following message in the command window:

I went to Arduino IDE to see that the board is there as well, and it looks like it recognizes the board and the port, but there’s some issue (I know nothing about Arduino IDE); when I hit “get board info” under “Tools” it returns “BN: unknown board”, “VID: 27B1”, “PID: 0001”, “SN: Upload any sketch to obtain it”.

After reading several forum sections, I saw that incorrect power hookup has created some of these issues for others, so I verified that everything was receiving appropriate power and everything looked good to me as far as I can tell (12V measure at Power Input A, Power input B, and across F2).

Finally, I noticed that there is an orange LED that is intermittently blinking near the middle of the board, but I don’t see anything at the 2 LEDs listed on the Rambo 1.4 diagram.

I also purchased the LCD screen and I wanted to see if I could get that working to narrow it down to a computer issue (running windows 8), but nothing shows up on the screen. I saw in another thread that there are 4 different possible ways of connecting the cables and only 1 works; I’ve tried all 4 and none are working (I’m not going to include a picture of that because its just a blank screen).

At this point I am as far into troubleshooting as I can get on my own. Hopefully there’s something simple/obvious in everything above that I’m not seeing.

Wiring:

Power Verification (1 of 3):

Power Verification (2 of 3)

Power Verification (3 of 3):

Arduino IDE Screenshot:

Arduino IDE Error:
Error

LED:

1 Like

You should not use arduino, unless you want to flash it (replace the firmware). It isn’t needed.

You said you connected with RH, and when you tried to move it, it errored out. It looks like maybe it wasn’t connecting.

  • Uninstall repetier server, if it installed itself. It will interfere.
  • Set the baud rate to 250000

If you get it connected, but it does only error out when you move, then share a screenshot of that log before it errors out.

That power verification 3 of 3, if youre seeing voltage across a fuse then it’s blown. Pull the fuse out and measure resistance to see if its open circuit or low resistance.

3 Likes

Thanks for the quick response! The Baud rate is set at 250000, but I know Repetier Server DID install itself along with host. I’ll uninstall that and report back. Thank you

Sure. But I think Jamie is right. There shouldn’t be any voltage across a good fuse.

1 Like

Yea, I didn’t see that until after I sent my original reply. New fuses ordered.

1 Like

Ok, new fuse is in place with no voltage measured across it and Repetier Server uninstalled, but unfortunately still no movement; the same error message as before is showing up in Repetier host as in the picture above and only an intermittently blinking orange LED as pictured above. Went to verify again that power was flowing to the board as above (it was) but when I went to check the fuse again, it apparently blew again when I powered it up. I also checked Fuse 3 and that blew as well. F4 still is good though. Do I have the power wired up wrong?

Are your +v and 0V the wrong way round?

I’m sure the boards I haev seen have the +v on the left and the 0V on the right. You seem to have them the other way round.
Could be wrong though. :thinking:

1 Like

I agree with 636steve.

1 Like

If you look in your first photo , next to the terminals it says VIN with ± above it, so almost certainly got the polarity reversed.

1 Like

636Steve and Mark were right; I definitely had the polarity reversed. I reversed the polarity, replaced the fuses again and it worked perfectly. Thank you to everyone for the input and guidance!

4 Likes