Author Topic: Problem with my steeper motor...  (Read 2702 times)

0 Members and 1 Guest are viewing this topic.

Offline jhonilsonTopic starter

  • Jr. Member
  • **
  • Posts: 23
  • Helpful? 0
Problem with my steeper motor...
« on: September 02, 2007, 01:27:27 PM »
  hi. i have a steeper motor with these specifications:
 - 5.6 cm Diameter  (56 mm)
 - 3.5 V/Phase (i do not know what that mean ..! , it will be that i need 3.5 volts for every bobin?)
 - 1.4 A/Phase (the same question..?)
 - 1.8 Deg/Step
 - Company is ASTROSYN    http://www.astrosyn.com/stepper.html  I have not the model of this. This motor was in an old printer. Is heavy.
 
   My problem is that i am trying this motor with a single h bridge with lm386 (similar http://www.todomicrostamp.com/pocket_projects.php?proyecto=4) and this h bridge is warmed up. I used 12 volt for h bridge and the motor. This h bridge support until 12 volts.  I need to know what h bridge is right for this motor (1.4Amp)?? I see a component called ULN2003 but i believe that it support 500mA only.

THANKS

Offline hazzer123

  • Supreme Robot
  • *****
  • Posts: 460
  • Helpful? 3
Re: Problem with my steeper motor...
« Reply #1 on: September 03, 2007, 06:45:32 AM »
A stepper motor is driven differently to a normal DC motor, you have to charge the coils in a specific sequence for it to turn. In order to do this, there are many schematics on the web using microcontrollers or even logic gates.

A/Phase is the amount of current each coil can have when turned on. V/Phase is the voltage for each coil.

Harry
Imperial College Robotics Society
www.icrobotics.co.uk

Offline Ro-Bot-X

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 1,431
  • Helpful? 25
  • Store: RoBotXDesigns.ca
    • Ro-Bot-X Designs
Re: Problem with my steeper motor...
« Reply #2 on: September 03, 2007, 11:06:08 AM »
How many wires?
4 wires = bipolar stepper
5 or 6 wires = unipolar stepper

Bipolars can be driven with H bridge but unipolars no. Try using an L297 stepper coder and a L298N H bridge (up to 2 amps continuous, 3 amps peak). The L297 will generate the proper sequence for the stepper to run and needs only2 pins from the MC: one for steps and one for direction. A third pin can be used to select full or half stepping.
Check out the uBotino robot controller!

Offline jhonilsonTopic starter

  • Jr. Member
  • **
  • Posts: 23
  • Helpful? 0
Re: Problem with my steeper motor...
« Reply #3 on: September 03, 2007, 04:12:00 PM »
     My motor is Bipolar (i forget mention it). i know how work the stteper motor ( the diferent sequences). My problem is to get a good h bridge for that.
      I read the L297 datasheet and not see where says 2Amp output or perhaps i not know read this specifications. I will try it anyway.
  Thank you very much