Stepper motor+keypad+LCD screen setup? Need help ASAP...

The goal of my project is to input the code for a combination lock onto a keypad, and have the stepper motor move accordingly. I currently have two codes. One code just handles the motor, which works fine. The second code handles all three devices. The Keypad and LCD work as expected in the second code, but when we get to the motor it gets stuck. I have tried all the troubleshooting I know how to do, and have come up with no viable results as to where the problem lies.

You can access the Google Drive folder with both of these codes here.

If you need anymore information please feel free to ask! The code needs to be done as soon as I can manage, so all help is appreciated :slight_smile:

Why not post the code here either as part of the message or an attachment ?

Here is an easier way to access the code:

Everyone gets attention quickly here - there is no need (or advantage) for "ASAP"

And if you were really in a hurry you would reduce the workload for people here by including your code directly in or attached to your post.

...R

@TheReverb, do not cross-post.

TheReverb:
Excuse my sudden urgency... Here is an easy-access version of the code:

Arduino stepper-lcd-keypad · GitHub

I can't read that without clicking your link and (probably) downloading your file. How is that easy access?

Read the How to Use the Forum.

If you had included your code in your first post you would probably have a useful answer already.

I will look at your code after I have scanned all the other Threads that interest me.

...R

If you want a prompt response its really important to read the guidelines
before posting, many of us have limited patience chasing files around the
internet.

This is at the bottom of your motor code

  //this is very important and must be placed in your loop, it is this that makes the motor steps
  //when necessary
  stepper.run();

Do you think it might have any bearing on the problem?

...R

Where is the OP?

I thought this was urgent?

...R