Ease H-Bridge on MOSFET IRF7105 transistors
I think I don’t have to explain what is H-Bridge circuit. Well it is mainly used to drive DC motors that they could be run forward and backwards. Circuit often used in robotics.
Usually there is a need to build small powerful and with good characteristics H-Bridge. One solution is to use IRF7105 p and n channel MOSFET pair coated in SO8 SMD case.
As you can see MOSFET’s have a good characteristics for driving direct current like maximum current is 3.5A for N and 2.3A for P channel. Main thin here is a voltage drop on transistors which depends on Rds resistance.

Controlling is very ease. You may use MCU or any manual switch to produce control levels on F1, F2, B1 and B2 wires:
-
F1=0, F2=1, B1=0 and B2=1 – motor turns forward;
-
F1=1, F2=0, B1=1 and B2=0 – motor turns backwards;
-
F1=1, F2=0, B1=0 and B2=1 – motor stop.
Source: www.ironfelix.ru
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …Programming AVR ADC module with WinAVR,Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut … |
New on WinARM Tutorial
What are differences between WinARM and WinAVR,Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …LPC2000 watchdog timer,As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount … |
