Beacon Autonomous Drone User Manual

Size: px
Start display at page:

Download "Beacon Autonomous Drone User Manual"

Transcription

1 California University of Pennsylvania Department: Major: Eberly College of Science and Technology Computer Science Beacon Autonomous Drone User Manual CALU 2016

2 i

3 Title: User s Manual Authors: Paul Hahn, Vincent Vitolo, John Derosa Department: Eberly College of Science and Technology Supervisor: Professor Jeffery Sumey, Eberly College of Science and Technology Purpose: The purpose of this document is to instruct the user on the setup, operation and modification of the Beacon Autonomous Drone (BAD) system. This document contains step-by-step instructional guides to perform various operations for this system. ii

4 Contents Table of Contents 3 1 Beacon Autonomous Drone About Essential Features Precautionary Information Notes Warning Additional Information Getting Started First Flight Start up procedure Procedural Instructions First Time Setup Mission Planner Pix-hawk Ground Control Unit Software Flight Start Up Procedures Target Entry UAV Platform Go Pro Intel Edison Flight Data Debug Information Automated Flight Required Setup

5 4.4.2 Build a Mission Adjusting Fail Safes and Safety Precautions Image Collection Retrieving Images From Go Pro Advanced Configurations Custom FTP Settings Adjusting Camera Types Additional Information Mission Planner Intel Edison Go Pro Pix-hawk Reference Information Available HTTP Commands List of Figures 22 List of Abbreviations 23 2

6 1. Beacon Autonomous Drone The Beacon Autonomous Drone is a project created to explore the development capabilities related to autonomous flight and processing algorithms. This project was carried out in an effort to produce an expandable solution that could possibly be used for future endeavors. 1.1 About The BAD project was developed for CSC 492 at California University of Pennsylvania, by Paul Hahn, Vincent Vitolo, and John Derosa as an attempt to create an autonomous vehicle capable of recognizing targets given some basic information with the use of a Pix-hawk Flight Control Unit (FCU) and Mission Planner software. 1.2 Essential Features Some essential features of the project include: Autonomous Flight: Pix-hawk Flight Controller and Mission Planner Software Target Recognition: OpenCV Python Library and Go Pro Camera Simplistic User Interactions: Mission Planner Software and Developed Interfaces This user manual will describe the various interactions required to control some of these components, as well as some basic development information required for expansion of this project. 3

7 2. Precautionary Information This section describes some of the warnings and danger notices that are accompanied with this project. 2.1 Notes It is important to note that due to recent popularity in unmanned aerial vehicles, aerial vehicles must now be registered to the Federal Aviation Administration. This means that anyone who is responsible for the control of this vehicle, autonomous or not, is required to register this vehicle=, or could potentially face significant amount of fines. This registration process can be carried out at: Warning This system is an autonomous system, so proper care must be taken to ensure that all of the surrounding environments are safe and the area is controlled before flight. The autonomous flight portion of this project has been extensively tested through the use of the open-source Mission Planner and Pix-hawk related forums and user bases, but that does not mean the accidents can not happen, so caution must be taken to ensure that all surround areas are safe in regard to the autonomous vehicle flight path. The use of flight boundaries can also be used to restrict flight to safe areas. This fact, in addition to the fail-safe options provide a safe means to guide the unmanned aerial vehicle (UAV) in a safe manner, as well as the option regain control in the event of an autonomous system failure. 4

8 2.3 Additional Information The following links will provide additional resources and insight into current safety protocols that should be followed in order to provide the best environments for a safe flight. Recreational Safety Guidelines: 5

9 3. Getting Started This user manual will include a brief tutorial on basic system set up, start up, and operation. Refer to this section to get acquainted with this systems order of operations, as well as view a complete guide to walk through the typical operation of this system. 3.1 First Flight The first flight of the BAD project system requires some additional set up that may not be required in later flights, this is due to the required calibration of hardware components like the Global Positioning System (GPS), compass, Radio transmitter, telemetry and electronic speed controllers (ESC). Refer to the initial setup portion of this document to ensure that all of the required components are prepared so your first flight goes smoothly. Tips Be sure that all components are fully charged (Radio Transmitter, Go Pro, GCU, etc.) A wind free environment is ideal Remove any trim on the radio transmitter, the trim will be handled by the Pix-hawk Mission Planner will set its home position based on where the motors were armed, so keep this in mind when setting up a mission Start up procedure 1. Execute Ground Control Unit Tasks (a) Run b-a-d.bat 6

10 (b) Use target selection window to specify target (c) Continue with mission parameters if needed with Mission Planner 2. Create and write a mission to the Pix-hawk using Mission Planner and the Mission Planner documentation included in the procedural instructions Mission Planner. 3. Place the UAV on a level surface and connect the battery. Do not move the UAV until the Pix-hawk indicator light begins flashing red/blue, this signifies that the gyroscopes have been initialized. 4. Arm the motors for flight by following the arming procedures in the procedural instructions section. Proceed with caution, any radio transmitter input could cause the UAV to respond. Once armed, the flight can begin manually or in auto mode. Continue with steps to begin image capturing methods. 5. Connect the power supply connector from the main battery to the Intel Edison 6. To fly manually you can simply control the UAV from this point as a normal UAV. 7. If auto mode is needed, switch the Pix-hawk into auto mode by moving the flight mode switch into the position you determined to be auto mode during the initial setup procedures. 8. Once in auto mode, the UAV will execute all of the specified mission commands. If at any point control must be regained, switch the flight mode switch back into manual/stabilize mode. 7

11 4. Procedural Instructions This section will provide step-by-step directions on how to assemble, set up and operate the BAD system. These instructional guides are targeted for the components developed for BAD system, but will also include brief information and links to more detailed collections on the Mission Planner and Pix-hawk components as well. Additional information related to these extra components can be found through the addition information section. 4.1 First Time Setup This section contains information related to the initial set up of the BAD system components Mission Planner Mission Planner is an open source application that provides utilities to follow in-flight data, organize automated flight, as well as many other options. This software can be downloaded from the ardu-pilot web page at: html Visit the above web page and install the Mission Planner software according to the Mission Planner documentation. Mission Planner supports both Linux and Windows platforms, so be sure to choose the correct version according to your system Pix-hawk The Pix-hawk FCU requires the most initial set up; Due to its autonomous abilities many parameters must be initialized before the first flight. Before flight can begin the following procedures must be completed. These first time set up 8

12 procedures can be found on the Pix-hawk web page at the following URL address: Follow the procedures listed on the linked URL web page to completely set up the Pix-hawk firmware, Mission Planner specifics, as well as all information relating the mandatory hardware configurations Ground Control Unit Software 1. Install Mission Planner 2. Download Beacon Autonomous Drone Package 3. Run b-a-d.bat Installing Mission Planner The ground control unit (GCU) software requires very little initial setup to execute. The only required set up is that the Mission Planner software is installed according to the Mission Planner web page via the Mission Planner installation guide: html Install Beacon Autonomous Drone Package The BAD system is an open-source repository hosted on GitHub, so this system can easily be obtained by cloning the repository via git commands: git clone On a windows based platform, this package can also be downloaded as a compressed folder by visiting the repository and selecting download ZIP. 9

13 Once downloaded, simply extract the package to a preferred directory and follow the remaining steps. Run Package In addition to the Mission Planner software, the user must also have access to the target collection application developed for this project. This application is included in the package, so its only a matter of running the application when the time comes. Once the Mission Planner software has been downloaded,this system can be ran by simply executing the b-a-d.bat execute batch file, which will start all required software for the user. 4.2 Flight Start Up Procedures The BAD system has a few procedures that should be completed before flight execution begins. The following sections will discuss these procedures in some detail Target Entry The target entry application allows the user to specify what they want their ground target to look like. The user can specify this, FTP parameters, and camera types within this application window. Notes Transparent background PNG images provide the fastest processing times Test any FTP parameters before upload to ensure that the image is received correctly. 10

14 Procedure 1. Run b-a-d.bat 2. Move to the target collection window labeled B.A.D. 3. Make any required minor adjustments (a) Adjust any FTP parameters as needed (b) Adjust camera type (c) Test FTP connections 4. Select target image by selecting the browse button and searching for the target image you would like. (See notes for image type preferences) 5. once and image is selected, choose the add target button 6. Preview any images you would like to verify correctness 7. Select continue when you are ready to upload the image to the shared server. 8. Close application when successful output is received UAV Platform The UAV platform will required the most start up interactions. These interactions include the arming of the motors, pre-arm safety check, as well as multiple advanced configurations and safety options are available. The UAV start up procedure can be viewed in a more detail form on the Pix-hawk APM web page: Go Pro The Go Pro is controlled via HTTP commands, which means that the only prerequisite to flight for the Go Pro is to turn on the Go Pro s independent wireless networking signal. This can be done by doing the following procedure: 11

15 Enable Go Pro Network 1. Locate WiFi button on the side of Go Pro camera. 2. Press the button 3. The blue led light on the front of the camera will begin blinking when the WiFi signal is active Intel Edison The Intel Edison is a standalone system that requires nothing but power from the UAV platform. Once powered the Intel Edison will begin initialization procedures. In addition to the initialization procedures, the Intel Edison s other functions will be completed in an automated fashion, requiring no user input. 4.3 Flight Data If the user has chosen to use the telemetry data transmitter, they will have access to in-flight data, including flight altitude, ground speed, GPS location, etc. In order to ensure that the previous information is view able you can follow these steps: Telemetry Data 1. With Mission Planner, connect the Mission Planner software to the Telemetry COM port, as you normally would for a USB connection. 2. Once connected, you should now have full control over Pix-hawk parameters, etc. 3. Simply select the Flight Data Tab located at the top left corner 4. The in-flight data will be visible via the dashboard on the left hand side of the screen. 12

16 4.3.1 Debug Information Debug information for the current flight is visible in the head up display (HUD) on the Flight Data tab. This HUD will show any errors with pre-flight checks, and data errors in red. Additional error message and logging can be performed using the Mission Planner command line interface. 4.4 Automated Flight In order to begin an automated flight, the user must first ensure that all of the required parameters are set. Once the required parameters are collected by Mission Planner, it is safe to build your first mission. This section will discuss the full circle of creating and implementing a flight mission Required Setup There are a few required components before a mission can be executed. These required items are: GPS module for automated flight Flight modes are initialized Radio transmitter is calibrated Pre-flight safety checks all pass The appropriate GPS modules, flight mode configurations, radio transmitter calibration, and pre-flight safety checks are all described in depth on the APM web page. 13

17 4.4.2 Build a Mission This project revolves around Mission Planner s ability to construct an automated mission of way-points, altitudes, speeds, etc. A basic flight mission can be constructed fairly easily with the use of Mission Planners Flight Planner functions. The below list outlines the general order and format needed to construct a flight: Build the Mission 1. Connect Pix-hawk via USB or telemetry transmitter 2. Once connected, select the Flight Plan tab near the top left hand side of the window. Once the flight plan window is displayed, the user can add and remove way-points and adjust way point parameters, such as loiter time, or speed of ascent for example. 3. Once the user is happy with the mission plan, select the Write WPs button to save the mission way-points to the Pix-hawk. Execute the Mission 1. Arm the UAV motors 2. Wait for the GPS module to lock onto the location (LED lights will blink red and blue) 3. Move the flight mode switch into the position chosen as the AUTO mode. 4. UAV should now begin auto flight. 5. If at anytime flight control needs to be regained, move the flight mode position switch back into the MANUAL or STABILIZE mode. Once again, these procedures are covered in a much more detailed way at the APM web page. 14

18 4.4.3 Adjusting Fail Safes and Safety Precautions Fail safes are what dictates what type of action the UAV will complete if any unsafe conditions are met, such as low battery levels, loss of connection and boundary exceptions. These pre-defined safety settings can be adjusted using the section within Mission Planner s initial setup tab. Define Safety Precautions 1. Select the Initial Setup tab 2. Expand the Mandatory Setup Section 3. Select the FailSafe item to adjust available Fail Safes 4.5 Image Collection Images at this time are not visible in real-time form, but they are available to view after flight has completed, or even during flight by selecting the image files you are interested in. This section will discuss how to collect the flight images collected during flight Retrieving Images From Go Pro The images captured during flight while using the Go Pro camera are stored locally by the Intel Edison, as well as on the Go Pro independent Cherokee web server. This section will discuss viewing the collected images from the Intel Edison, due to the Cherokee servers ability to use Go Pro related applications to simply view those images easily as is. An alternative to the available Go Pro applications is to directly access the Go Pro Cherokee server by visiting the appropriate address, or by using FTP software to transfer and view files. The address that is typically assigned to the 15

19 Go Pro cameras is: urlhttp:// :8080/videos/dcim/ By visiting this address, the user will have access to the videos and images captured by the Go Pro, and stored onto the Cherokee server. A typical visit to this address may warrant a site similar to the below image (figure 4.1). Figure 4.1: Go Pro Cherokee Server Collecting Images from Intel Edison The images that are stored on the Intel Edison are guaranteed to have been processed and placed in their respectable folders. These images are available by viewing the image folders files on the ground control unit (GCU) user interface, under the collected images menu item. It is important to note that these files will not be available until the flight is complete. Images will be collected based on number of matched key points. Images with a large amount of matched key points (likely target image) will be added to the hits directory, while images with less than the necessary to be considered will be added to the img directory. 16

20 4.6 Advanced Configurations The user has the ability to adjust some of the available parameters within this project. These parameters can be adjusted to change the file transfer protocols (FTP) settings used throughout execution, to adjust the type of camera being used on this system, as well as various start-up procedure parameters adjustments that are available Custom FTP Settings The user has the opportunity to adjust FTP parameters that are used to transfer files between the GCU and the Intel Edison. This can be easily done through the GCU user interface (UI). The image below (figure 4.1) shows the available FTP settings section available on the main user interface, the B.A.D. window. Figure 4.2: Custom FTP settings windows The user has the option to adjust the FTP specific login parameters, such as user name, password and FTP server address. 17

21 4.6.2 Adjusting Camera Types This system has also made an attempt to adapt to multiple camera types. One available alternative to the Go Pro is a USB controlled camera, which can be specified on the user interface main window. By selecting the camera type you are using, the system will adapt to that input to provide similar results regardless of camera type. This can be done by selecting the camera type radio button that relates to your available camera type from the area highlighted in the image below (figure 4.2). Figure 4.3: Adjusting Camera Type 4.7 Additional Information Mission Planner Mission Planner is an enormous software application that can be used to control many types of vehicles in an autonomous fashion. This document only scratches the surface of the possibilities this system is capable of in combination with Mission Planner software. If you are interested in researching the capabilities of 18

22 the Mission Planner software, or just mastering the procedures mentioned in this user manual, visit the Mission Planner web page to view tutorials and mission related information Intel Edison The Intel Edison is an invaluable component of this system. The Intel Edison provides much more processing power than other systems of the same size, which makes it a very flexible and powerful hardware components. If you would like to view any of the hardware specific details, or continue research into this component visit the Intel web page for tutorials, hardware diagrams Go Pro The Go Pro camera is a very powerful consumer level camera that has the ability to communicate via HTTP commands. This functionality allows for a list of other possible project ideas, as well as expansions that can be added to this existing project. For further information on the Go Pro camera, and all of the available applications and accessories visit: Pix-hawk The Pix-hawk flight controller is a high level flight controller capable of many autonomous functions, in addition to manual control. Visit the Pix-hawk web page for all of the available information on this module: 19

23 5. Reference Information reference information, but only up to a certain point. For example, if there are numerous commands, a separate book for commands is necessary. Reference information in user guides is often presented in tables: columnar lists of settings, descriptions, variables, parameters, flags, and so on. 5.1 Available HTTP Commands The Go Pro camera is controlled using the Go Pro HTTP commands, also referred to as bacpac commands by the Go Pro documentation. These various commands were combined in a library to provide a way to communicate to the Go Pro in a way that could provide any easy route to expand this software in the future. A command consists of multiple items: the device, IP, application, command, and password. These components are formed into a URL and requested via terminal commands. When the commands are executed, the Go Pro will respond to the request address with the specified action. The commands used within the current system are listed below. BACPAC COMMAND start capture stop capture enable camera mode enable photo mode get photo get image id Action Begin capture sequence Stop capture sequence Set current mode for video Set current mode for photos Retrieve most recent photo from Cherokee server Return the most recent image downloaded id string Figure 5.1: Common BACPAC HTTP Commands There are many more commands available in the existing system that are capable of modifying configurations like resolutions, or adjusting shutter speeds and time lapse photos. The above include commands are only the building blocks needed to understand the current systems interactions with the Go Pro via HTTP 20

24 commands. For further information on these commands, view the source files of the BAD system, the HTTP commands are defined within URLCommands.py and used frequently within captureimage.py. 21

25 List of Figures 4.1 Go Pro Cherokee Server Custom FTP settings windows Adjusting Camera Type Common BACPAC HTTP Commands

26 List of Abbreviations BAD GCU GPS ESC FCU HUD FTP GCU UAV UI HTTP URL Beacon Autonomous Drone Ground Control Unit Global Positioning System Electronic Speed Controller Flight Control Unit Heads Up Display File Transfer Protocol Ground Control Unit Unmanned Aerial Vehicle User Interface HyperText Transfer Protocol Uniform Resource Locator 23

NANOMIND 110 USER MANUAL

NANOMIND 110 USER MANUAL NANOMIND 110 USER MANUAL Highlights - MindRacer in nano size frame, running MindPX & PX4 flight stack - heavy lifter, maximum take-off weight up to 80 g - 5~7 minutes flight time - full modularized, stackable,

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

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

LibrePilot GCS Tutorial

LibrePilot GCS Tutorial LibrePilot GCS Tutorial BY Wirginia Tomczyk page 1 of 13 Introduction The first dron of Drone Team project use Open Pilot Copter Control (CC). It is the flight controller supported by LibrePilot firmware.

More information

MavLink to FrSky Smart Port Converter QUICK START GUIDE

MavLink to FrSky Smart Port Converter QUICK START GUIDE MavLink to FrSky Smart Port Converter QUICK START GUIDE Contents 1 Context 1 2 Getting Started 1 3 Assumptions 1 4 How to Enable Telemetry on Mission Planner 1 5 Loading the Lua telemetry files to the

More information

Epic Made Easy The Redesigned 350 QX3

Epic Made Easy The Redesigned 350 QX3 Available November 2014 350 QX3 AP Combo BLH8160 (APC) Epic Made Easy The Redesigned 350 QX3 Capturing spectacular aerial video and stills is even easier with the new Blade 350 QX3. Its simplified controls,

More information

MINDRACER USER MANUAL

MINDRACER USER MANUAL MindPX T h e U l t i m a t e Racer MINDRACER USER MANUAL Highlights - Ultra mini size, weight only ~6g - High performance F4 168MHz floating point processor, super fast throttle response - Support OneShot

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

PROCEDURES FOR GETTING TRACK FILES FROM HAND HELD GPS RECEIVERS

PROCEDURES FOR GETTING TRACK FILES FROM HAND HELD GPS RECEIVERS PROCEDURES FOR GETTING TRACK FILES FROM HAND HELD GPS RECEIVERS This is a compendium of contributed procedures for getting track files from various models of GPS-equipped devices. Comments, corrections,

More information

ISQua Collaborate User Guide for Surveyors

ISQua Collaborate User Guide for Surveyors 2017 ISQua Collaborate User Guide for Surveyors THE INTERNATIONAL SOCIETY FOR QUALITY IN HEALTH CARE LTD TABLE OF CONTENTS About ISQua Collaborate... 2 Getting started... 2 Logging in... 3 Dashboard...

More information

1 P a g e. P13231 UAV Test Bed Flight Procedures

1 P a g e. P13231 UAV Test Bed Flight Procedures 1 P a g e P13231 UAV Test Bed Flight Procedures Table of Contents Introduction....3 One Time Operations... 3-4 Automated Flight... 5-6 FPV System 7 Seeded Faults.. 7 Data Management 8 On-Board Flash Memory

More information

PediGait IP. Users Manual

PediGait IP. Users Manual PediGait IP Users Manual April 2012 Table of Contents Clients Tab... 2 Open a Client file... 2 Delete Client file(s)... 2 Edit a Client... 3 Add a new client... 3 Add Comments to client files... 4 Profiles

More information

DJI FlightHub Enterprise

DJI FlightHub Enterprise DJI FlightHub Enterprise User Guide 2019.03 v1.0 Contents Disclaimer and Warning 1 Profile 1 Preparation 1 Configuration Requirements 1 Installing FlightHub Enterprise to the Server 2 Getting the License

More information

spidertracks instruction manual

spidertracks instruction manual spidertracks instruction manual spidertracks ltd 117a the square palmerston north new zealand 4441 info@spidertracks.co.nz www.spidertracks.com P + 64 6 353 3395 October 2009. This manual was correct at

More information

User s Guide. SmartAP 3.x Pro. Flight Control System. SmartAP AutoPilot User s Guide. All rights reserved

User s Guide. SmartAP 3.x Pro. Flight Control System.  SmartAP AutoPilot User s Guide. All rights reserved SmartAP 3.x Pro Flight Control System User s Guide All rights reserved Contents Introduction... 3 Description... 3 General... 3 Sensors... 3 Firmware capabilities... 4 Flight Modes Overview... 4 Parts...

More information

EOS 5D Mark IV (WG) Wi-Fi (Wireless Communication) Function Instruction Manual ENGLISH INSTRUCTION MANUAL

EOS 5D Mark IV (WG) Wi-Fi (Wireless Communication) Function Instruction Manual ENGLISH INSTRUCTION MANUAL EOS 5D Mark IV (WG) Wi-Fi (Wireless Communication) Function Instruction Manual ENGLISH INSTRUCTION MANUAL Introduction What You Can Do Using the Wi-Fi (Wireless Communication) Functions (1) Communicate

More information

How to Program a Mesa Tablet for a Concierge/Enterprise Site

How to Program a Mesa Tablet for a Concierge/Enterprise Site How to Program a Mesa Tablet for a Concierge/Enterprise Site The steps outlined in this guide should be used for pairing a Mesa handheld tablet with a ROAM Concierge, or Enterprise installation. These

More information

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Batch & Import Guide Last Updated: 08/10/2016 for ResearchPoint 4.91 Contents Batch Overview 2 Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Import 157 Configure Import File

More information

CLOUD RIDER HD GHz Quadrocopter with Live Video Streaming and Altitude Stabilization Technology

CLOUD RIDER HD GHz Quadrocopter with Live Video Streaming and Altitude Stabilization Technology FCC Part 15 C Notice CAUTION: Changes or modifications not expressly approved by the party responsible for compliance could void the user s authority to operate the equipment. 15 of the FCC Rules. These

More information

MINDPX. User Guide. Autopilot System V1.2

MINDPX. User Guide. Autopilot System V1.2 MINDPX Autopilot System User Guide V1.2 Component List 1. MindPX 7. USB cable 2. 6-pin cable 8. M2 countersink screw 6 3. 4-pin cable 9. Light pipe 2 (removed after v2.6) 4. 4 to 6 pin convertor cable

More information

Instructor: Dr. Qassim Abdullah

Instructor: Dr. Qassim Abdullah GEOG 892: Geospatial Applications for Unmanned Aerial System (UAS) John A. Dutton e-education Institute, Pennsylvania State University Instructor: Dr. Qassim Abdullah Quick Instructions on Mission Planning

More information

Quick Start Guide.

Quick Start Guide. Quick Start Guide www.c-me.de Specifications: Size: 130 x65x24mm folded Weight: 150g WiFi: 2.4 GHz Image Sensor: 1/2.3 CMOS Video: 1080P 30 fps* Photo: 8MP* Format: JPG/MP4 (MPEG-4 AVC/H.264) Battery:

More information

INSPIRE 1 Release Notes

INSPIRE 1 Release Notes 2017.07.10 1. All-in-One firmware version updated to v01.11.01.50. 2. Remote Controller firmware version updated to v1.7.80. 3. DJI GO app ios version updated to v3.1.13. 4. DJI GO app Android version

More information

Requirements Instructions Configuring Cat ET to use the Wireless CA3 Radio... 12

Requirements Instructions Configuring Cat ET to use the Wireless CA3 Radio... 12 Getting Started Table of Contents INTRODUCTION... 2 PC, COMMUNICATION HARDWARE, AND CABLE REQUIREMENTS... 3 SETTING UP THE COMMUNICATION ADAPTER 3... 5 Requirements... 5 Configuring Cat Electronic Technician

More information

DJI MATRICE 600 PRO Release Notes

DJI MATRICE 600 PRO Release Notes Date : 2017.10.24 Aircraft Firmware : V 1.0.1.65 DJI GO App : ios V 3.1.18, Android V 3.1.11 DJI Assistant 2 : V 1.1.6 Aircraft Firmware: Increased flight safety. Fixed issue of output error when F channel

More information

A new admin setting gives you the option of having batch reports include the entire credit card number, instead of only the last four digits.

A new admin setting gives you the option of having batch reports include the entire credit card number, instead of only the last four digits. Card Magic Module for Miva Merchant Copyright 2007 by Magic Metal Productions This document gives instructions on installing and using this module for Miva Merchant shopping-cart systems. If you need additional

More information

DJI GS PRO. User Manual V

DJI GS PRO. User Manual V DJI GS PRO User Manual V1.4 2017.03 Video Tutorials Virtual Fence Mission 3D Map Area Mission Waypoint Flight Mission 2 2017 DJI All Rights Reserved. Contents Video Tutorials 2 Disclaimer 4 Warning 4 Introduction

More information

NEO 4.5. User Manual

NEO 4.5. User Manual 1 NEO 4.5 User Manual Table of Contents Safety Information... 3 Appearance and Key Function... 4 Introduction... 5 Call Functions... 6 Contacts... 7 Messaging... 8 Internet Browser... 9 Bluetooth & Wi-Fi...

More information

Tutorial for 21Classes.com

Tutorial for 21Classes.com Tutorial for 21Classes.com This document includes the steps and suggestions for setting up a blogging site for the Intel Teach or your own personal classroom. These instructions apply to the 21Classes*

More information

InSite Prepress. Quick Start Guide. Quick Links. Getting Started Uploading Files View Job Status Smart Review Preview Approving Pages Rejecting Pages

InSite Prepress. Quick Start Guide. Quick Links. Getting Started Uploading Files View Job Status Smart Review Preview Approving Pages Rejecting Pages InSite Prepress Quick Start Guide Quick Links Getting Started Uploading Files View Job Status Smart Review Preview Approving Pages Rejecting Pages BEAUTIFUL PRINT insite.panaprint.com 2015-3-16 Welcome

More information

Download the User Manual at gopro.com/support QUICK START GUIDE

Download the User Manual at gopro.com/support QUICK START GUIDE Download the User Manual at gopro.com/support QUICK START GUIDE / Hello When using your GoPro camera as part of your active lifestyle, always be aware of your surroundings to avoid injury to yourself and

More information

Studio 5.5. User Manual

Studio 5.5. User Manual Studio 5.5 User Manual 1 Table of Contents Safety Information... 3 Appearance and Key Function... 4 Introduction... 5 Call Functions... 6 Contacts... 7 Messaging... 8 Internet Browser... 9 Bluetooth...

More information

X-Hubsan App. The Battery. Aircraft Component Breakdown

X-Hubsan App. The Battery. Aircraft Component Breakdown E N X-Hubsan App Download the X-Hubsan application for free by scanning the code on the right or by finding it on the App Store (ios) and Google Play (Android). X-Hubsan The Battery Wall Adapter Balance

More information

SatGuide Symbian User Manual. SatGuide Symbian OS USER MANUAL

SatGuide Symbian User Manual. SatGuide Symbian OS USER MANUAL SatGuide Symbian User Manual SatGuide Symbian OS USER MANUAL CONTENTS 1 - INTRODUCTION...1 WHAT IS SATGUIDE?...1 SATGUIDE FEATURES...1 2 - SMART PRACTICES WHILE DRIVING...2 DRIVE SAFE, CALL SMART SM...2

More information

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

Making a Bootable Linux USB Flash Drive with the Universal USB Installer.

Making a Bootable Linux USB Flash Drive with the Universal USB Installer. Making a Bootable Linux USB Flash Drive with the Universal USB Installer. Insert the target USB flash drive into the USB port before starting the installer program. This is the start up screen for the

More information

Administrator Quick Guide

Administrator Quick Guide 1 Administrator Quick Guide Login Screen The first page employees will see when visiting their training site is the login screen. This is where employees must enter their username and password to access

More information

DS3 / DS31 User Manual

DS3 / DS31 User Manual DS3 / DS31 User Manual Please read the following warnings before using the product.. Contents of manual may differ based on the software version of products. Please visit web site(www.mobilebaseglobal.com)

More information

ProSystem fx Portal User Guide

ProSystem fx Portal User Guide HAWKINS ASH CPAs ProSystem fx Portal User Guide 1/1/2012 Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and shortcuts Informational notes about

More information

Homework 13: User Manual

Homework 13: User Manual Homework 13: User Manual Team Code Name: Autonomous Targeting Vehicle Group No. 3 User Manual Outline: Brief (marketing-style) product description Product illustration annotated with callouts for each

More information

NetProfiler 3 Getting Started Guide

NetProfiler 3 Getting Started Guide Before you can begin using NetProfiler, you will need a NetProfiler account. If you already know your User ID, password, and organizational alias, please proceed. If you do not have this information, you

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

SPARK. Quick Start Guide V1.6

SPARK. Quick Start Guide V1.6 SPARK Quick Start Guide V1.6 SPARK The DJI SPARK is DJI's smallest flying camera featuring a stabilized camera, Intelligent Flight Modes, and Obstacle Avoidance inside a light, portable body. Equipped

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

Wi-Fi (Wireless Communication) Function Instruction Manual

Wi-Fi (Wireless Communication) Function Instruction Manual Wi-Fi (Wireless Communication) Function Instruction Manual E INSTRUCTION MANUAL Introduction What You Can Do Using the Wi-Fi (Wireless Communication) Functions (1) Communicate with a smartphone (CANON

More information

Dreamweaver Publishing and Editing Files. Outline

Dreamweaver Publishing and Editing Files. Outline Outline Before you begin... 1 Important Note... 1 Location of Files in Dreamweaver... 2 Local and Remote Files... 2 Local view... 2 Remote View... 2 Publish a entire Brand New Site... 3 Dependent Files

More information

ALL-IN-ONE DRONE SOLUTION FOR 3D MODELING

ALL-IN-ONE DRONE SOLUTION FOR 3D MODELING ALL-IN-ONE DRONE SOLUTION FOR 3D MODELING Powered by PHOTO & VIDEO FULL HD 1080P - 14MPX 3-AXIS STABILIZATION AUGMENTED POWER 30MIN FLIGHT TIME 32GB INTERNAL MEMORY INCLUDES 3D MODELING SOFTWARE SAFE VIEW

More information

ETVR360CAMW-User Guide

ETVR360CAMW-User Guide ETVR360CAMW-User Guide TABLE OF CONTENTS 1. PARTS... 3 GETTING STARTED... 6 Charging the Battery... 6 Power On & Power Off... 6 Use Mode... 6 Independent Operation... 6 APP... 6 CONNECTING THROUGH WIFI...

More information

PHANTOM 3. Quick Start Guide ADVANCED V1.2

PHANTOM 3. Quick Start Guide ADVANCED V1.2 PHANTOM 3 ADVANCED Quick Start Guide V.2 Phantom 3 Advanced It s time to meet your Phantom. The Phantom 3 Advanced s camera records video at up to 080p/60fps and captures 2 megapixel photos. Review the

More information

HARD DISK INSTALLATION:

HARD DISK INSTALLATION: 7. PC INTERFACE SIMCHECK II OWNER S MANUAL 7. PC PROGRAMS While SIMCHECK II, or SIMCHECK II se, is a stand-alone unit, the product includes the Communications Programs that allow you to upgrade your SIMCHECK

More information

DJI Ace One product release notes

DJI Ace One product release notes Date : 26 July 2012 Ace One firmware version : 4.02 Ace Assistant software version : 2.4 Low Voltage Warning Semi Auto Takeoff & Landing (Optional) Ground Station chargeable functions: View (optional)

More information

X-CAM A10-3H 3 Axis Gimbal for GOPRO. User Manual ( V2.00 )

X-CAM A10-3H 3 Axis Gimbal for GOPRO. User Manual ( V2.00 ) X-CAM A10-3H 3 Axis Gimbal for GOPRO User Manual ( V2.00 ) The X-CAM A10-3H 3 Axis Gimbal has been setup and calibrated for use with GOPRO cameras, it is ready to use straight from the box. Specifications:

More information

EAN-FPGA Firmware Update 1500-OEM

EAN-FPGA Firmware Update 1500-OEM EAN-FPGA Firmware Update 1500-OEM PN: EAN-FPGA-Firmware-Update-1500-OEM 12/1/2017 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com

More information

DJI MATRICE 600 Release Notes

DJI MATRICE 600 Release Notes Date : 2018.04.17 Aircraft Firmware : V 1.0.1.66 DJI GO App : ios V 3.1.31, Android V 3.1.30 DJI Assistant 2 : V 1.1.7 Aircraft Firmware: Improved altitude measuring precision by lowering barometer drift

More information

X35 Apollo System Upgrading Monitor Software & ECU Firmware Version

X35 Apollo System Upgrading Monitor Software & ECU Firmware Version X35 Apollo System Upgrading Monitor Software & ECU Firmware Version 4.01.509 New X35 equipped tanks and drills for 2018 will require software and firmware as listed below. If software and firmware are

More information

X35 Apollo System Upgrading Monitor Software & ECU Firmware Version

X35 Apollo System Upgrading Monitor Software & ECU Firmware Version X35 Apollo System Upgrading Monitor Software & ECU Firmware Version 4.01.508 4.01.508 http://download.bourgault.com 4.01.508 1. Download zip file attachment to a folder on your computer. File name will

More information

WSDA User Guide

WSDA User Guide User Guide Version 8500-0029 rev. 006 WSDA -1000 User Guide www.microstrain.com Little Sensors, Big Ideas. 2012 by 459 Hurricane Lane, Suite 102 Williston, VT 05495 Phone 802-862-6629 Fax 802-863-4093

More information

LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE

LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE LICENSE PLATE RECOGNITION SETUP AND FIELD INSTALLATION GUIDE This document was created to benchmark the settings and tools needed to successfully deploy LPR with the ipconfigure s Enterprise Surveillance

More information

HindSight 20/20 Administrator s Guide version 5.4.1

HindSight 20/20 Administrator s Guide version 5.4.1 HindSight 20/20 Administrator s Guide version 5.4.1 August 2007 Copyright c 2007 DriveCam, Inc. All rights reserved. TABLE OF CONTENTS SOFTWARE CONFIGURATION 1 LOGGING ON FOR THE FIRST TIME 1 ADDING A

More information

ProSystem fx Portal Client User Guide Getting Started March 1, 2013

ProSystem fx Portal Client User Guide Getting Started March 1, 2013 ProSystem fx Portal Client User Guide Getting Started March 1, 2013 QUICK START GUIDE Also see Advanced Features Guide About ProSystem fx Portal Portal is a simple and easy to use Web application that

More information

Docking Station Operational Description

Docking Station Operational Description Docking Station Operational Description August 2018 Copyright 2017, 2018 All Rights Reserved Aures Technologies Changes: Ver 1.0, December 1, 2017, 1 st release Ver 1.1, January 11, 2018, add static IP

More information

VIEVU Solution Deployment Setup Guide

VIEVU Solution Deployment Setup Guide VIEVU Solution Deployment Setup Guide Contact Us If you need assistance or have any questions, please visit www.vievu.com/vievu-solutionsupport, contact us by phone at 888-285-4548 or email support@vievu.com.

More information

The Complete Guide to the VAVA Dash Cam Model: VA-CD001

The Complete Guide to the VAVA Dash Cam Model: VA-CD001 The Complete Guide to the VAVA Dash Cam Model: VA-CD001 1. App Overview After connecting your phone with the VAVA Wi-Fi, open the app and connect the VAVA dash cam. Tap on the play icon to access the live

More information

TI mmwave Training. mmwave Demo

TI mmwave Training. mmwave Demo TI mmwave Training mmwave Contents Overview Requirements Software setup Pre-requisites Downloading the Lab Project Building the project Hardware setup Preparing the EVM Connecting the EVM Running the 2

More information

COMMUNITIES USER MANUAL. Satori Team

COMMUNITIES USER MANUAL. Satori Team COMMUNITIES USER MANUAL Satori Team Table of Contents Communities... 2 1. Introduction... 4 2. Roles and privileges.... 5 3. Process flow.... 6 4. Description... 8 a) Community page.... 9 b) Creating community

More information

Maintenance. Every Flying Session:

Maintenance. Every Flying Session: Maintenance Maintenance The Draganflyer series aircraft feature a direct drive system requiring minimal maintenance as compared to a tradition style helicopter with servo linkages, gears, drive shafts,

More information

STUDIO 7.0 USER MANUAL

STUDIO 7.0 USER MANUAL STUDIO 7.0 USER MANUAL 1 Table of Contents Safety Information... 3 Appearance and Key Functions... 4 Introduction... 5 Call Functions... 6 Notifications Bar... 7 Contacts... 8 Messaging... 9 Internet Browser...

More information

SATCOM-On-The-Move User Manual

SATCOM-On-The-Move User Manual For the SOTM RIT Project Page 1 of 6 Table of Contents Introduction... 3 Required Programs... 3 Required Documents... 3 Required Equipment... 3 Powering Up and Calibration... 3 Choosing a Point... 4 Calibrate

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

V-CUBE Sales & Support. User Manual

V-CUBE Sales & Support. User Manual V-CUBE Sales & Support User Manual V-cube, Inc. 2013/12/20 This document is the user manual for V-CUBE Sales & Support. 2013 V-cube, Inc. All Rights Reserved. Revision history Revision date Details 2013/12/20

More information

Manual Supplement. This supplement contains information necessary to ensure the accuracy of the above manual.

Manual Supplement. This supplement contains information necessary to ensure the accuracy of the above manual. Manual Supplement Manual Title: TiS10, TiS20, TiS40, TiS45, TiS50, TiS55, TiS60, TiS65, TiS75 User, Web Only & Part Number: 4633357 Supplement Issue: 7 Print Date: July 2015 Issue Date: 10/17 Revision/Date:

More information

GETTING STARTED HEALTH & SAFETY

GETTING STARTED HEALTH & SAFETY HEADSET USER MANUAL HEADPHONES 1. Pull out the 3.5 mm audio cable and insert the connector into the phone s headphone jack. Close the cover. iphone 7 users will need the adapter supplied with the phone.

More information

DJI GS PRO. User Manual V

DJI GS PRO. User Manual V DJI GS PRO User Manual V1.8 2017.08 Video Tutorials Virtual Fence Mission 3D Map Area Mission 3D Map POI Mission Waypoint Flight Mission 2 2017 DJI All Rights Reserved. Contents Video Tutorials 2 Disclaimer

More information

Mavic Air Release Notes

Mavic Air Release Notes Date : 2018.05.03 v01.00.0400 v4.2.12 v4.2.12 Improved firmware data safety. Fixed an issue where GPS location changes inexplicably, and when RTH is abnormal due to compass interference. Optimized vision

More information

Quick Setup Guide AMG Skywave III AMG8300S series Wireless Radios Products

Quick Setup Guide AMG Skywave III AMG8300S series Wireless Radios Products Quick Setup Guide AMG Skywave III AMG8300S series Wireless Radios Products The guide is applicable for the following AMG Wireless IP radios: AMG8300S-02-2 2km 300Mbps (Pair) AMG8300S-06-2 6km 300Mbps (Pair)

More information

HARD DISK INSTALLATION:

HARD DISK INSTALLATION: While RAMCHECK is a stand-alone unit, the product includes the Communications Programs that allow you to upgrade your RAMCHECK s flash EPROM from our Web site (www.innoventions.com). The PC programs software

More information

Paraben s Voice Logger. v User Manual

Paraben s Voice Logger. v User Manual Paraben s Voice Logger v. 1.0 User Manual Contents About Paraben s Voice Logger for Windows... 3 What s New!... 3 Getting Started... 4 System Requirements... 4 How to Use Voice Logger... 4 How to Register

More information

Digital Camera Controller

Digital Camera Controller SHUTTERBUG PRO Digital Camera Controller ShutterBug Pro is a tiny accessory that helps take digital or film camera snapshots. It is ideal for photographers that need to remotely snap photos or to time

More information

Adobe Connect: Overview

Adobe Connect: Overview Adobe Connect: Overview Table of Contents Table of Contents... 1 Overview of Adobe Connect... 2 Recommended Use... 2 Roles and Privileges... 2 Menu Bar... 3 Prepare Room and Upload Content... 4 Create

More information

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces "Developer Cockpit" 4

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces Developer Cockpit 4 Introduction 1 Prerequisites 2 Application Lifecycle in MindSphere 3 System Manual User interfaces "Developer Cockpit" 4 User rights in "Developer Cockpit" 5 Workflow of Developer Cockpit 6 Develop applications

More information

Introduction to the Autologic Vehicle Diagnostic Tool

Introduction to the Autologic Vehicle Diagnostic Tool Introduction to the Autologic Vehicle Diagnostic Tool User Instructions Version 4.0 Issued April 2012 For the latest version of this document see www.autologic.com Ltd has made every effort to make sure

More information

THE VANGUARD LONG RANGE SURVEILLANCE DRONE BEST USED FOR SURVEILLANCE & SECURITY INSPECTION & DETECTION WILDLIFE & GAME

THE VANGUARD LONG RANGE SURVEILLANCE DRONE BEST USED FOR SURVEILLANCE & SECURITY INSPECTION & DETECTION WILDLIFE & GAME THE VANGUARD LONG RANGE SURVEILLANCE DRONE The Vanguard, our most popular UAV, is a long range surveillance drone with a configurable Data Link video Range and flight times. The Vanguard drone system is

More information

CAMTASIA RELAY TUTORIAL Santa Ana College Distance Education, Cesar Chavez Building Room A-101, (714) ,

CAMTASIA RELAY TUTORIAL Santa Ana College Distance Education, Cesar Chavez Building Room A-101, (714) , CAMTASIA RELAY TUTORIAL Santa Ana College Distance Education, Cesar Chavez Building Room A-101, (714) 564-6725, DistEd@sac.edu Camtasia Relay is a simple video creation program that allows users to record

More information

INSPIRE 1 Release Notes

INSPIRE 1 Release Notes 2016.12.15 1. All-in-One firmware version updated to v1.10.1.40. 2. DJI GO app ios version updated to v3.1.1. 3. DJI GO app Android version updated to v3.1.1. What s New: 1. Optimized Flight Restriction

More information

USER MANUAL. WeConnect

USER MANUAL. WeConnect USER MANUAL WeConnect Welcome to WeConnect, a user-friendly website builder for your church or organization. WeConnect lets anyone easily create a beautiful, professional website with no programming experience

More information

TI mmwave Training. xwr16xx mmwave Demo

TI mmwave Training. xwr16xx mmwave Demo TI mmwave Training xwr16xx mmwave Contents Overview Requirements Software setup Pre-requisites Downloading the Lab Project Building the project Hardware setup Preparing the EVM Connecting the EVM Running

More information

The mobile device holder can be tilted at different positions and angles. DO NOT force an overlarge mobile device into the mobile device holder.

The mobile device holder can be tilted at different positions and angles. DO NOT force an overlarge mobile device into the mobile device holder. Remote Controller Profile The Phantom 3 Standard remote controller features a 2.4 GHz WiFi Video Downlink, 5.8 GHz aircraft transmission system, and a built-in battery. It is capable of transmitting signals

More information

Controller Pro Instruction Manual

Controller Pro Instruction Manual Controller Pro Instruction Manual These instructions cover: Installing Controller Pro Programming Troubleshooting Doc# Doc120-017 Revision: D ECO: 102208 Note: Document revision history and EC information

More information

PROFIsafe SITRANS. Pressure transmitter SITRANS P, DS III PROFIsafe series. Product Information 7MF4*34 04/2008 A5E

PROFIsafe SITRANS. Pressure transmitter SITRANS P, DS III PROFIsafe series. Product Information 7MF4*34 04/2008 A5E 1 SITRANS Pressure transmitter SITRANS P, DS III PROFIsafe series Product Information 7MF4*34 04/2008 A5E00732533-02 Safety Guidelines This manual contains notices you have to observe in order to ensure

More information

Phase One. ixu-rs 1000 / ixu 1000 / ixu 150 UAV Camera Systems. For DJI M600 & M600 PRO. Installation Guide

Phase One. ixu-rs 1000 / ixu 1000 / ixu 150 UAV Camera Systems. For DJI M600 & M600 PRO. Installation Guide Phase One ixu-rs 1000 / ixu 1000 / ixu 150 UAV Camera Systems Installation Guide For DJI M600 & M600 PRO 1 Phase One ixu-rs 1000 / ixu 1000 / ixu 150 UAV Camera Systems Installation Guide For DJI M600

More information

Contents Download INAV Connect to INAV Reset Default Configuration Binding the Receiver to the Radio...

Contents Download INAV Connect to INAV Reset Default Configuration Binding the Receiver to the Radio... Contents Download INAV... 1 Connect to INAV... 1 Reset Default Configuration... 3 1. Binding the Receiver to the Radio... 9 2. Verify the RX (receiver) Channel Mapping...10 3. Verify AUX Channel Mapping...12

More information

The following tutorial provides step-by-step instructions and best practices for using My Content and the Course Content file directories.

The following tutorial provides step-by-step instructions and best practices for using My Content and the Course Content file directories. OVERVIEW: The content system in Blackboard is the file storage and management system for the support documentation, individual courses, and CityU faculty (course instructors, course managers, builders,

More information

Card Magic. Module for Miva Merchant. Introduction. Table of Contents

Card Magic. Module for Miva Merchant. Introduction. Table of Contents Card Magic Module for Miva Merchant Copyright 2007, 2008 by Magic Metal Productions This document gives instructions on installing and using this module for Miva Merchant shopping-cart systems. If you

More information

Setup support for RAMCHECK. Extensive, context-sensitive On-Line Help and Tutorials. HARD DISK INSTALLATION:

Setup support for RAMCHECK. Extensive, context-sensitive On-Line Help and Tutorials. HARD DISK INSTALLATION: RAMCHECK OWNER S MANUAL While RAMCHECK is a stand-alone unit, the product includes the RAMCHECK PC Communications programs that allow you to upgrade your RAMCHECK s flash EPROM from our Web site (www.innoventions.com).

More information

Wi-Fi (Wireless Communication) Function Instruction Manual E INSTRUCTION MANUAL

Wi-Fi (Wireless Communication) Function Instruction Manual E INSTRUCTION MANUAL Wi-Fi (Wireless Communication) Function Instruction Manual E INSTRUCTION MANUAL Introduction What You Can Do Using the Wi-Fi (Wireless Communication) Functions (1) Communicate with a smartphone (CANON

More information

Flying Penguins. Embedded Linux applications for autonomous UAVs

Flying Penguins. Embedded Linux applications for autonomous UAVs Flying Penguins Embedded Linux applications for autonomous UAVs Clay McClure github.com/claymation Roadmap UAV MAV Link mavros Your App ROS Linux autopilot autopilots autopilots RC input motor mixing

More information

QUICK START GUIDE FOR AVSIGNCLOUD

QUICK START GUIDE FOR AVSIGNCLOUD Control Your Video VIDEO WALLS VIDEO PROCESSORS VIDEO MATRIX SWITCHES EXTENDERS SPLITTERS WIRELESS CABLES & ACCESSORIES QUICK START GUIDE FOR AVSIGNCLOUD QUICK START GUIDE FOR AVSIGNCLOUD ABOUT THIS DOCUMENT

More information

Android User Guide. for version 5.3

Android User Guide. for version 5.3 Android User Guide for version 5.3 Contents 1. Installation... 3 1.1. How to install Babelnet... 3 1.2. Enter Babelnet in the search field.... 3 1.3. Safety precautions when using Babelnet on your Android...

More information