Do I need to place resistors between Arduino outputs and H-bridge + current protection theory
Hello to All.
I’m currently building a motor driver circuit based on the L293B. I have a few questions regarding this circuit. While all these questions stem from a practical application, I’m also trying to understand the underlying theory. I am a hobbyst/beginner, so please be patient if some of my questions seem very basic/stupid to you. I’ve been googling for a week about this stuff, but could not find clear answers for my questions. Here is my circuit:
1. Is it a good idea to place resistors between a microcontroller and some other IC?
I can understand simple circuits consisting of a single voltage source and a few resistors/transistors connected in series and parallel. What puzzles me is how these things work when you add a microcontroller and another IC. What are the levels of current involved in communication between an Arduino and my motor driver IC? I’ve looked into CMOS and TTL, read the datasheet for the driver, but could not find specific information about typical current sink/source levels only about voltage levels and the corresponding logic. I know that the Arduino’s limit is 40mA per output pin, and resistor’s of 470 or 1K Ohms are recommended to protect the outputs, that’s why I’m using R1, R2, R8 and R9 in this circuit. Do I really need these? What happens to the inputs if a motor driver IC fails due to overcurrent? Does it fail short or does it fail open? Would these resistors add to the power consumption of my circuit, and if yes, is their impact significant?
2. What happens if the current through a resistor is lower than the calculated value for a given voltage?
In a simple battery+resistor circuit with a fixed voltage the resistance determines the current. But what happens if the current is lower than this calculated value for the resistor (can this happen)? (Example: a 1K resistor would allow through 5mA of current in a simple 5V circuit, but what happens if it is placed between two ICs which use a lower level of current for communication, like 1mA or less?) Does the resistor have any effect on currents lower than the current calculated for the given voltage level? Is there any power dissipation (wasted energy) when a resistor is in the path of a current lower than the resistor’s current calculated from voltage?
3. How can I (do I really need to) calculate the correct resistor values for R3 and R4 (for the transistor which is used as a NOT gate)?
I’ve chosen 1K for R3 as a general value that limits the current through T1 to a safe level of 5mA. The base resistor is again picked as a very general approximation. Minimum Hfe for T1 is 110, so theoretically I do not need more base current than 0.05 mA. The calculated R for the base resistor is 100K, but it seemed a rather high value, so I’m using 10K. Are these values OK? Do these values have an impact on the input on the motor driver IC, or if I give enough base current for the transistor to saturate, the base/collector resistors do not really matter?
4. Adding a capacitor between the motor terminals.
I’ve omitted a small (100 nF) capacitor usually placed between the motor terminals, because if I understand correctly, it should be placed as close to the motor as possible. However, I have some motors which are inside a mechanism I cannot open without breaking, so I do not know, if they have a capacitor between their terminals, or not. Does it make sense to add a capacitor on the motor output pins of this circuit? What happens, if later I connect a motor which already has a parallel capacitor? Could this cause problems, or an extra capacitor does not matter?
Thank you all for your patience, I know this is a long post. Your input is much appreciated.
Hello to All.
I’m currently building a motor driver circuit based on the L293B. I have a few questions regarding this circuit. While all these questions stem from a practical application, I’m also trying to understand the underlying theory. I am a hobbyst/beginner, so please be patient if some of my questions seem very basic/stupid to you. I’ve been googling for a week about this stuff, but could not find clear answers for my questions. Here is my circuit:

1. Is it a good idea to place resistors between a microcontroller and some other IC?
I can understand simple circuits consisting of a single voltage source and a few resistors/transistors connected in series and parallel. What puzzles me is how these things work when you add a microcontroller and another IC. What are the levels of current involved in communication between an Arduino and my motor driver IC? I’ve looked into CMOS and TTL, read the datasheet for the driver, but could not find specific information about typical current sink/source levels only about voltage levels and the corresponding logic. I know that the Arduino’s limit is 40mA per output pin, and resistor’s of 470 or 1K Ohms are recommended to protect the outputs, that’s why I’m using R1, R2, R8 and R9 in this circuit. Do I really need these? What happens to the inputs if a motor driver IC fails due to overcurrent? Does it fail short or does it fail open? Would these resistors add to the power consumption of my circuit, and if yes, is their impact significant?
2. What happens if the current through a resistor is lower than the calculated value for a given voltage?
In a simple battery+resistor circuit with a fixed voltage the resistance determines the current. But what happens if the current is lower than this calculated value for the resistor (can this happen)? (Example: a 1K resistor would allow through 5mA of current in a simple 5V circuit, but what happens if it is placed between two ICs which use a lower level of current for communication, like 1mA or less?) Does the resistor have any effect on currents lower than the current calculated for the given voltage level? Is there any power dissipation (wasted energy) when a resistor is in the path of a current lower than the resistor’s current calculated from voltage?
3. How can I (do I really need to) calculate the correct resistor values for R3 and R4 (for the transistor which is used as a NOT gate)?
I’ve chosen 1K for R3 as a general value that limits the current through T1 to a safe level of 5mA. The base resistor is again picked as a very general approximation. Minimum Hfe for T1 is 110, so theoretically I do not need more base current than 0.05 mA. The calculated R for the base resistor is 100K, but it seemed a rather high value, so I’m using 10K. Are these values OK? Do these values have an impact on the input on the motor driver IC, or if I give enough base current for the transistor to saturate, the base/collector resistors do not really matter?
4. Adding a capacitor between the motor terminals.
I’ve omitted a small (100 nF) capacitor usually placed between the motor terminals, because if I understand correctly, it should be placed as close to the motor as possible. However, I have some motors which are inside a mechanism I cannot open without breaking, so I do not know, if they have a capacitor between their terminals, or not. Does it make sense to add a capacitor on the motor output pins of this circuit? What happens, if later I connect a motor which already has a parallel capacitor? Could this cause problems, or an extra capacitor does not matter?
Thank you all for your patience, I know this is a long post. Your input is much appreciated.