Overview. Connect the Flight Control Board and Receiver

Size: px
Start display at page:

Download "Overview. Connect the Flight Control Board and Receiver"

Transcription

1 Overview This article only describes the methods for connecting the receiver and ESC to the flight control board. You may need to refer to other materials for installation of other devices. If conditions permit, try to assemble the flight control board in a vibration-damping way. For example, use vibration-damping rubber or just fix the board on the frame with double-sided foam tape. If you really don't want to use screws to fix, make sure the angle is accurate when sticking the board. Otherwise the flight effects would be severely undermined. Connect the Flight Control Board and Receiver Connect the receiver and flight control board based on functions: CH1 of the receiver to D4 of the board, CH2 to D5, CH3 to D2, CH4 to D6, CH5 to D7, and CH6 to D8. Then stick the receiver to the bottom plate of the frame with 3M tape, and wrap the wires with nylon cable ties. Pay attention to wire them correctly. Receiver Flight Control Board CH1 - D4 CH2 - D5 CH3 - D2 CH4 - D6 CH5 - D7 CH6 - D

2 Connect the flight control board and electronic speed controller (ESC) Before the connecting, you should better first connect each ESC in turns to the throttle channel of the receiver for calibration. You are not advised to plug all the ESCs directly into the flight control board (though it seems nothing wrong). Connecting multiple ESCs to the power supply in parallel may cause malfunctions; if the power goes wrong, it can be dangerous! A way out is to directly insert the three-pin plug of one ESC into the flight control board (then that ESC is responsible for supplying the flight control board and receiver), and connect only the signal pin (S, usually leading a white wire) of the rest ESCs to the flight control board. Thus, the parallel connection of ESCs can be avoided. It is extremely important to get the ESC connection sequence and motor rotation direction right. After connection is completed, hold the step of assembling the propellers for safety reason. The number on the motor indicates the corresponding output pin number on the flight control board. For example, "11" means the motor is connected to pin D11 on the board. So please connect all the motors, ESCs and servos according to the wiring diagram under a specific mode. After the connection is done, connect the flight control board with the FTDI device and PC again, and start the board. Then follow the settings below. The 4-axis X-mode/QuadcopterX MWC Lite/SE board is represented by "QUADX" in the file config.h. Take the arrow on the board as the aircraft front. Then connect the motor at the upper left to D3 of the board, that at the upper right to D10, the one at lower left to D11, and motor at lower right to D9.

3 Connect the flight control board to PC After the connection is done, connect the flight control board with the FTDI device and PC again, and start the board. Then follow the settings below. Modify the code Download the MultiWii_2_2.zip and modify the code as follows. Step 1: Open MultiWii.ino Unzip the MultiWii_2_2.zip, find the MultiWii.ino file. Here the version of MWC is 2.2. Click to open the MultiWii.ino.

4 Step 2: Click config.h Then you can see several source code tabs displayed in a new window. Generally, you only need to modify some statements in config.h. Switch to the config.h tab, as shown below: How to modify statements: If the mark "/*" or "//" exists on the left side of a line, it is displayed in gray, which means this statement is a comment and is invalid. If you want it to take effect, just delete "//". Then it will be in black, which means it is valid. You need to know the flight mode is assigned by program; but considering MWC hardware environment and different ESC matches, you need to modify other key statements. If you configure it wrong, it will cause the program upload failure or the flight control board failing to work properly. We will not explain all the statements here, but only those necessary to modify. Please note: DO NOT modify too many statements that you are not sure; otherwise, it will cause problems and you may not find the reason. Step 3: Configure 4-axis mode Here take configuring the 4-axis mode for example. Locate at SECTION 1 BASIC SETUP part first, delete the comment mark before the "#define QUADX" statement. Note that the SE standard version and Lite light weight version of MWC do not support the three modes

5 (OCTO) of 8-axis, so these three lines are invalid. Step 4: Set the idle speed of ESC Then go to the Motor minthrottle area of the motor. Here you can set the idle speed of ESC. The standard ESC controls the motor by signals in the range of 1000~2000us. If you want the motor to start rotating slowly after unlocking the flight control, set a suitable idle speed signal value (The default value is Most ESCs start to output currents at this speed). However, bet most of you do not like this, so you can set an approximate signal value that approaches the default value. For example, a value between 1050 and If you notice it does not conform to the requirement after uploading the program, you can modify it and upload again.

6 Step 5: Select the frequency for I2C signals As for how to select a frequency for I2C signals, go to the I2C speed area. Most MWC versions support the 400Khz high speed mode well. Enable the line about "400000L", and uncomment the first line.

7 Step 6: Enable #define HK_MultiWii_SE_V2 Then the critical sensor type options setting: enable "#define HK_MultiWii_SE_V2"

8 Step 7: Enable A0 and A1 port as output Enable A0 and A1 port as output; the two ports are originally used to connect servos that make the mount stable. If you do not have any PPM SUM type receiver and still want SE and Lite flight control to support 6-axis, enable pin A0 and A1. Then the stabilization function for the mount will become invalid. On the other hand, if you want to use the 6-axis mode and enable stabilization function at the same time, you should use a PPM SUM receiver/jr satellite/s.bus. receiver, or use a full-function PRO flight control.

9 Step 8: Enable D8 or D12 port Enable D8 or D12 port. The SE and Lite flight control have a MODE(AUX) port. You can control the state of sensors by three-way switch signals. If you still need the AUX2 port to control the state of sensors in a more detailed way, like using it as the mount stabilization switch or an unlocking switch, you can enable D8 or D12 port as signal input port of AUX2. Please note that you can enable ONLY ONE of them.

10 Step 9: Set MPU6050 low-pass filter (LPF) Set MPU6050 low-pass filter (LPF). If you cannot eliminate all the vibrations from the gyro, you can try to decrease the frequency of the LPF. Reduce one gear each time. Once the vibrations disappear, keep the current setting.

11 Step 10: Set the dead band width Generally there can be a width deviation of 1 to 3us for signals from the receiver (we've tested that by our signal tester). To set an appropriate width of dead band would help you avoid such slight deviations, so the flight control board will not control movements by the error signals. But remember not to set a too large width. Otherwise, small movements near the joystick may be ignored by the flight control board, which on the contrary will reduce the flight control sensitivity. The default value of the width is 6.

12 Step 11: Enable "MOTOR_STOP" If you want the motor to stop upon unlocking, enable "MOTOR_STOP". Upload the code to the flight control board Till now the configuration of the flight control program is done. Open Arduino IDE. Select Tools -> Board -> Arduino Pro or Pro Mini (5V, 16MHz) w/ ATmega328.

13 Then click Tools -> Serial Port and select the corresponding COM port. After the setting is completed, first save the modified sketch for later calling. Then upload the sketch. After upload is successful, a message "Done uploading" will appear. Try to Fly Before the flight, you need to use the GUI program to observe and make essential adjustments including the following items: Set the forward and reverse directions of each channel and calibrate the midpoint and endpoints of the channel; Set the sensor switch (AUX1/AUX2); Check whether the output signals from the sensor are correct (if something is wrong with the signals, it means the flight control board may be faulty);

14 Test whether movements controlled by the flight control board stay normal after motors are started. For detailed configuration, refer to MultiWii GUI Parameter Configuration

NOOBIES GUIDE to setting up and using the CRIUS MWC MultiWii SE Board Software By ATXHELI

NOOBIES GUIDE to setting up and using the CRIUS MWC MultiWii SE Board Software By ATXHELI NOOBIES GUIDE to setting up and using the CRIUS MWC MultiWii SE Board Software By ATXHELI 1. Download and unzip the required software: -Arduino Compiler and Board Flashing Environment: http://arduino.cc/en/main/software

More information

ZYX User Manual V Revision

ZYX User Manual V Revision ZYX User Manual V.00 206.07.26 Revision Contents Warning and Disclaimer... 3 I. Product Introduction... 4 II. Product List... 5. Package Contents... 5 III. Mounting & Configuration... 6. Gimbal Controller

More information

Software Configuration

Software Configuration Lynxmotion UAV Software Configuration FLIP (MultiWii compatible flight controller) Revision 1.0 Feb 17, 2014 BETA 1 Table of Contents Table of Contents Introduction STEP 1: Preparation A: MultiWii Board

More information

User Manual for ARRIS FPV250 with SPRacing F3 Flight Controller With Cleanflight

User Manual for ARRIS FPV250 with SPRacing F3 Flight Controller With Cleanflight User Manual for ARRIS FPV250 with SPRacing F3 Flight Controller With Cleanflight 1.12.00 1. How to Connect the F3 Flight Controller to the Computer. 1.1. Do not connect the F3 flight controller to the

More information

STEP 1: MODULE MOUNTING / WIRING:

STEP 1: MODULE MOUNTING / WIRING: VER1.0 PINOUT DIAGRAM: PORT 1 - INPUT 1 (S.BUS, PWM, PPM INPUT) PORT 2 - INPUT 2 (PWM MODE INPUT OR AUX OUTPUT DEFINED IN SOFTWARE) PORT 3 - OUTPUT 1 (S.BUS OUTPUT) PORT 4 - OUTPUT 2 (SERVO OUTPUT) PORT

More information

ARRIS X-Speed 250B Assembling Manual

ARRIS X-Speed 250B Assembling Manual ARRIS X-Speed 250B Assembling Manual Thank you for purchasing the ARRIS X-Speed 250B FPV Racing drone. Be sure to read through the entire manual before starting your build. If you bought the ARRIS X-Speed

More information

3-axis Gyro & Flight Stabilizer for fixed-wing

3-axis Gyro & Flight Stabilizer for fixed-wing A3 Super II 3-axis Gyro & Flight Stabilizer for fixed-wing User Manual 2015.4.20 Revision For Firmware Version V1.1, V1.0, Data Version V1.0 Copyright 2011-2015 HOBBYEAGLE. All Rights Reserved. http://www.hobbyeagle.com

More information

SKYLINE32. Feature

SKYLINE32.  Feature Instruction Manual V1.2 Key Features... 1 Hardware And Connection... 2 Connecting Motor... 4 Aircraft Assembly... 5 Configuration Software... 1. Install Driver... 5 2. Install Configuration Software...

More information

ARRIS Zhao Yun Pro User Manual. Content

ARRIS Zhao Yun Pro User Manual. Content ARRIS Zhao Yun Pro User Manual Thank you for buying ARRIS Zhao Yun Pro 3-Axis brushless Gimbal. Each gimbal has been adjusted and tested before we send it out. For this gimbal, Most customers can plug

More information

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS THIS IS THE CURRENT FF USER GUIDE AS OF 02-26-2012 PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS INTRODUCTION: I compiled this guide from information posted on RCGroups.COM and from GoodLuckBuy.COM where

More information

TG VR Gimbal User Manual V Accsoon. All Rights Reserved.

TG VR Gimbal User Manual V Accsoon. All Rights Reserved. TG20 360 VR Gimbal User Manual V1.0 20161209 www.accsoon.com E-mail: salse@accsoon.com 0 Disclaimers and Warnings Congratulations on purchasing you new VR Gimbal. Please read this manual and disclaimer

More information

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS THIS IS THE CURRENT FF USER GUIDE AS OF 05-04-2012 PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS INTRODUCTION: I compiled this guide from information posted on RCGroups.COM and from GoodLuckBuy.COM where

More information

Zenmuse Z15-A7. User Manual

Zenmuse Z15-A7. User Manual Zenmuse Z15-A7 User Manual V1.0 2015.4 Warning & Disclaimer The Z15-A7 gimbal has been calibrated specifically for the designated camera and lens before it leaves the factory. Please mount only the designated

More information

Make a Quadcopter using KK Flight Controller

Make a Quadcopter using KK Flight Controller Make a Quadcopter using KK 2.1.5 Flight Controller 1 Typical Applications A quadcopter, also called a quadrotor helicopter or quadrotor, is a multirotor helicopter that is lifted and propelled by four

More information

Senrigan-GP-45 Brushless Gimbal Instruction Manual v1.2

Senrigan-GP-45 Brushless Gimbal Instruction Manual v1.2 Senrigan-GP-45 Brushless Gimbal Instruction Manual v1.2 Page 1 of 16 Contents 1. Introduction...3 2. Check List...4 3. Equipment Required For Assembly...5 4. Assembly Steps Mechanism Parts...6 5. Assembly

More information

Manual DJI Phantom 2 Vision Dronexpert Gimbal

Manual DJI Phantom 2 Vision Dronexpert Gimbal Manual DJI Phantom 2 Vision Dronexpert Gimbal V2 1. Remove battery from the phantom. 2. Place the Phantom upside down. 3. Pull the jackplug out of the camera 4. Lift the frame carefully from rubber holders.

More information

Mini FPV Tricopter / Vtail / Quadcopter

Mini FPV Tricopter / Vtail / Quadcopter Mini FPV Tricopter / Vtail / Quadcopter Frame Assembly Manual / Tips and Tricks Armattan Minis Website: http://www.armattanminis.ca/ Main Armattan Website (doesn t have minis): http://www.armattanquads.com/

More information

Project Overview - Force Feedback Controls

Project Overview - Force Feedback Controls Project Overview - Force Feedback Controls SUCCESSFUL OPERATION OF THE BFF CL SYSTEM DEPENDS ON CORRECT MANUFACTURE, ASSEMBLY, INSTALLATION AND SETUP WORK BY THE BUILDER. IF YOU ARE NOT SATISFIED THAT

More information

Free Flight Controller User Manual

Free Flight Controller User Manual Free Flight Controller User Manual 1. Computer Setting The FF(Free Flight Controller, Below same)board default setting is "X mode"+ Start from static,10.8v below voltage alarm enable, if you need change

More information

Content table. Version

Content table. Version Content table 0 Introduction... - 3-1 Features... - 3-2 Software... - 4-3 Installation... - 4-4 First verifications... - 5-5 Upgrading to the latest firmware... - 8-6 Basic setup... - 11 - Version Version

More information

Zenmuse Z15-GH4 (HD) User Manual

Zenmuse Z15-GH4 (HD) User Manual Zenmuse Z15-GH4 (HD) User Manual 2015.4 V1.4 Warning & Disclaimer Do not modify or adjust the Z15-GH4. The Z15-GH4 gimbal has been calibrated specifically for the designated camera and lens before it leaves

More information

How-To #3: Make and Use a Motor Controller Shield

How-To #3: Make and Use a Motor Controller Shield How-To #3: Make and Use a Motor Controller Shield The Arduino single-board computer can be used to control servos and motors. But sometimes more current is required than the Arduino can provide, either

More information

CRIUS ALL IN ONE PRO v1.0 Multi Rotor Flight Controller. Manual rev 1.3. By Quadframes

CRIUS ALL IN ONE PRO v1.0 Multi Rotor Flight Controller. Manual rev 1.3. By Quadframes CRIUS ALL IN ONE PRO v1.0 Multi Rotor Flight Controller Manual rev 1.3 By Quadframes Features: Supported MegaPirateNG and MultiWii firmware Up to 8-axis motor output 8 input channels for standard receiver

More information

ASSAN ESC PC Interface Software User s Guide

ASSAN ESC PC Interface Software User s Guide ASSAN ESC PC Interface Software User s Guide Dear customer, Welcome to use ASSAN ESC PC Connector and Interface Software. It allows of the Electronic Speed Controller programming in the desktop PC and

More information

F-35 LIGHTNING FLIGHT CONTROLLER USER MANUAL VERSION 1.2

F-35 LIGHTNING FLIGHT CONTROLLER USER MANUAL VERSION 1.2 F-35 LIGHTNING FLIGHT CONTROLLER USER MANUAL VERSION 1.2 Please contact us if you need further assistance: Tech support: tech@furiousfpv.com Sales support: sales@furiousfpv.com Website: http://furiousfpv.com/

More information

cytrynka PDB User Guide for power distribution board for zmr/qav/rcx 250 class copters

cytrynka PDB User Guide for power distribution board for zmr/qav/rcx 250 class copters cytrynka PDB User Guide for power distribution board for zmr/qav/rcx 250 class copters 1 Contents 1. Overview and future list 2. Installation 3. Hardware on board 4. Conversion board pins 5. Jumpers 5

More information

Makeblock Constructor I 3D Printer Kit. 2. 3D Printer Wiring Guide

Makeblock Constructor I 3D Printer Kit. 2. 3D Printer Wiring Guide 2. 3D Printer Wiring Guide 1 Content 2.1. Parts Required... 3 2.2 preparation... 7 2.2.1 Add heat sinks on the top of stepper motor driver chip... 7 2.2.2 Plug the jumper cap into corresponding position...

More information

Flyduino KISS Flight Controller V2 Manual v1.0

Flyduino KISS Flight Controller V2 Manual v1.0 Flyduino KISS Flight Controller V2 Manual v1.0 image: Upper / Top Side A new simplified Flight controller, the KISS FC V2 includes a complete own Flight Control Firmware development. The Idea was to get

More information

Intro. Review of. Bell B206 Replica Collective. Manufactured by OE-XAM

Intro. Review of. Bell B206 Replica Collective. Manufactured by OE-XAM Review of Bell B206 Replica Collective Manufactured by OE-XAM Intro During my journey around flight simulation hardware, I have seen and tested a variety of different modules, control systems and programing

More information

Zenmuse Z15-BMPCC. User Manual. V1.0 May 09, 2014

Zenmuse Z15-BMPCC. User Manual. V1.0 May 09, 2014 Zenmuse Z15-BMPCC User Manual V1.0 May 09, 2014 Warning & Disclaimer Do not modify or adjust the Z15-BMPCC. The Z15-BMPCC has been calibrated specifically for the designated Camera and Lens before it leaves

More information

PixHawk and Marvelmind Integration Manual. PixHawk/APM Integration with Marvelmind mobile beacon

PixHawk and Marvelmind Integration Manual. PixHawk/APM Integration with Marvelmind mobile beacon PixHawk and Marvelmind Integration Manual PixHawk/APM Integration with Marvelmind mobile beacon The guide assumes that: 1) The user has configured the copter according to the recommendations available

More information

Zenmuse Z15-BMPCC User Manual

Zenmuse Z15-BMPCC User Manual Zenmuse Z15-BMPCC User Manual 2014.12 V1.2 Warning & Disclaimer Do not modify or adjust the Z15-BMPCC. The Z15-BMPCC has been calibrated specifically for the designated Camera and Lens before it leaves

More information

Please read and understand this instruction manual thoroughly before using this product.

Please read and understand this instruction manual thoroughly before using this product. Please read and understand this instruction manual thoroughly before using this product. For Mini-Z ASF 2.4GHz Series and dnano FX Series models I.C.S. USB Adaptor Set Manual Instruction Manual No. 82080

More information

SUPER BRAIN ESC-100A Brushless Speed Controller INSTRUCTIONS

SUPER BRAIN ESC-100A Brushless Speed Controller INSTRUCTIONS SUPER BRAIN ESC-100A Brushless Speed Controller INSTRUCTIONS Thanks so much for purchasing Turnigy Super Brain speed controllers. Please read the instruction booklet carefully before flying to ensure to

More information

Me 3-Axis Accelerometer and Gyro Sensor

Me 3-Axis Accelerometer and Gyro Sensor Me 3-Axis Accelerometer and Gyro Sensor SKU: 11012 Weight: 20.00 Gram Description: Me 3-Axis Accelerometer and Gyro Sensor is a motion processing module. It can use to measure the angular rate and the

More information

Kingkong ESC Manuals

Kingkong ESC Manuals Kingkong ESC Manuals Thanks so much for purchasing Kingkong-series speed controllers manufactured by Chongqing HIFEI Technology Ltd., please read the instruction booklet carefully before flying to ensure

More information

2-Axis Brushless Gimbal User Manual

2-Axis Brushless Gimbal User Manual 2-Axis Brushless Gimbal User Manual I Introduction AGM 2-axis brushless gimbal is designed to accommodate the GoPro Hero3 camera, enhancing such various aspects of aerial videography as entertainment,

More information

TQ6, HANDS ON FOR REAL USER S GUIDE (ENG) Rev. 1.4 April 2017

TQ6, HANDS ON FOR REAL USER S GUIDE (ENG) Rev. 1.4 April 2017 TQ6, HANDS ON FOR REAL USER S GUIDE (ENG) Rev. 1.4 April 2017 TQ6 User's guide INDEX 1. PACKAGE CONTENTS 2. ASSEMBLY 3. TQ6 CALIBRATION ON WINDOWS 4 6 8 4. TQ6 CONFIGURATION ON MICROSOFT FLIGHT SIMULATOR

More information

Phantom 2 Reference Guide

Phantom 2 Reference Guide Phantom 2 Reference Guide Contents Section 1: Operation and Preparing for Flight. 2 Transmitter introduction 2 Controlling the Drone 2 Turning on the Transmitter 3 Range Extender 3 Basic Drone Parts 4

More information

Phantom 4 Pro/Pro+ Release Notes

Phantom 4 Pro/Pro+ Release Notes Date : 2017.12.25 Aircraft Firmware : V 01.05.0300 Phantom 4 Pro Remote Controller Firmware : V 1.4.1.0 Phantom 4 Pro+ Remote Controller Firmware : V 1.2.2.0 DJI GO 4 App ios : V 4.1.20 DJI GO 4 App Android

More information

Please read and understand this instruction manual thoroughly before using this product.

Please read and understand this instruction manual thoroughly before using this product. Please read and understand this instruction manual thoroughly before using this product. For Mini-Z ASF 2.4GHz Series and dnano FX Series models I.C.S. Adaptor Set Manual Instruction Manual No. 82080 This

More information

Connecting PLH3D-6W Laser Heads to Openbuilds Acro-System: Getting Started Guide

Connecting PLH3D-6W Laser Heads to Openbuilds Acro-System: Getting Started Guide Connecting PLH3D-6W Laser Heads to Openbuilds Acro-System: Getting Started Guide Table of Contents 1. Attaching the Laser Head to the X-Y CNC... 2 2. Connecting the Electronics... 5 3. Installation and

More information

Arduino Smart Robot Car Kit User Guide

Arduino Smart Robot Car Kit User Guide User Guide V1.0 04.2017 UCTRONIC Table of Contents 1. Introduction...3 2. Assembly...4 2.1 Arduino Uno R3...4 2.2 HC-SR04 Ultrasonic Sensor Module with Bracket / Holder...5 2.3 L293D Motor Drive Expansion

More information

Upgrading to a RBK Control Box

Upgrading to a RBK Control Box Page 1 Upgrading to a RBK Control Box ShopBot Tools, Inc. Technical Support 3333-B Industrial Drive, support @shopbottools.com Durham NC 27704 1-888-680-4466 ShopBotTools.com Page 2 Revision History Date:

More information

TA0297 WEMOS D1 R2 WIFI ARDUINO DEVELOPMENT BOARD ESP8266

TA0297 WEMOS D1 R2 WIFI ARDUINO DEVELOPMENT BOARD ESP8266 TA0297 WEMOS D1 R2 WIFI ARDUINO DEVELOPMENT BOARD ESP8266 Contents 1. Overview TA0297... 3 2. Getting started:... 3 2.1. What is WeMos D1 R2 Wifi Arduino Development Board?... 3 2.2. What is IDUINO UNO?...

More information

FALCON CP-90 FPV RACING DRONE BUILD GUIDE INSTRUCTIONS V1.0

FALCON CP-90 FPV RACING DRONE BUILD GUIDE INSTRUCTIONS V1.0 FALCON CP-90 FPV RACING DRONE BUILD GUIDE INSTRUCTIONS V1.0 INTRODUCTION The present guide was developed to show you how to build your personal Racing Drone. The model we will be assembling together is

More information

Table of Contents -2-

Table of Contents -2- Arkbird GCS(Ground Control System)is a software specifically designed for Arkbird Autopilot, the aircraft flight can be monitored, controlled by computer, compatible to Arkbird 2.0 and Arkbird LITE Autopilot

More information

Please read and understand this instruction manual thoroughly before using this product.

Please read and understand this instruction manual thoroughly before using this product. Please read and understand this instruction manual thoroughly before using this product. For Mini-Z ASF 2.4GHz Series and dnano FX Series models I.C.S. USB Adaptor Set Manual Instruction Manual No. 82080

More information

Caution Notes. Features. Specifications. A3-L User Manual V1.0

Caution Notes. Features. Specifications. A3-L User Manual V1.0 Caution Notes Thank you for choosing our products. If any difficulties are encountered while setting up or operating it, please consult this manual first. For further help, please don t hesitate to contact

More information

Tutorial AR Drone Miru Mod on Windows7 with DX6i DRAFT Part 1, V1.5 UFO Doctor, July 4th, 2011

Tutorial AR Drone Miru Mod on Windows7 with DX6i DRAFT Part 1, V1.5 UFO Doctor, July 4th, 2011 Tutorial AR Drone Miru Mod on Windows7 with DX6i DRAFT Part, V.5 UFO Doctor, July th, 20. Introduction The Miru Mod for standard remote control of the AR Drone is great work. Congratulations to Miru and

More information

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT I Contents Overview TA0139... 1 Getting started: Arduino 2 Wheel Drive Wireless Bluetooth Robot Kit using Arduino UNO... 1 2.1. What

More information

Phantom 4 Pro/Pro+ Release Notes

Phantom 4 Pro/Pro+ Release Notes Date : 2018.03.08 Aircraft Firmware : V 01.05.0600 Phantom 4 Pro Remote Controller Firmware : V 1.4.1.0 Phantom 4 Pro+ Remote Controller Firmware : V 1.3.6.0 DJI GO 4 App ios : V 4.2.6 DJI GO 4 App Android

More information

SCREAMER 250 RACE PENTACOPTER

SCREAMER 250 RACE PENTACOPTER SCREAMER 250 RACE PENTACOPTER USER MANUAL SPECIFICATIONS -Wheel base: 250mm -Frame weight: 260g -Flying weight: 610g (4S 1500mah lipo included) -Flight time: 3-5 mins(flight time reduces by using rear

More information

HGLRC F4 V6PRO (FC&VTX) Manual

HGLRC F4 V6PRO (FC&VTX) Manual HGLRC F4 V6PRO (FC&VTX) Manual 1 Specifications CPU: STM32F405RGT6, dual open 8K MPU:MPU6000-SPI connection Built-in 5V/3A BEC output Direct welding ESC PDB Built-in current sensor Black box FLASH 16M

More information

The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b

The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b All materials owned by Dan Gebhardt Introduction This device records the temperature of a model engine during

More information

QBALL-X4 QUICK START GUIDE

QBALL-X4 QUICK START GUIDE QBALL-X4 QUICK START GUIDE A STEP BY STEP GUIDE TO FLY THE QBALL-X4 UAV This is a step by step guide to fly the Qball-X4 unmanned aerial vehicle. It is highly recommended to follow this guide particularly

More information

TQ6+ Throttle Quadrant

TQ6+ Throttle Quadrant TQ6+ Throttle Quadrant USER'S MANUAL Rev. 1.0 - September 2018 A B 1. PACKAGE LIST A) TQ6+ Throttle quadrant B) Clamp for TQ6+ C) Screws for clamp D) Allen key 4x C D TQ6+ User's manual 1 2. CLAMP ASSEMBLY

More information

Energy Meter and. Current Transducer. Assembly Manual

Energy Meter and. Current Transducer. Assembly Manual Energy Meter and Current Transducer Assembly Manual 2017 1 The energy meter assembly is made of two separate boxes and associated accessories, as follows: Energy Meter (EM) Box, with two cables feeding

More information

Instruction Manual. Gold Pan Tilt Head with 12V Joystick Control Box (PT-GOLD)

Instruction Manual. Gold Pan Tilt Head with 12V Joystick Control Box (PT-GOLD) Instruction Manual Gold Pan Tilt Head with 12V Joystick Control Box (PT-GOLD) All rights reserved No part of this document may be reproduced, stored in a retrieval system, or transmitted by any form or

More information

Experimental Procedure

Experimental Procedure 1 of 14 9/10/2018, 11:38 AM https://www.sciencebuddies.org/science-fair-projects/project-ideas/robotics_p028/robotics/obstacle-avoiding-robot (http://www.sciencebuddies.org/science-fair-projects /project-ideas/robotics_p028/robotics/obstacle-avoiding-robot)

More information

Instruction Manual. Model RBA18

Instruction Manual. Model RBA18 Instruction Manual Model RBA18 The Robo-Arm Kit for Arduino is designed to teach the following: 1. How to build a mechanical arm, piece-by-piece. 2. Basic workings of mechanical arm 3. Coding and control

More information

Building an Arduino-powered underwater ROV

Building an Arduino-powered underwater ROV Building an Arduino-powered underwater ROV An ROV offers an entirely different way to use Arduino to explore a new world. This project is a bit different in two ways. First, there is quite a bit of mechanical

More information

FlyTower F1 Instructions V1.8 Warning Instructions for use

FlyTower F1 Instructions V1.8 Warning Instructions for use FlyTower F1 Instructions V1.8 Warning Instructions for use 1, Please install ANT (must be DONE) before debugging or testing VTX(and OSD), or lead to VTX not working properly. 2, please use proper tools

More information

ATTENTION: OBSERVE PRECAUTIONS FOR HANDLING ESD-SENSITIVE DEVICES

ATTENTION: OBSERVE PRECAUTIONS FOR HANDLING ESD-SENSITIVE DEVICES 15 Monitor Removal 1. Turn off and unplug the game. 2. Place something in front of the game to brace the bezel once the strain relief cord is undone, then unlock and open the CPU section. 3. Remove the

More information

Sten-SLATE ESP Kit. Description and Programming

Sten-SLATE ESP Kit. Description and Programming Sten-SLATE ESP Kit Description and Programming Stensat Group LLC, Copyright 2016 Overview In this section, you will be introduced to the processor board electronics and the arduino software. At the end

More information

FPV racer Frame class:

FPV racer Frame class: By FPV racer Frame class: Prop. size: Motor size: Power: Flight Cam: Material: 250 Up to 6" M3 or M2 attached motors of choice Up to 4S 1500 mah housed inside frame as optimum, depending on brand Tie-strap

More information

Rotorgeeks SSD Flight Controller Manual

Rotorgeeks SSD Flight Controller Manual Rotorgeeks SSD Flight Controller Manual Please note this is a working document, we encourage you to visit this doc as it will continually evolve. It is intended as a guide to the SSD hardware rather than

More information

SIMPLY PRECISE USER MANUAL. ADJUSTMENT TOOL For NUMERIK JENA Encoders with Online Compensation

SIMPLY PRECISE USER MANUAL. ADJUSTMENT TOOL For NUMERIK JENA Encoders with Online Compensation USER MANUAL ADJUSTMENT TOOL For NUMERIK JENA Encoders with Online Compensation 2 Index 1. Features and Applications... 3 1.1 Functions of the ADJUSTMENT TOOL... 3 1.2 Dynamic Offset and Amplitude Control

More information

Inspire 2 Release Notes

Inspire 2 Release Notes Date: 2018.04.18 Remote Controller Firmware: DJI GO 4 app: V01.02.0100 V01.01.0010 ios V 4.2.12 or above, Android V 4.2.12 or above Added support for adjusting the maximum velocity of aircraft s real-time

More information

B32 GIMBAL CONTROLLER USER GUIDE

B32 GIMBAL CONTROLLER USER GUIDE B32 GIMBAL CONTROLLER USER GUIDE BeeWorks LLC www.beeworksgear.com Last Modified: April 2014 Based on the SimpleBGC Software User Manual by BaseCam Electronics Copyright 2014 BeeWorks LLC. All rights reserved.

More information

3. ESC Calibration... 9

3. ESC Calibration... 9 Instruction Manual V1.3 Feature... 1 Hardware And Connection... 2 Motor Connection... 5 Aircraft assembly... 5 Parameter Adjustment Installation... 5 1.Program driver installation:... 5 2. Install Configuration

More information

Setup Instructions DOF Reality M2

Setup Instructions DOF Reality M2 During initial assembly don t tight bolts completely, do it at the end. First you need to assemble full frame and fight screws and bolts after. The following arrow highlights the spot on the diagram or

More information

RedEdge-M TM / DJI Inspire 1 Quick Mount INTEGRATION GUIDE

RedEdge-M TM / DJI Inspire 1 Quick Mount INTEGRATION GUIDE RedEdge-M TM / DJI Inspire 1 Quick Mount INTEGRATION GUIDE P/N: 900-00013 Rev 01 - Apr 2018 Table of Contents Thank you for your purchase! 1 What s inside? 1 What s Required? 2 Let s get started! 2 Assembling

More information

User s Guide. SmartAP 4. Flight Control System. SmartAP AutoPilot User s Guide. All rights reserved

User s Guide. SmartAP 4. Flight Control System.  SmartAP AutoPilot User s Guide. All rights reserved SmartAP 4 Flight Control System User s Guide All rights reserved Contents Contents... 2 Introduction... 3 Description... 3 Flight performance... 3 General... 3 Processor... 3 Sensors... 3 Interfaces...

More information

uarm Slider User Manual V1.0.0

uarm Slider User Manual V1.0.0 uarm Slider User Manual V1.0.0 Part Lists Hardware 1. Slider * 1 2. LCD * 1 3. Seeed Grove Sensor Cable * 3 4. Slider Motor 8PIN Cable * 1 5. uarm 30P Bottom Expansion Plate * 1 6. Target Object(Red Cube,Green

More information

200A-K Brushless Speed Controller INSTRUCTIONS

200A-K Brushless Speed Controller INSTRUCTIONS 200A-K Brushless Speed Controller INSTRUCTIONS Thanks so much for purchasing Kingkong-series speed controllers manufactured by Chongqing HIFEI Technology Ltd., please read the instruction booklet carefully

More information

1. Introduction Packing list Parts Introduction Uno R3 Board for Arduino Specifications... 6

1. Introduction Packing list Parts Introduction Uno R3 Board for Arduino Specifications... 6 Table of Contents Smart Bluetooth Robot Car Kit for Arduino 1. Introduction...4 1.1 Packing list...5 2. Parts Introduction...6 2.1 Uno R3 Board for Arduino...6 2.1.1 Specifications... 6 2.2 HC-SR04 Ultrasonic

More information

AndyMark Arduino Tutorial

AndyMark Arduino Tutorial AndyMark Arduino Tutorial Tank Drive June 2014 Required: Required Software List: - Kit Arduino IDE - Robot Power Cable Kit (am-0975) RobotOpen Arduino Shield Software - Battery Base Package (am-0477) RobotOpen

More information

UPGRADE MANUAL DC330 FOR SPOT VARNISH

UPGRADE MANUAL DC330 FOR SPOT VARNISH GM CONVERTING UNIT UPGRADE MANUAL DC330 FOR SPOT VARNISH Grafisk Maskinfabrik A/S Bregnerødvej 92, DK-3460 Birkerød Denmark Phone: +45 4581 2300 Internet: www.gm.dk e-mail: gm@gm.dk Fax:+45 4581 9956 Revision

More information

G-30 Gimbal. User Manual

G-30 Gimbal. User Manual G-30 Gimbal. User Manual G-30 Gimbal is a high-precision and portable Gimbal specifically designed for ilook, ilook+, GoPro series cameras by Walkera. Adopting aluminum alloy CNC precision machining, brushless

More information

Si4703 FM Radio Receiver Hookup Guide

Si4703 FM Radio Receiver Hookup Guide Page 1 of 5 Si4703 FM Radio Receiver Hookup Guide Introduction This breakout board enables you to tune in to FM radio stations, using the Si4703 FM tuner chip from Silicon Laboratories. This IC also works

More information

Zenmuse Z15-GH3 User Manual V1.00

Zenmuse Z15-GH3 User Manual V1.00 Zenmuse Z15-GH3 User Manual V1.00 2013.09.13 Revision www.dji.com 2013 DJI Innovations. All Rights Reserved. 1 Warning & Disclaimer No adjusting or amending is allowed to Z15. Z15 is specialized for Camera

More information

EBOT SOCCER MANUAL GUIDE

EBOT SOCCER MANUAL GUIDE EBOT SOCCER MANUAL GUIDE VARIANTS: EBOT STANDARD > Line follower > Maze Solver > Sumo fight EBOT MAZE > with Ultrasonic sensor EBOT SUMO > with Ultrasonic sensor and bumper accessory EBOT SOCCER > with

More information

Aeroxcraft VTR-GP Tilt/Roll Gimbal User Manual

Aeroxcraft VTR-GP Tilt/Roll Gimbal User Manual Aeroxcraft VTR-GP Tilt/Roll Gimbal User Manual Contents. Notes 2. Introduction 3. Installing GoPro camera 4. Connecting to a DJI Naza or Wookong 5. Installing HoverflyGimbal 6. Adjusting centre points

More information

Robotics Jumpstart Training II. EasyC: Software & Firmware Updates

Robotics Jumpstart Training II. EasyC: Software & Firmware Updates Robotics Jumpstart Training II EasyC: Software & Firmware Updates Objectives: Learn how to update EasyC Current Version: 4.2.1.9 Learn how to update Firmware VEX Joystick (Controller) VEX Microcontroller

More information

INSPIRE 1 Quick Start Guide V1.0

INSPIRE 1 Quick Start Guide V1.0 INSPIRE Quick Start Guide V.0 The Inspire is a professional aerial filmmaking and photography platform that is ready to fly right out of the box. Featuring an onboard camera equipped with a 0mm lens and

More information

HQuad500 Frame Assembly Guide

HQuad500 Frame Assembly Guide HQuad500 Frame Assembly Guide V1.0 June 2015 1 What s Included Kit Content Hardware Bag Content 2 HQuad500 Assembly 2.1 Arm & Motor Mount Sub Assembly 2.2 Landing Gear Step 1 2.3 Center Plates Sub Assembly

More information

Agenda. Breaking the Ice Physical Setup Walkthrough of REPETREL First Print

Agenda. Breaking the Ice Physical Setup Walkthrough of REPETREL First Print T1 Training Session Agenda Breaking the Ice Physical Setup Walkthrough of REPETREL First Print Breaking the Ice SYSTEM 30M ENGINE Breaking the Ice Protected build environment Slightly larger build area

More information

FLYCAM Artist L4500 PRO MK2 Instruction Manual

FLYCAM Artist L4500 PRO MK2 Instruction Manual FLYCAM Artist L4500 PRO MK2 Instruction Manual FLYCAM Artist L4500 PRO MK2 camera mount is a super efficient tool specifically designed for hobbyists who d love to use wireless video cameras. It will fulfill

More information

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE TROUBLESHOOTING GUIDE YOU SHOULDN'T ENCOUNTER many problems when using your Vector 3 printer, however, occasionally things can go wrong. Before contacting Customer Services, please consult this list of

More information

9ft Jib Arm with Tripod (P-9-TS)

9ft Jib Arm with Tripod (P-9-TS) 9ft Jib Arm with Tripod (P-9-TS) I NSTRUC TI ON MANUA L All rights reserved. No part of this document may be reproduced, stored in a retrieval system, or transmitted by any form or by any means, electronic,

More information

Welcome to Apollo. For more information, please visit the website and select Apollo. Default Code

Welcome to Apollo. For more information, please visit the website and select Apollo.  Default Code Welcome to Apollo For more information, please visit the website and select Apollo Arduino Pins Default Code D49 LED Digital Pins digitalwrite digitalread pinmode Analog Pins analogread digitalread D33

More information

SP-7 AHRS. Firmware upgrade instructions. Installation and calibration

SP-7 AHRS. Firmware upgrade instructions. Installation and calibration SP-7 AHRS Firmware upgrade instructions Installation and calibration General This document describes the firmware upgrade procedure and new functionality of the SP-7 Firmware release. The firmware upgrade

More information

Manual. Specifications. Contents. Options

Manual. Specifications. Contents. Options Page 1 ATE-501: USB Input Controller - 8 Inputs The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system to your requirements.

More information

Assembly Instructions DOF Reality P3

Assembly Instructions DOF Reality P3 During initial assembly don t tight bolts completely, do it at the end. First you need to assemble full frame and fight screws and bolts after. The following arrow highlights the spot on the diagram or

More information

KM-4800w. Installation Guide

KM-4800w. Installation Guide KM-4800w Installation Guide TABLE OF CONTENTS page 1 Installation Requirements 2 2 Unpacking 3 2. 1 Unpacking 3 2. 2 Confirmation of Accessories 5 3 Leveling the Machine 7 4 Setup of the Roll Deck 9 5

More information

Manual 601: : USB/RS232. Specifications. Contents. Options

Manual 601: : USB/RS232. Specifications. Contents. Options Page 1 ATE-601 601: : USB/RS232 I/O Controller - 8 Inputs, 4/8 Relays The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system

More information

Arduino Programming and Interfacing

Arduino Programming and Interfacing Arduino Programming and Interfacing Stensat Group LLC, Copyright 2017 1 Robotic Arm Experimenters Kit 2 Legal Stuff Stensat Group LLC assumes no responsibility and/or liability for the use of the kit and

More information

MAKE SURE TO TURN OFF YOUR TRS-80 BEFORE ATTACHING NEWKEY/80 KEYBOARD RIBBON CABLE AND POWER CABLE.

MAKE SURE TO TURN OFF YOUR TRS-80 BEFORE ATTACHING NEWKEY/80 KEYBOARD RIBBON CABLE AND POWER CABLE. NEWKEY/80 User's Guide v1.4 TRS80 Keyboard Adapter 12/10/2018 Plaid Vest Software, LLC. www.plaidvest.com/newkey80 IMPORTANT NOTE: MAKE SURE TO TURN OFF YOUR TRS-80 BEFORE ATTACHING NEWKEY/80 KEYBOARD

More information

The Control System. Student Interface Batteries Contest Plan Calibration Presentation. The Control Box

The Control System. Student Interface Batteries Contest Plan Calibration Presentation. The Control Box Wiring Your Machine The Control System The Control Box Student Interface Batteries Contest Plan Calibration Presentation System Overview The picture below is a schematic overview of the whole system. Two

More information