Welcome! Log In Create A New Profile

Advanced

End stops won't work. X moves one direction

Posted by kevbme 
Re: End stops won't work. X moves one direction
April 29, 2014 11:10PM
That's funny. I just found that same page a few hours ago. Was going to try it tomorrow.

I have an Arduino uno. It uses pins 10-13.
Re: End stops won't work. X moves one direction
May 01, 2014 10:47AM
I GOT IT!!!!!!! smileys with beer

What I was doing before was burning bootloader, setting fuses then uploading firmware. After setting fuses to disable JTAG, you can't upload firmware.

What I did now was burn bootloader, upload firmware then set fuses.

In order to make changes to firmware, which I did have to do, I had to reset the fuses back to the original settings, re-upload edited firmware then set fuses back again to disable JTAG.

Using an Arduino Uno as an ISP device with AVRDude from command prompt:
Original settings:
avrdude -B 8 -p m1284P -c arduino -P com4 -v -b 19200 -U lfuse:w:0xFF:m -U hfuse:w:0x9A:m -U efuse:w:0xFF:m

Disable JTAG:
avrdude -B 8 -p m1284P -c arduino -P com4 -v -b 19200 -U lfuse:w:0xFF:m -U hfuse:w:0xDC:m -U efuse:w:0xFD:m

Now everything works fine!spinning smiley sticking its tongue out

Edited 3 time(s). Last edit at 05/01/2014 12:58PM by kevbme.
Re: End stops won't work. X moves one direction
May 01, 2014 07:03PM
yay smiling smiley
Re: End stops won't work. X moves one direction
July 31, 2014 10:20AM
comment removed. posted to wrong topic. sorry

Edited 1 time(s). Last edit at 07/31/2014 10:22AM by kevbme.
Sorry, only registered users may post in this forum.

Click here to login