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.
3 Answers
+ 1
you need two motor controllers in addition
+ 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
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.