Robot C Set-up FTC Clinic Nov. 2014 Patrick Michaud & RobotC Curriculum

Slides:



Advertisements
Similar presentations
Exercise 1: Install PC Software & NXT Firmware
Advertisements

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.
Graphical RobotC NXT (EV3) Robot Workshop 2015 Instructor: Dr. Fred Brauchler Assistant: Chris Parker 2/7/2015Lawrence Technological University1.
Getting Started in FIRST Tech Challenge TETRIX & FTC Field Control Overview.
Wait, sound sensor >70, Port 2 Flowchart – Heartbeat 1 Start Motor A, Move Backward, 1/3 Rotation, Power 20 Wait, 1 Second Sound Sensor (Port 2) Less than.
Robot Soccer Challenge
Robot C Ready, SET, Go! Workshop SDSU, Fall 2013.
Timothy Friez Carnegie Mellon/Robomatter January 27th, 2015
The NXT is the brain of a MINDSTORMS® robot. It’s an intelligent, computer-controlled LEGO® brick that lets a MINDSTORMS robot come alive and perform.
LEGO Mindstorms NXT Programming We will be using the Common Palette for our Robots This is how you download your program onto the brick Drag and drop a.
Dr. Wenbin Luo Engineering Department St. Mary’s University San Antonio, TX June 9, 2012.
Xander Soldaat BotBench.com. Topics  What is Mindstorms?  How can you build with it?  What can you build with it?  Programming the NXT  What’s inside.
2008 – 2009 Team Unlimited (FTC # 1) Coding for the FIRST Tech Challenge NXT/G, LabVIEW & RobotC compared, and a Crash Course in RobotC Presented by Team.
Oregon Robotics Tournament and Outreach Program Opening doors to the worlds of science and technology for Oregon’s youth 2008 Getting Started with FTC.
Presented by: FTC 4140 Fish in the Boat. Overview How to get and install RobotC How to connect to your robot Download firmware Building schematic and.
Music by Touch. 1. Provide an example “stimulus-sensor- coordinator-effector-response” framework for both your (human) sense of touch and the robotic.
LEGO Mindstorms NXT Introduction. Component NXT Brick Touch Sensor Light Sensor Ultrasonic Sensor Interactive Servo Motors MMN Lab.
Computer Science, Software Engineering & Robotics Workshop, FGCU, April 27-28, 2012 Nicholas Alteen Evan McKeon Michael Humphries Computer Science Program.
Coding for the FIRST Tech Challenge: RobotC Presented by: Audrey Yeoh Acknowledgements: Team Unlimited FTC 0001.
Coding for the FIRST Tech Challenge: RobotC
The New FTC Platform (Connecting your legacy hardware)
FTC New Platform Programming Workshop in Android Studio
CSCI 394© 2007 JW Ryder1 NXC Information  Not eXactly C  very similar to NQC  Currently has more NXT API supported than LeJOS NXJ   Uses.
Robotics Overview of NXT-G Actuators in Mindstorms. Touch sensor Labwork: Right turn. Touch/bump. [Explore move versus Motor Move mini & motor mini. Motor*.]
Use bluetooth for communication 1. enable bluetooth in NXT and also enable visibility 2. configure setting in brickCC –Wait about 30 seconds for searching.
Final Presentation.  Software / hardware combination  Implement Microsoft Robotics Studio  Lego NXT Platform  Flexible Platform.
Building Maps and Navigation for Autonomous Robots Arindam Khaled AI and Knowledge Based Sys II.
Robotics Light sensor. Calibration. Reverse engineering challenge. Lab work: Create and show your program. Add light sensor (different orientations). Robot.
Robot C and Natural Language
Java Programming The Ponytail Posse - FTC #8808 9/12/15.
Overview: The goal of this lesson is to transition from discussing robots in general to the specifics of NXT robot. Objectives: Students will be able.
NXT A computer controlled brick and the “brain” of your robot that controls the motors and sensors.
Graphical Programming Languages Lecture 19: Supporting Material Dr Kathryn Merrick Thursday 21 st May, 2009.
Lego MindStorm An Introduction to Blocks. Blocks Blocks are used to give instructions to your robot. There are many types of blocks You can use the blocks.
Castor Bot. Now, we will begin creating a robot Log onto your computer On your screen, click on the website labeled “castor bot” Your building instructions.
Samantha. What is it? –It is a Wi-Fi interface for the Lego Mindstorms –It replaces the Bluetooth connection for running matches It is mostly for running.
June 7 th training - DRHS. HOUSE KEEPING  8:30 start  9:40ish RR Break  11: :30 Lunch  12:45 Round 2  1:45 – 1:55 RR Break  3:30 Dismissal.
Com.Tech 3104 Outcome 12 By: Evan And Mark Progress Report.
ROBOTC Software EV3 Robot Workshop
ROBOTC Software EV3 Robot Workshop Lawrence Technological University.
Vex Robotics program three: using motors and sensors together.
Introduction to Robotics using Lego Mindstorms EV3 Shreya Reddy & Kiran Raja RoboAvatars Robotics.
EV3 Hardware: Anything you can see or touch EV3 Software: Programs written by you Firmware: Programs/Instructions written by the manufacturer.
Robotics Education & Competition Foundation
After Construction Name: Per #:.
Introduction to LEGO Mindstorms EV3 What is in the box?
2.8 NXT Test Programs (Try Me Mode) U2C8
ClawBot Beginning Programing.
Using the Lego Mindstorms Edu NXT Software
Introduction To Programming with LEGO NXT 1
BEGINNER PROGRAMMING LESSON
Introduction To Programming with LEGO NXT 2
Hardware, Software & Firmware
Installing the HP LaserJet Pro 500 color MFP M570 printer software in Windows on a Wireless Network & Wired Network.
Introduction to EV3.
Introduction to NXT.
Introduction to EV3.
Module F: Presentation Understanding Robot Fundamentals
BEGINNER PROGRAMMING LESSON
Forward Until Touch Robot goes forward until it hits a wall.
Getting Started in RobotC
Holyoke Codes LEGO ROBOTICS
Introduction to RobotC
Lego EV3 Mindstorms SW Programming Blocks.
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.
Compiled from various Internet sources Presented by Mr. Hatfield
LEGO Education - Mindstorms EV3 - Computer/control center – The Brick
LEGO MINDSTORMS NXT PROGRAMMING
Introduction to EV3.
Presentation transcript:

Robot C Set-up FTC Clinic Nov Patrick Michaud & RobotC Curriculum

Set-up 1. Install RobotC 2. Help → Manage Licenses Enter license key () 3. Robot a) → Platform Type→ LEGO Mindstorms→ LEGO Mindstorms NXT

Set-up Continued 1. Window a) → Menu Level→ Expert or Super User 2. View a) → Preferences→ Enable Wireless Searching for NXT 3. Robot a) → NXT Brick→ Communication Link Setup

Download Firmware 0 Select NXT brick in upper left corner 0 F/W Download→ Standard File

Programs to create AutonomousTele-op (joysticks) 0 Autonomous Template 0 User Control Template

Wi-fi Communication

Motor & Sensor Set-up 0 Robot → Motor & Sensors Setup 0 External Controller

Moving Forward & Timing RobotC Curriculum

Speed & Direction RobotC Curriculum

Improved Movement RobotC Curriculum

Sensing RobotC Curriculum Touch vs. Timing 0 Configuring Sensors 0 The While Loop 0 Putting it Together