i'm using arduino pro mini (8MHz, 3.3V) to control a couple of servos. the servos draw power from an external 5v power source, and the control (PWM) signal is generated from the arduino (using the built-in servo library).
the problem is that the servos exhibit spontaneous twitching (jitter) every several seconds. when i replace the arduino to a 5V version - it solves the problem.
since i need to use the 3.3v version in my project - is there a simple way to boost the control signal up to 5v ? thanks..
That is really overkill. It would work but there is no need.
However that data sheet is for a darlington driver not a H-bridge.
That is just like 8 transistors in one package, it will invert the signal just like a transistor.
The simplest way is to use a transistor. This will however invert the signal. If this is undesirable you need two transistors, one after the other.
Well, one probably can use a resistor on the emitter side of an NPN transistor and connect the desired output between the transistor emitter and the resistor.
edit:
Per the second interactive circuit in the below page, putting a resistor on the emitter side the voltage still will not be above 2.7v, so my suggetion is NA for this situation.
sigh
Any 74HC chip with Vdd at 5 V will accept 3.3 volts as HIGH.
So it functions as at fancy transistor.
If you have NANDs, NORs or inverters, you can chain two of them, there are generally 4 in a package...
I proposed that, as you wanted some IMMEDIATE help,,,,,