Loading...
  Show Posts
Pages: 1 ... 19 20 [21] 22
301  Using Arduino / Motors, Mechanics, and Power / Re: Serial communication fails with motor driver using external PSU on: January 05, 2013, 10:46:10 pm
Schematic Please
302  Using Arduino / General Electronics / Re: General interfacing advice using optocouplers on: January 05, 2013, 10:34:12 pm
I have to visualize, getting to old.
I would definitely lower the voltage from 13 Volts so as to keep the Arduino regulator cool.
Note: lowest Vin is 7 Volts for the Arduino regulator to work.
303  Using Arduino / Motors, Mechanics, and Power / Re: Is my stepper motor wired correctly? on: January 05, 2013, 08:43:42 pm
I always, always... use Darlington Transistors with built in snubbing diodes, for driving motors.
HFE ~1000

PNP   http://www.redrok.com/PNP_Darlington_TIP127_-100V_-5A_Hfe1000_TO-220.pdf
NPN   http://www.adafruit.com/datasheets/TIP120.pdf         
304  Using Arduino / Programming Questions / Re: Compiling error on: January 05, 2013, 08:17:23 pm
Just a note; consider using Switch instead of if if if if
http://arduino.cc/en/Reference/SwitchCase
switch (var) {
    case 1:
      //do something when var equals 1
      break;
    case 2:
      //do something when var equals 2
      break;
     etc...   
305  Using Arduino / Motors, Mechanics, and Power / Re: stepper motor problem on: January 05, 2013, 07:13:45 pm
Also schematic please...
306  Using Arduino / Motors, Mechanics, and Power / Re: stepper motor problem on: January 05, 2013, 07:12:58 pm
What are you using for the 9 volt source?
10us,  way to fast!!
307  Using Arduino / Motors, Mechanics, and Power / Re: Q about power sources on: January 05, 2013, 07:07:10 pm
Relays and Transistors will isolate your Arduino from your motors.
308  Using Arduino / General Electronics / Re: Getting into electronics and need help starting a parts collection. on: January 05, 2013, 06:42:08 pm
Try the sites here:
http://www.kpsec.freeuk.com/links.htm
309  Using Arduino / General Electronics / Re: Combining the Ampere of two voltage regulator? on: January 05, 2013, 05:50:06 pm
As long as there is a ground connection between the power supplies you don't have to connect the Positive outputs together. Therefore you can have 1,2,3,4,5... regulators connected together (as long as there is a common ground)!
310  Using Arduino / Project Guidance / Re: Arduino/easyDriver/Stepper Help on: January 05, 2013, 05:21:56 pm
Some suggestions:
See JPG below.
Since the motor is attached to a threaded rod, you achieve huge power advantages.
This image shows an 20 ohm stepper, in this configuration it easily pushes/pulls 3 pounds (2KG).

http://www.ebay.ca/itm/Nippon-Pulse-Stepper-Motor-6V-PF35T-Uni-Bipolar-/280652253394?pt=LH_DefaultDomain_0&hash=item41582d88d2     AND

http://www.loctite.com/index2.php?cc=ca

311  Using Arduino / General Electronics / Re: 3v regulator needed on: January 05, 2013, 03:30:46 pm
Note:
312  Using Arduino / Installation & Troubleshooting / Re: Can't upload to UNO on: January 05, 2013, 03:17:51 pm
If it is that, you need a new PCB
313  Using Arduino / Project Guidance / Re: How do I prevent video interference caused by electric motors on: January 05, 2013, 03:16:18 pm
Try:
314  Using Arduino / Motors, Mechanics, and Power / Re: Not getting enough power out of 2N3904 transistor to motors on: January 05, 2013, 03:07:23 pm
These are excellent choices for high current applications:

http://www.adafruit.com/datasheets/TIP120.pdf
http://www.redrok.com/PNP_Darlington_TIP127_-100V_-5A_Hfe1000_TO-220.pdf
315  Using Arduino / Project Guidance / Re: directly driving 4 pager/vibe motors? on: January 05, 2013, 02:37:14 pm
Try:
Pages: 1 ... 19 20 [21] 22