Difference between revisions of "Motor-Driver-Microbit"
From SB-Components Wiki
(→Pinout) |
|||
(28 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
<li> Comes with development resources and material </li> | <li> Comes with development resources and material </li> | ||
<li> Onboard standard servo headers </li> | <li> Onboard standard servo headers </li> | ||
− | <li> | + | <li> Onboard multi connectors. </li> |
</br> | </br> | ||
Line 20: | Line 20: | ||
</div> | </div> | ||
<div class="large-4 column"> | <div class="large-4 column"> | ||
− | [[File:Microbit_motor_driver.png]] | + | [[File:Microbit_motor_driver.png|thumb|left|alt=Microbit Motor Driver.| Buy it From : ''[https://shop.sb-components.co.uk/products/motor-driver-for-micro-bit Click Here]'']] |
</div> | </div> | ||
</div> | </div> | ||
Line 31: | Line 31: | ||
<tr> <td>Vcc</td> <td>Power (6~12V) </td></tr> | <tr> <td>Vcc</td> <td>Power (6~12V) </td></tr> | ||
<tr> <td>GND</td> <td>Ground </td></tr> | <tr> <td>GND</td> <td>Ground </td></tr> | ||
− | <tr> <td>MA1</td> <td> | + | <tr> <td>MA1</td> <td>Positive Terminal of motor A </td></tr> |
− | <tr> <td>MA2</td> <td> | + | <tr> <td>MA2</td> <td>Negative Terminal of motor A </td></tr> |
+ | <tr> <td>MB1</td> <td>Positive Terminal of motor B </td></tr> | ||
+ | <tr> <td>MB2</td> <td>Negative Terminal of motor B </td></tr> | ||
+ | <tr> <td>P0</td> <td>Servo 1 Control Pin </td></tr> | ||
+ | <tr> <td>P1</td> <td>Servo 2 Control Pin </td></tr> | ||
+ | <tr> <td>P2</td> <td>Servo 3 Control Pin </td></tr> | ||
</table> | </table> | ||
− | == | + | == Programming == |
==== Drag and Drop ==== | ==== 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. | |
+ | <li> A user needs to connect the PWM servo motor to the connector(3 pin header) of the servo driver board, labeled as P0, P1, and P2 to connect up to 3 servo motors and up to 2 DC motors on the connector labeled as MA1, MA2 for motor 1 and MB1 and MB2 for motor 2. </li> | ||
+ | <li> Take micro:bit and stack it on the motor driver board’s edge connector.</li> | ||
+ | <li>Connect VIN and ground or the external power supply to the motor driver to provide power to it. </li> | ||
+ | <li> A user needs to switch on the slider switch of the motor driver. </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 <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> | ||
+ | https://github.com/sbcshop/Micro-Bit-Motor-Driver | ||
+ | </br></br> | ||
+ | https://cdn.shopify.com/s/files/1/1217/2104/files/add_ext1.png | ||
+ | |||
+ | <li> Click on Search button after entering above url, Now look for the search result to add the extension to the project(current). makecode micro:bit </li> </br> | ||
+ | https://cdn.shopify.com/s/files/1/1217/2104/files/add_ext2_1.png | ||
+ | |||
+ | <li> Control your servo motor and DC motor by motor driver Extension drag and drop blocks as shown in below example.</li> </br> | ||
+ | |||
+ | [[File:Microbit_Motor_driver_code.PNG | 1000px]] |
Latest revision as of 06:57, 28 January 2022
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