Making your Robot Move Motorbolts. Notes This presentation will be available on the High Tech Kids’ website: hightechkids.orghightechkids.org For more.

Slides:



Advertisements
Similar presentations
Configuring APACS & AAN Controllers
Advertisements

Samsung PC Studio Manual PC Connectivity Via USB
Jason Howard. Agenda I. How to download robotc II. What is tele-op used for? III. How to build a basic tele-op program IV. Getting the robot to drive.
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Information about the computer By Sophia and Christina C.
Embedded Programming and Robotics Lesson 12 Introducing the Raspberry Pi Intro to Raspberry Pi1.
A+ Certification Guide Chapter 10 Mobile Devices.
TAX-AIDE Network Router Setup Network Printer Setups July SMT/TCS Training - Dallas1.
Driver Station MVRT 2009 – 2010 Season. Add information Breadboard Classmate PC USB Hub Joysticks Stop Button.
Staying Safe. Files can be added to a computer by:- when users are copying files from a USB stick or CD/DVD - downloading files from the Internet - opening.
Term 2, 2011 Week 3. CONTENTS The physical design of a network Network diagrams People who develop and support networks Developing a network Supporting.
Tutorial 11 Installing, Updating, and Configuring Software
CTSP TRAINING Router 101 And Networking Basics. You Don’t Need Internet Access to Run or Connect your devices to an Ethernet switch or Router Enable DHCP.
Coding for the FIRST Tech Challenge: RobotC
Available at: – Operate the Tumbler using a Jumper Pin Operate the Tumbler using the jumper pin.
Weston Schreiber & Joshua Gabrielse Robotics Summer Training Programming #1: EasyC Basics.
Training PowerPoint.  Just plug into the USB port on your computer. You will find USB ports on the front or back of your computer.  If you have a laptop.
The New FTC Platform (Connecting your legacy hardware)
Troubleshooting Windows Vista Security Chapter 4.
FRC Robot Framework Labview Made Easy (er) For FIRST Robotics 1.
FTC New Platform Programming Workshop in Android Studio
7.2 V battery pack and charger Put the battery in the charger station at the end of the lab. period. Red light indicates charging. Ken Youssefi Introduction.
DSM-260. Features Streaming Stream photos and videos from a mobile device, laptop, or network storage drive Stream music to your audio system Stream your.
Java Programming The Ponytail Posse - FTC #8808 9/12/15.
Using and developing on the Android Dev Phone 1. Setup At the gmail credentials screen, skip the step Go to Settings->Wireless Controls  Enable Wi-Fi.
Real-Time Data through Data Hubs. Begin by adding a basic Move block, 5 rotations 75% power.
Session 11 Intro to FRC API.
Use flash eBook software AnyFlip to make page flip book works seamlessly on mobile devices.
 Follow the steps in order to solve the sync issue with the best fitness trackers;best fitness trackers  1. Reboot your Fitness Tracker and the device.
We are a HP tech support provider for HP users facing different level of technical issues with their HP devices like :- Desktop Computers, Laptops, Printers,
How to root Android Phone and Tablet for free and safe.
PROGRAMMING FTC ROBOTS WITH ANDROID STUDIO EAGLE ROBOTICS TEAM 7373 JORDAN MOSS AND BRIAN BAARS.
How to Install a HP Printer Without the Installation Disk If you lost installation disk and you need to install on another system then you.
After Construction Name: Per #:.
Step 1 - Installing TStatSpec Download the TStatSpec software from customer.honeywell.com.  The files will need to be extracted in a new folder.  
OpModes in FTC Eric Golde.
IDE and Phone Setup Overview Mike Zook 20-Sep-2016.
Downloading Arduino FOR WINDOWS.
FTC Driver Station Setup and Operation Mike Zook 20-Sep-2016.
Using the VEX Cortex Processor
Using the VEX Cortex Processor
Android Studio, Android System Basics and Git
DCR ARB Presentation Team 5: Tour Conductor.
FTC Driver Station Setup and Operation Mike Zook 20-Sep-2016.
What this activity will show you
How To Setup HP Printer For USB Connection In Windows?
Brother Printer Support Helpline Number Ireland:
Canon Printer Support Ireland Toll-Free Number:
Programming FTC Robots with Android Studio
GETTING STARTED ALL YOU NEED TO KNOW TO MAKE YOUR ROBOT MOVE
FIX GMAIL NO CONNECTION ERROR Get in touch at Gmail Customer Support Number to Fix Gmail No Connection Error under the supervision of Gmail.
How to Troubleshoot Sync Errors with the Gmail Android App?
Programming Workshop Quixilver 8404.
Apple Support Number Give a Call on Apple Support Number Give a Call on Fix iTunes Error 1600.
ACER TECH SUPPORT NUMBER If you have any problem related to Acer product than you just have to call.
How to Fix Android File Transfer Not Working on Mac?
CS323 Android Getting Started
Phone Setup Overview Mike Zook 20-Sep-2016.
Configuration Of A Pull Network.
Block Programming Hello my name is Stephanie. I have been apart of FIRST for 6 years and have 3 years of programming experience. I am currently a member.
Android Programming OnBot Java.
Downloading Arduino FOR MAC.
Programming your Robot
Lesson 5 Operating Systems.
Downloading to the NXT requires the correct hardware setup
HOW TO SETUP ECHO DOT | TROUBLESHOOTING METHOD |
Solutions to Fix Epson Printer Error Code W-61 This error is commonly known as a communication error while users are working on the Epson printer. Our.
Presentation transcript:

Making your Robot Move Motorbolts

Notes This presentation will be available on the High Tech Kids’ website: hightechkids.orghightechkids.org For more detailed information on setting up Android Studio and the phones, check the FTC Training Manual on Github at This presentation will not focus on building or wiring, only the software. us at if you have questions once the the season has

Outline Android Devices Android Studio Basic Programs Putting it All Together Questions

The Android Devices You will need two Android Phones. The ZTE Speed is sponsored by FTC FTC has two apps; FTC driver station and FTC Robot Controller

Connecting the Devices

Tips and Troubleshooting Make sure to have both devices connected to the same network. Turning on airplane mode in addition to wifi. Check online if you are having problems.

Configure Robot Connect the Robot Controller phone to the robot Go to Settings-Configure Robot The phone will learn what motors are in which ports.

Download Drivers You will need to download a driver from your phone onto your computer. Connect it using a USB cable In settings select download drive Select the phone on your computer and the download should begin

Where most teams will write programs Uses java to update the FTC app with your custom ‘opmodes’ Android Studio

Importing the Code You will need to download the code for the Driver Station app from git hub at

Importing the Code In android studio, select import project, then select the file you just downloaded.

The AppMaster file comes with pre-written opmodes You can modify these to control your robot K9 Teleop will run your robot if you set it up correctly Basic Programs

Putting it all Together Controllers You will need a USB to micro-USB converter A Logitech F310 Gamepad Select the proper controller in settings Press Start-A for User 1, Start-B for 2

Putting it all Together Download K9 Teleop onto the Robot Controller and connect it to the robot You should now be able to select the Opmode on the Driver Station.

Questions?