Difference between revisions of "Pico-Motor-Driver-Hat"
From SB-Components Wiki
(Created page with "<div class="row"> <div class="large-8 column"> == Pico Motor Driver HAT == Pico Driver Motor HAT is a DC motor control module that is powered by one H-bridge IC L293D with t...") |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<div class="large-8 column"> | <div class="large-8 column"> | ||
== Pico Motor Driver HAT == | == Pico Motor Driver HAT == | ||
− | Pico Driver Motor HAT is a DC motor control module that is powered by one H-bridge IC L293D with the motor input supply range | + | Pico Driver Motor HAT is a DC motor control module that is powered by one H-bridge IC L293D with the motor input supply range 6V-12V DC. It is designed to connect 2 DC motors simultaneously or 1 stepper motor that would help the user to make projects in a compact size with high efficiency. |
=== Features === | === Features === | ||
<li> On Board GPIO Stacking Header. </li> | <li> On Board GPIO Stacking Header. </li> | ||
− | <li> Motor Input Supply Range : | + | <li> Motor Input Supply Range : 6V- 12V DC. </li> |
<li> One H-Bridge IC L293D. </li> | <li> One H-Bridge IC L293D. </li> | ||
<li> Stackable Header and Screw Terminal for Motor Supply. </li> | <li> Stackable Header and Screw Terminal for Motor Supply. </li> | ||
<li> On board LDO to Power Pico directly through Stackable Header. </li> | <li> On board LDO to Power Pico directly through Stackable Header. </li> | ||
+ | </br> | ||
=== Specifications === | === Specifications === | ||
− | <li> Motor Control - Up to 2 DC Motor or 1 | + | <li> Motor Control - Up to 2 DC Motor or 1 StepperMotor </li> |
− | <li> Motor Input Supply - 6 - | + | <li> Motor Input Supply - 6 - 12V </li> |
<li> On/Off Switch - yes </li> | <li> On/Off Switch - yes </li> | ||
<li> External Output - Yes, for Pico </li> | <li> External Output - Yes, for Pico </li> | ||
Line 19: | Line 20: | ||
</div> | </div> | ||
<div class="large-4 column"> | <div class="large-4 column"> | ||
− | [[File: | + | [[File:Pico_motor_HAT.png|thumb|left|alt=Pico Motor Driver| Buy it From : ''[https://shop.sb-components.co.uk/products/pico-motor-driver Click Here]'']] |
</div> | </div> | ||
</div> | </div> | ||
== Pinout == | == Pinout == | ||
− | [[File:Pico_Motor_Pinout.png]] | + | [[File:Pico_Motor_Pinout.png]][[File:Pico_motor_pins_detail.PNG]] |
== Installation == | == Installation == | ||
Line 30: | Line 31: | ||
<li> Stack Raspberry Pi Pico on female header of Pico Motor Driver HAT. </li> | <li> Stack Raspberry Pi Pico on female header of Pico Motor Driver HAT. </li> | ||
<li> Connect USB cable on Raspberry Pi Pico USB port. </li> | <li> Connect USB cable on Raspberry Pi Pico USB port. </li> | ||
− | <li> | + | <li> Open Thonny IDE and Choose interpreter as MicroPython (Raspberry Pi pico). </li> |
+ | [[File:Thonny-interpreter.PNG|600px]] | ||
+ | <li> Now use example code "Motor_Test.py" from Pico Motor Driver HAT's github repository in Thonny ide.</li> | ||
Source code : https://github.com/sbcshop/Pico-Motor-Driver | Source code : https://github.com/sbcshop/Pico-Motor-Driver | ||
− | <li> Copy paste code in ide | + | <li> Copy paste code in thonny ide </li> |
− | [[File: | + | [[File:Pico_motor_thonny.PNG|600px]] |
− | <li> Click on green play button to run example | + | |
+ | <li> Connect Motor and external supply as shown below and turn on slider Switch:</li> | ||
+ | [[File:Pico_motor_connection.png]] | ||
+ | <li> Click on green play button to run example on Pico Motor Driver HAT. </li> | ||
[[File:Thonny_play.PNG]] | [[File:Thonny_play.PNG]] | ||
== Resources == | == Resources == |
Latest revision as of 05:36, 18 May 2021
Pico Motor Driver HAT
Pico Driver Motor HAT is a DC motor control module that is powered by one H-bridge IC L293D with the motor input supply range 6V-12V DC. It is designed to connect 2 DC motors simultaneously or 1 stepper motor that would help the user to make projects in a compact size with high efficiency.
Features
Specifications
Pinout
Installation
MicroPython
Source code : https://github.com/sbcshop/Pico-Motor-Driver