-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happens when you don't have the right drivers? #6
Comments
Hi, if your hardware are not in the firmware, you have to modify pins.h file to fit your hardware |
Thanks for the tip, I have no idea how to tell if any of the pins are wrong, I am using a RAMPS 1.4 and Arduino Mega 2560 R3, the default setting, board 33, what pins do I have to change? |
You need the driver for your computer to connect to your hardware.
If you can upload the firmware to your hardware then you already have the
driver.
You need to modify the pins in the firmware if your hardware is not in the
firmware list of hardware
…On Tue, 27 Mar 2018, 07:04 Daniel Power, ***@***.***> wrote:
Thanks for the tip, I have no idea how to tell if any of the pins are
wrong, I am using a RAMPS 1.4 and Arduino Mega 2560 R3, the default
setting, board 33, what pins do I have to change?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKM_BFkzMPTvuTV-P8oDHRbDv8O5TkNHks5tiYIdgaJpZM4S6Z_c>
.
|
Okay, thank you, then I should be fine then, much appreciated o7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, starting from the ground up in reconfiguring the Wangsama firmware for a single arm SCARA, using a RAMPS Arduino setup and I am not very tech savy, I can upload to my Arduino fine as far as I can tell but not sure if not having the right drivers would prevent the motors or kinematics from functioning properly. Many thanks for any advice or a link to clone drivers for download! Not sure if they are needed.
The text was updated successfully, but these errors were encountered: