Hello everyone,
I'd like to send command pulse to L/H PULSE through MOSFET in open collector configuration.
I'm considering to connect Arduino PWM pin to the gate of MOSFET. Would that work?
Thank you for your help in advance.
Hello everyone,
I'd like to send command pulse to L/H PULSE through MOSFET in open collector configuration.
I'm considering to connect Arduino PWM pin to the gate of MOSFET. Would that work?
Thank you for your help in advance.
Diagram on the right looks like the opto coupler inputs of a stepper motor driver, correct?
Assuming you use a 5volt-logic Arduino... Why don't you power the optos from 5volt. Then you can drive them directly with an Arduino output. No transistors or resistors needed.
Leo..
Hi, @yoshiminea
Welcome to the forum.
What controller are you connecting to?
What model Arduino controller are you using?
Thanks.. Tom..
Which Arduino and which MOSFET?
Yes, the circuit is for controlling a servo driver, but I'm not sure whether the electronic components shown on the right-hand side of the diagram are optocouplers. I've looked up on the internet, but the symbol seems different.
The schematic diagram provided by the servo driver company suggests this circuit, so I presume these components require 12V command pulse instead of 5V.
Hello Tom,
I'm happy to join the community.
I have read through the guidelines. I'll keep them in my mind when I make a post next time.
I'm connecting to Panasonic Servo Driver MINAS A4 200W MADDT1207003 from Arduino Mega.
Hello,
Arduino Mega and MOSFET AOD4184A.
Hi, @yoshiminea
If this is your driver;
Then this is what you need.
MINAS_A4_Series.pdf (1.8 MB)
Happy reading.
Tom...
Yes, that will work.
If you are using the output direct from the Mega, then do the calculation for 5V.
The Mega pinout current is able to drive 10mA direct.
What a stupid formula configuration.
( 5 - 1.5 ) / ( R + 220 ) = 0.01
3.5 / ( R + 220 ) = 0.01
3.5 / 0.01 = R + 220
R = ( 3.5 /0.01 ) - 220
R = 350 - 220
R = 130 Ohms
Tom..
The first option uses 5volt-logic...
Leo..
I must have bad MOSFETs, they have a Gate, Source, and Drain but no collector.
Hi, @yoshiminea
Can you please post a link to the data/specs that you got this from?
Thanks.. Tom...
MOSFET specifications:
Vds = 30V
Rds = 0.0072
Polarity = N-chan
Thank you Tom.
I did read it and It's causing headache haha.
Yes, I'm mistaken. In the schematic diagram, the manufacturer recommends using a BJT. However, I saw in another post that it mentions using a MOSFET instead when interfacing with an Arduino.
ohh ok, I'll try tomorrow.
Thank you.
It is in the datasheet you provided earlier.