Exploring DRV3388 2xH-Bridge 2.7..10.8V 1.5A for 3.3V control (2..5.75V) #1054
Replies: 2 comments
-
Posted at 2020-06-21 by @allObjects The whole chip is controlled with a negSleep signal - like a +chipSelect. Each bridge is controlled with two (2) leads: one is for direction and mode, the other is for PWM - very simple. The breakout board was very cheap. It has only minimal pins... the current control is disabled / tied to ground. A negFault is provided as output indicating signal faults, over current, over temperature, and under voltage.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-06-23 by @gfwilliams Nice - thanks! The 2.7v - 10.8v supply is great! It's often hard to find decent H-bridge drivers that will work off of a single LiPo battery |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-06-21 by @allObjects
As a pre-project, I took a look at the TI DRV3388 Dual H-Bridge. Quite an interesting and convenient device. Initially I expected to manage the control of the individual sides of the H-Bridge in my code. But with this device it is all taken care of. The device can be controlled with both plain steady logic level and with PWM. It can drive two (2) brushed motors or one (1) four-lead stepper. Datasheet - extract and .pdf - attached.
The test circuit and test code includes two buttons that increase / decrease duty cycle across the range of 0..100%. The motor starts by itself between about 25% and 30%, but slowing down it is possible to get down to between 20% and 25% (no load). I used 1KHz and 1.2KHz for PWM frequency, but did not (yet) check with oscilloscope if they are the optimal one. The frequency can be heard watching / listening to the attached clip.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions