Controlling a DC motor using Espruino? #1836
Unanswered
espruino-discuss3
asked this question in
Electronics
Replies: 1 comment
-
Posted at 2019-11-25 by @gfwilliams If you want a motor to rotate by a fixed amount, you're best off using a stepper motor. Loads of info here: http://www.espruino.com/Stepper+Motors You could give a standard DC motor a small pulse of voltage to make it rotate but it wouldn't be possible to accurately rotate it by the same amount each time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2019-11-25 by MobiTech
Hi, I would like to control a DC rotation motor. The idea is to connect it to the puck.js or mdbt Board and by pressing a button, it should rotate by 5 degree (for example).
Is this possible and how would you do this?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions