0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
会员中心
创作中心
发布
  • 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
FIT0441

FIT0441

  • 厂商:

    DFROBOT

  • 封装:

    -

  • 描述:

    BRUSHLESSDCMOTORWITHENCODER

  • 数据手册
  • 价格&库存
FIT0441 数据手册
Brushless DC Motor with Encoder 12V 159RPM SKU:FIT0441 Introduction This is a new brushless DC motor with the added bonus of a built-in motor driver - this means it doesn't need any external motor drivers and you can connect it to an Arduino board directly! The brushless motor comes with direction control, PWM rotational speed control and frequency feedback output. It is suitable for miniature-sized mobile robotic platforms. With the motor speed feedback signal, it is useful in cyclic control systems. Specification • Operating Voltage: 12V • Motor Rated Speed: 7100-7300rpm • Torque: 2.4kg*cm • Speed: 159 rpm/min approx. • Reduction ratio: 45:1 • Signal cycle pulse number: 45*6 (Each cycle outputs 6 pulse) • Control mode: o PWM speed control Pins o Direction control o Feedback pulse output Label Name Description 1 PWM PWM Control, 0-5V (20~30KHz) 2 Power - POWER- (GND) 3 Direction 4 FG FG signal pin(need a pull-up resister-5k) 5 Power + POWER+ (12V) Direction Pin:+5V or dangling, motor moves forward; GND or cathode, motor moves backward. NOTE: Sometime, the manufacturer provides a different color cable, but the cable order is same. Tutorial Here is a example how to use this motor, Just follow the guide, and you will get it work. Requirements First, prepare the following hardware and software. • Hardware o UNO x1 o • Motor x1 Software o Arduino IDE V1.6.5 Click to Download Arduino IDE Connection Diagram After the hardware, the module is connected with the UNO in the following diagram. NOTE: Remember to connect Arduino GND to the POWER-. Sample Code 1. Open the Arduino IDE and copy the following code to the IDE. Select your board's serial port and the board type (e.g. Arduino UNO) and upload the sample code. 2. Open the Serial monitor. 3. Enter a number between 0 and 255 to set the motor's speed. (0: Maxmum speed; 255: Stop) o The code will alternates its rotation direction every 5 seconds. int i = 0; unsigned long time = 0; bool flag = HIGH; void setup() { // put your setup code here, to run once: Serial.begin(115200); pinMode(10, OUTPUT); //direction control PIN 10 with direction wire pinMode(11, OUTPUT); //PWM PIN 11 with PWM wire } void loop() { // put your main code here, to run repeatedly: if (millis() - time > 5000) { flag = !flag; digitalWrite(10, flag); time = millis(); } if (Serial.available()) { analogWrite(11, Serial.parseInt()); //input speed (must be int) delay(200); } for(int j = 0;j> 3; Serial.print(111111 / i); //speed r/min (60*1000000/(45*6*2*i)) Serial.println(" r/min"); i = 0; } Expected Results More Documents If you have any questions or cool ideas to share, please visit the DFRobot Forum https://www.dfrobot.com/product-1364.html?gclid=EAIaIQobChMIuvy9r5TY5AIVBtbACh279wQcEAAYASAAEgLqrfD_BwE/9-17-19
FIT0441 价格&库存

很抱歉,暂时无法提供与“FIT0441”相匹配的价格&库存,您可以联系我们找货

免费人工找货
FIT0441
    •  国内价格
    • 1+174.52851

    库存:172

    FIT0441
    •  国内价格 香港价格
    • 1+225.141841+27.24271

    库存:172