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...")
 
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 6 V-24 V. It is designed to connect 2 DC motors and 1 stepper motor simultaneously that would help the user to make projects in a compact size with high efficiency.  
+
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 or 1 stepper motor simultaneously 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 : 6 V- 24 V. </li>
+
<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>
Line 12: Line 12:
  
 
=== Specifications ===
 
=== Specifications ===
<li> Motor Control - Up to 2 DC Motor or 1 Stepper </li>
+
<li> Motor Control - Up to 2 DC Motor or 1 StepperMotor </li>
<li> Motor Input Supply - 6 - 24V </li>
+
<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>

Revision as of 05:24, 4 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 or 1 stepper motor simultaneously that would help the user to make projects in a compact size with high efficiency.

Features

  • On Board GPIO Stacking Header.
  • Motor Input Supply Range : 6V- 12V DC.
  • One H-Bridge IC L293D.
  • Stackable Header and Screw Terminal for Motor Supply.
  • On board LDO to Power Pico directly through Stackable Header.
  • Specifications

  • Motor Control - Up to 2 DC Motor or 1 StepperMotor
  • Motor Input Supply - 6 - 12V
  • On/Off Switch - yes
  • External Output - Yes, for Pico
  • Pinout

    Pico Motor Pinout.png

    Installation

    MicroPython

  • Stack Raspberry Pi Pico on female header of Pico Motor Driver HAT.
  • Connect USB cable on Raspberry Pi Pico USB port.
  • NNow use example code "Motor_Test.py" from Pico Motor Driver HAT's github repository in any micropython supported ide (preferred thonny ide)
  • Source code : https://github.com/sbcshop/Pico-Motor-Driver
  • Copy paste code in ide and choose interpreter as MicroPython (Raspberry Pi pico).
  • Thonny-interpreter.PNG

  • Click on green play button to run example of Pico RTC HAT.
  • Thonny play.PNG

    Resources