Search found 4 matches

by jatin13978
Wed Apr 29, 2015 10:04 am
Forum: Motor drivers
Topic: TB65603A Single Axis Stepper Motor Driver Board (HCMODU0022)
Replies: 48
Views: 147239

Re: TB65603A Single Axis Stepper Motor Driver Board (HCMODU0

i am using arduino uno. and switch is connected to pin 7 of arduino and switch center off to GND
by jatin13978
Wed Apr 29, 2015 5:53 am
Forum: Motor drivers
Topic: TB65603A Single Axis Stepper Motor Driver Board (HCMODU0022)
Replies: 48
Views: 147239

Re: TB65603A Single Axis Stepper Motor Driver Board (HCMODU0

thank you for the code but its still not working as i have use a toggle switch for direction change but its not working
pls help me in this
by jatin13978
Tue Apr 28, 2015 9:54 am
Forum: Motor drivers
Topic: TB65603A Single Axis Stepper Motor Driver Board (HCMODU0022)
Replies: 48
Views: 147239

Re: TB65603A Single Axis Stepper Motor Driver Board (HCMODU0

int sensorPin = A3; int sensorValue = 0; void setup() { pinMode(8, OUTPUT); //direction pin pinMode(9, OUTPUT); //step pin digitalWrite(8, LOW); digitalWrite(9, LOW); } void loop() { sensorValue = analogRead(sensorPin); sensorValue = map(sensorValue,0,1023,3600,1); digitalWrite(9, HIGH); delayMicros...
by jatin13978
Tue Apr 28, 2015 5:00 am
Forum: Motor drivers
Topic: TB65603A Single Axis Stepper Motor Driver Board (HCMODU0022)
Replies: 48
Views: 147239

Re: TB65603A Single Axis Stepper Motor Driver Board (HCMODU0

Hi
I have a problem in directing stepper motor with the help of switch. Can you please send the code for it. My purpose is rotating stepper motor in clockwise and anticlockwise direction with switch and control speed with potentiometer.

Go to advanced search