2017年12月12日星期二

Elecfreaks Motor:bit User Guide

Introduction

ELECFREKAS Motor:bit is a kind of motor drive board based on micro:bit. It has integrated a motor drive chip TB6612, which can drive two DC motors with 1.2A max single channel current. Motor:bit has integrated Octopus series' sensor connectors. You can plug various sensors into it directly. Among these connectors, P0, P3-P7, P9-P10 support sensors with 3.3V power voltage only; P13-P16, P19-P20 support 3.3V or 5V sensors. You can change electric level by sliding the switch on the board.
1

Hardware 

Features:
  1. Motor Drive Chip: TB6612
  2. Support GVS-Octopus electric Bricks' connector
  3. Some GVS connectors support electric level switch between 3.3V and 5V.
  4. With 2 channels DC motor connectors, max single channel current is 1.2A.
  5. Input Voltage: DC 6-12V
  6. Dimension: 60.00mm X 60.10mm
  7. Weight: 30 g

Application:
  1. It is compatible with ElecFreaks Octopus electric bricks module series due to its built-in 3 pin IO electric brick GVS extension connector.
  2. It can be used as the development board of mini smart cars and balance cars.
  3. Users can develop mobile-controlled robot, robot arms, etc..

Connector Information:


Type
Instruction
BuzzerBuzzer is controlled by P0.
LED COLMicro:bit LED matrix control pin
VCC Switch3.3V/5V electric level switch only for P13-P16, P19, P20.
Button-AMicro:bit main board button A
P4-P7,P9,P10,P13-P16,P19,P20Digital connecotr
P4,P10Analog connector/PWM
SCK MISO MOSIHardware SPI pin -P13,P14,P15
SDA SCLHardware IIC pin -P19,P20
The power switchExternal power switch
6-12V GNDExternal power connector
M1+ M1- M2+ M2-Connector of two DC motor or one stepping motor.
PWRPower Indicator
Detailed Introduction Of Some Connectors

1)    VCC Switch-3.3V/5V electric level switch.
Slide switch to the end of 5V, the electric level of the blue pins (P13P14P15P16P19P20) on motor:bit is 5V, and the voltage of the red power pins is 5V too. Similarly, when slide switch to 3.3V, the voltage of blue pins and red pins are 3.3V.



  1. Digital Pin Connector.
    Digital pins: P4P5P6P7P9P10.
    G-3V3-S connector: 3V3 stands for 3.3V power voltage, G is for GND, S is for signal. GVS is a standard sensor connector, which enables you to plug onto servos and various sensors conveniently. At the same time, it supports our Octopus Bricks
    series'products.

  2. 3.3V/5V dual electric level GND-VCC-SIG connectorP13, P14, P15, P16, P19, P20.
    The specialty of G-VCC-SIG connector lies in that it can support 3.3V or 5V power device by shifting electric level of 3.3V/ 5V through VCC connector. At the same time, it supports our Octopus Bricks series' products.

  3. Motor Input Connector: Two motor input connectors in total. M1+, M1- and M2+, M2- separately controls a channel of DC motor.

    M1M2 Motor Control Instruction: P8 and P12 relatively controls the rotating direction of M1 and M2; P1 and P2 control motor speed.
    Pin
    Function
    Note
    P8
    Direction control of M1Positive rotate under high voltage; negative rotate under low voltage.
    P1
    Speed control of M1PWM
    P2
    Speed control of M2PWM
    P12
    Direction control of M2Positive rotate under high voltage; negative rotate under low voltage.
  4. Dimension:

    Case
    1. Hardware Connection
    Please connect components according to the picture below:
  5. Programming
    Positive Rotation Of Motor:

    P8 in high electric level means the positive rotation of motor. You can adjust the logic value of P1 to control motor speed.
    Negative Rotation Of Motor:

    P8 in low voltage level means the negative rotation of motor. ou can adjust the logic value of P1 to control motor speed.
    If you need more cases about micro:bit, please keep watching our blogs posted on https://www.elecfreaks.com/blog.


This article is from: https://www.elecfreaks.com/11703.html
If you have any questions, you can contact: louise@elecfreaks.com.

没有评论:

发表评论

精选博文

How to Make a Counter with microbit

How to Make a Counter with microbit When we have boarded airplane, we often encounter a situation like this: a beautiful stewardess ca...