Does someone know how to control a stepper motor using bluetooth (with a phone)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does someone know how to control a stepper motor using bluetooth (with a phone)?

I need to control a motor (two motors tbh) with my celphone, and I dont know where to start.

5th Nov 2016, 4:02 AM
Nicolas Ditloff
Nicolas Ditloff - avatar
3 Answers
+ 1
you need two motor controllers in addition
3rd Jan 2017, 6:14 AM
seamiki
seamiki - avatar
+ 1
Using Arduino, You must programme the Kit this way : the numbers 0 to 9 on your mobile may be assigned to do a particular work like : ASSIGN 1 = Switch on the motor 2 = Rotate clockwise in slow speed 3 = Rotate clockwise fast 4 = Rotate Anti clockwise in slow speed 5 =Rotate Anti clock wise fast 6 = Any other option you want 7 = Any other option you want 8 = Any other option you want 9= Any other option you want 0 = Stop the motor Thus by pressing the various buttons on ur mobile thru bluetooth u can control the motor
3rd Jan 2017, 6:30 AM
lakshmi narayanan
lakshmi narayanan - avatar
0
you first need arduino , 2 stepperMotors ,bluetooth module (like HC-06). read string input from cell and convert it to int and generate PWM of some duty cycle to control motors.
13th Nov 2016, 1:54 PM
Muhammad Rizwan
Muhammad Rizwan - avatar