Difference between revisions of "Motor-Driver-Microbit"
From SB-Components Wiki
Line 51: | Line 51: | ||
<li> To start a new project development using motor driver board, kindly visit https://makecode.microbit.org/# </li> | <li> To start a new project development using motor driver board, kindly visit https://makecode.microbit.org/# </li> | ||
− | <li>Start a new project by clicking on New Project tab, It will Open a Programming and Simulation Interface where you can write code , connect board and program it in 1 click. </li> | + | <li>Start a new project by clicking on <b>New Project</b> tab, It will Open a Programming and Simulation Interface where you can write code , connect board and program it in 1 click. </li> |
<li>A user needs to add an extension for SB motor driver via clicking on the tab <b> Advanced >> Extensions </b> and enter the mentioned URL below in search box.</li> | <li>A user needs to add an extension for SB motor driver via clicking on the tab <b> Advanced >> Extensions </b> and enter the mentioned URL below in search box.</li> | ||
https://github.com/sbcshop/Micro-Bit-Motor-Driver | https://github.com/sbcshop/Micro-Bit-Motor-Driver |
Revision as of 12:23, 12 May 2021
Motor Driver for Micro:Bit
Motor Driver for micro:bit is introduced as the latest edition of a range of SB Components that can interface with up to 2 DC motors and 3 pwm based Servo motors. It works on Motor Power supply: 6V~12V (VIN terminal) an output current of up to 3A with a powerful integrated TB6612FNG Module IC that scales up the performance. VIN terminal can be used for providing the power to the Motor driver for micro:bit.
Features
Specifications
Pinout
PIN | Description |
---|---|
Vcc | Power (6~12V) |
GND | Ground |
MA1 | Positive Terminal of motor A |
MA2 | Negative Terminal of motor A |
MB1 | Positive Terminal of motor B |
MB2 | Negative Terminal of motor B |
P0 | Servo 1 Control Pin |
P1 | Servo 2 Control Pin |
P2 | Servo 3 Control Pin |
Programming
Drag and Drop
Many people want to learn the process to learn more about micro:bit by getting an understanding of the potential of micro:bit. If one wants to run servo motor and DC motor with the micro:bit motor driver then they can do the following steps.
https://github.com/sbcshop/Micro-Bit-Motor-Driver