篆体字作品 | 篆体字知识 | 加入收藏 篆体字转换器软件可转换多种篆体字在线预览 网页版 V2.0
篆体字转换器

当前位置:篆体字网 > 知识库 >

makeblock

时间:2023-12-27 11:38:35 编辑:篆字君 来源:篆体字网
1 IntroductionMakeblock Orion is an easy-to-use mainboard based on Arduino Uno with improvements for education. It provides eight RJ25 ports to connect to all the other Me series modules with color-labels, can save you from horrible pin-wiring and help you focus on inventor amazing projects. Makeblock Orion supports most of programming software (Arduino / Scratch / ), and we offer the customized graphical programming software (Scratch for Robot / Makeblock App).2 Features100% Arduino compatible;Comes with Arduino library for easy programming;Support Scratch For Robot, cover all ages people;Using RJ25 cable connect the Me series electronic modules, super easy to wiring;Modular installation, and compatible with LEGO Bricks;Two-channel motor driver integrated (Two channels additional with Me-motor driver through PORT_1&2);3 ParametersOperating Voltage: 6-12V DC power;Microcontroller: ATmega238;Detecting Angle: prefer at 30 degree angle;Dimension: 80 x 60 x 18 mm (Length x Width x Height);4 Interface DescriptionThere’re 8 RJ25 connectors in total. The tags on the connectors have 6 types of color. Check the following table for the function and attribute of each connector.Tag ColorFunctionTypical Me ModulesRed represents the output voltage of Vin (6-12 VDC), which is the power input voltage. Generally, it is connected to some voltage driver module with 6-12V.Me Motor DriverMe Servo DriverMe Stepper DriverOne way digital interfaceMe Ultrasonic SensorMe RGB LEDMe-Limit SwitchDual digital interfaceMe 7 Segment Serial DisplayMe PIR Motion SensorMe ShutterMe Line FinderMe Infrared Receiver DecodeHardware serial portMe Bluetooth BLEMe Bluetooth Module(DualMode)Dual & one way analog interfaceMe Light and Grayscale SensorMe PotentiometerMe JoystickMe-4ButtonMe-Sound SensorI2C portMe 3 Axis Accelerometer and Gyro Sensortable 1 : The function of each tag colorYellow, blue, gray, black, purple and white represent the output voltage of Vcc (5VDC), which is the Stable output voltage. Generally, it is connected to some voltage driver module with 5V.PORT NO.Tag ColorCompatible Module TypesTypical Me Modules1 & 2(6-12VDC) driven modulesMe Motor DriverMe Servo DriverMe Stepper Driver3 & 4One way digital interfaceDual digital interfaceI2C portMe Ultrasonic SensorMe RGB LEDMe Limit SwitchMe 7 Segment Serial DisplayMe PIR Motion SensorMe ShutterMe Line FinderMe Infrared Receiver DecodeMe 3 Axis Accelerometer and Gyro Sensor

24⊥class="imgcenter">

Hardware serial portMe BluetoothMe Bluetooth Module(DualMode)
One way digital interfaceDual digital interfaceI2C portDual & one way analog interfaceMe Ultrasonic SensorMe RGB LEDMe Limit SwitchMe 7 Segment Serial DisplayMe PIR Motion SensorMe ShutterMe Line FinderMe Infrared Receiver DecodeMe 3 Axis Accelerometer and Gyro SensorMe Light and Grayscale SensorMe PotentiometerMe JoystickMe 4ButtonMe Sound Sensor7 & 8One way digital interfaceDual & one way analog interfaceI2C portMe Ultrasonic SensorMe RGB LEDMe Limit SwitchMe Light and Grayscale SensorMe PotentiometerMe JoystickMe 4ButtonMe Sound SensorMe 3 Axis Accelerometer and Gyro Sensortable 2 : Connectors’ function and attributeFigure 1 Ports on Makeblock Orion to pins on Arduino UNOYou can also check the entire information on the back side of the PCB.5 UsageConnect the Makeblock Orion and computer with micro-USB cable first. The first time you use Makeblock Orion ,you need to install theUSB interface driver.Makeblock Orion support up-computer and mobile device control.(Arduino IDE/Scratch For Robot/Makeblock App control).The programming guide link of each software is as follow:(1) Arduino IDE:http://learn.makeblock.cc/learning-Arduino(2) Scratch For Robot:http://learn.makeblock.cc/learning-scratch(3) Makeblock App:http://app.makeblock.cc6 Programming Guide1. Here’s an example to show you how to programming the buzzer of Orion in Arduino IDE:A) Connect the Makeblock Orion and computer with micro-USB cable first.B) Create a file in Aduino IDE, and write the buzzer control sketch as follow:#include#include#includevoid setup(){}void loop(){buzzerOn(); //turn on the buzzerdelay(50); // wait 50 millisecondsbuzzerOff(); //turn off the buzzerdelay(50);}If you got any error information, please check if there is a grammar mistake in your code.C) Upload the programD) After the uploading is successful, the buzzer will sound. If it doesn’t work, please check if the buzzer switch on the board is TURN ON.2. Here’s an example to show you how to programming Me 130 DC Motor in Arduino IDEA) Connect the Makeblock Orion and computer with micro-USB cable first.B) Connect the Makeblock Orion and Me 130 DC Motor as below:C) Create a file in Aduino IDE, and write the buzzer control sketch as follow:#include#include#includeMeDCMotor motor1(M1); //130 DC Motor can connect to the motor interface(M1 or M2)uint8_t motorSpeed=100; // value: between -255 and 255.void setup(){}void loop(){motor1.run(motorSpeed);delay(2000);motor1.stop();delay(100);motor1.run(-motorSpeed);delay(2000);motor1.stop();delay(100);}If you got any error information, please check if there is a grammar mistake in your code.D) Upload the programE) After the uploading is successful, you can see the motor rotating in clockwise direction 2s, pause 100ms, rotating in anticlockwise direction 2s, pause 100ms.3. Other Demo CodeThere are some demo code of the Me series electronic modules from the File >Examples >MakeBlockDrive. You can use the demo code from Makeblock Library New or Makeblock Library Old to get started play the Me series electronic modules. We recommend that you use the latest code to get our best service support.7 Power supplyKindly advise to power the board by connecting 6V-12VDC to DC Connector of Makeblock Orion. Otherwise it will power off for PORT 1 and 2. There’s a switch on the board for controlling the power ON/OFF.8 Reference linkMakeblock:(1) Makeblock Official Web Site:http://www.makeblock.cc(2) Makeblock Community:http://forum.makeblock.ccMakeblock Orion(1) Makeblock Orion Schematic download link:DownloadMakeblock Library:(1) Makeblock Library download link:https://codeload.github.com/Makeblock-official/Makeblock-Libraries/zip/master(2) Makeblock Library user guide link:http://learn.makeblock.cc/learning-ArduinoScratch For Robot:(1) Scratch For Robot download link:http://www.mblock.cc/download(2) Scratch For Robot user guide link:http://learn.makeblock.cc/learning-scratchMakeblock App:(1) APP user guide link:http://app.makeblock.cc

Copyright:2021-2023 篆体字转换器 www.dddtedu.com All rights reserved.