this post was submitted on 07 Aug 2024
18 points (100.0% liked)

Ask Electronics

3249 readers
36 users here now

For questions about component-level electronic circuits, tools and equipment.

Rules

1: Be nice.

2: Be on-topic (eg: Electronic, not electrical).

3: No commercial stuff, buying, selling or valuations.

4: Be safe.


founded 1 year ago
MODERATORS
 

Hi there

The purpose of this schematic is to control a DC motor that runs at 8V max. That is why I chose 4 N-channel mosfets in the H bridge. P-channels would not fully activate at voltages above -10Vgs but the N-channels can handle 18V at the gate.

The 5v switches represent an Arduino's digital output pins. One to turn forward, one for reverse. To prevent a failure scenario where both pins are HIGH I added a transistor that prevents current from flowing through the optocoupler on the second half bridge.

Does this circuit make sense? I'm not an electronics engineer, just a hobbyist and have doubts about how effective the gate driving circuit is of the mosfets.

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Rolive@discuss.tchncs.de 2 points 1 month ago* (last edited 1 month ago) (1 children)

Thanks again for the advice. I made a working prototype and attached it to my pump. The PCB is also made at home which is something I'm trying to learn.

For now I've used just optocouplers to drive the mosfets, since pulling p-type gates down to above -24V seemed like a hassle. I've ordered some IR2210 gate drivers and intend to use those with PWM later to not have to use a buck converter.

Here's a video of the pump. https://drive.google.com/file/d/1qKDBLTbYi2Fbu3UOXpxqSoj00oueWK-K/view?usp=sharing

And the pump in action. https://drive.google.com/file/d/1--HyeJGtYS5dgsjgelE6CrOm2vbBmwXU/view?usp=sharing This version has a stepper motor instead of a DC motor. Stepper motors have low speed limit which is why I'm trying to change it to DC motors.

[โ€“] Norodix@lemmy.world 1 points 1 month ago

No problem :) Let me know if you need any help!