Gear pager motor not enough power
Okay I am trying to hook up the gear pager motor to test it so I write the code as below:
main:
high portc 3
wait 1
low portc 3
wait 1
goto main
I used the lead to test it and it seem to work the lead turn on and off every second but when I try with the gear pager motor its does not have enough power to move the motor. well the motor move but very slow so its not able to make a sound when it hit something.
Is the location above the correct location?



@ Wed, 2009-06-03 21:51
A ULN2803 will only drive
A ULN2803 will only drive the motor in one direction. Is this what you want?
For forward and reverse you need an H bridge, like the L293. There is a socket on the board specifically for it, but you have to buy it separately.
The "A" abd "B" holes on the AXE020 connect to the output of the L293.
@ Fri, 2008-11-21 15:00
Darlington
I inserted the darlington chip in and I just connect the motor as the picture:
for the code I just wrote low port & high portc& wait..etc
@ Fri, 2008-11-21 17:24
Not quite there yet.
I'm not sure if there is a reason you keep using the pins near the bottom left of your board, but those have nothing to do with the Darlington driver. The motor may be working now, but the pins you are using connect directly to the PIC microprocessor on your PICAxe board, and you risk burning it out with the motor use. Those port C pins are used as inputs in PICAxe docs, but can be used as outputs as you've found, and have very limited drive. The darlington driver connections are up near the darlington chip, as shown in the picture below. It would be much less risk of your chip if you use one of the connections 0 to 3 designated below for one motor wire, with the other motor wire on the next row.
@ Fri, 2008-11-21 20:37
I did tried
@ Fri, 2008-11-21 21:42
Programming too
@ Fri, 2008-11-21 04:37
I got it working! yeah!
@ Fri, 2008-11-21 09:42
What did you have to do to
@ Fri, 2008-11-21 07:35
Way to go
@ Fri, 2008-11-21 15:24
You bet I did!
@ Thu, 2008-11-20 21:13
oh I have this, its came