-
Notifications
You must be signed in to change notification settings - Fork 296
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
Configure Spindle PWM Control on ArduinoDue gShield #469
Comments
Which model of PWM are you using? 😄 |
I'm not sure if I understand your question correctly 😅, the pwm should be controlled via the p1 property i think, these are my settings of it:
I previously didn't have to alter the default gShield pinout configuration as it worked out of the box: gShield-pinout.h |
Gah. That's a brain-o on my part. Was thinking VFD (like these) for some reason. Doh. 🤦 |
Oh, yes indeed im using it in combination with a VFD like this one, with 0-10V is 0-24k rpm |
Cool! @giseburt has assigned this to himself, so you're in good hands when we has time to jump in. I've not yet personally used a VFD at all, but I intend to when I get back into doing this stuff in a few months time. 😁 |
I've also run into this issue with Due on edge-preview. I tried different settings:
I'm not sure if output number is supposed to correspond to pin number. I'm trying to use pin 11 on the Due. |
Have you figured out anything yet? |
I have troubles configuring the correct pins for PWM spindle speed control on the ArduinoDue on edge-preview branch. My hardware follows the ArduinoDue Pinout: here.
so i added these lines to my settings file:
Building and uploading results in not being able to controll any of the pins 11, 12 ,13 when enabling the spindle. they stay at 3.3v. am i missing something? Hardware errors can be ruled out, since it had worked in the edge branch.
The text was updated successfully, but these errors were encountered: