Getting Started Sec 9-2 Web Design.

Slides:



Advertisements
Similar presentations
Windows Test Review.
Advertisements

Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
Intro to Computers!.
Operating Systems. Operating System (OS) The software that manages the sharing of the resources of a computer. Examples of Operating Systems ◦ Windows.
Using the SmartPLS Software
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.
ComfortLink™ II Control. ComfortLink™ II Smart Control This is not just a thermostat. It’s an energy command center. Trane ComfortLink™ II is an easy-to-use,
Operating Systems First Program to load. Controls Hardware And software. Enable User to operate PC( Personal Computer) –Examples: DOS: Disk Operating.
Introduction to Windows File Management
ETT 229 Fall 2004 Web Design Basics IV Multi-page designs.
CS 1 with Robots IDLE and Myro Institute for Personal Robots in Education (IPRE)‏
1 Python Programming: An Introduction to Computer Science Chapter 3 Objects and Graphics.
Downloading and Installing AutoCAD Architecture 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the software.
Intro to Robots Into to Robots: Lab #1. Intro to Robots The Robot. Your robot should look like this: Scribbler: Your robot. You can download programs.
CPSC 203 Introduction to Computers Lab 21, 22 by Jie (Jeff) Gao Location: ES650.
Learning to Program with Python Sec 9-1 Web Design.
How to turn on the robot How to start Bluetooth How to connect to robot How to initialize the robot How to not break the robot Sec Getting Started.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Introduction to Computers I A presentation of the Elmhurst Public Library.
Lab 4- Intro to using Wii remotes Southern Methodist University Bryan Rodriguez.
Computer Parts and Terminology
WINDOWS Part 1 – Start Up Basics
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
Getting Started Sec 9-2 Web Design. Objectives The student will: Know to establish a Bluetooth link to the Scribbler robot. Know to start IDLE (the Python.
Windows3.ppt1 Objectives: l Describe the Windows 2000 user interface l Identify elements of a window Using Windows Using Windows.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Review Everything you need to know for the 1 st Quarter Test.
Downloading and Installing Autodesk Revit 2016
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
Windows and File Management
Lesson No: 6 Introduction to Windows XP CHBT-01 Basic Micro process & Computer Operation.
11/25/2015Slide 1 Scripts are short programs that repeat sequences of SPSS commands. SPSS includes a computer language called Sax Basic for the creation.
CPSC 203 Introduction to Computers T43, T46 & T68 TA: Jie (Jeff) Gao.
You may have already done this… Download the class files to the desktop Expand those files into root of USB stick Change your USB stick to drive “Z”!
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Main Computer Components
Know your computer Make a Folder Copy from Word to Composer Format the Font Change the Alignment Format the Background Format the Colors Insert a Picture.
Home page Web page link 1 Web page link 2Web page link 3Web page link 4.
CHAPTER 7 Exploring Microsoft Windows 7. Learning Objectives Identify the parts of the Windows 7 desktop Use common Windows elements Navigate Windows.
1- How to connect the robot to the pc Sec Getting Started 3- How to move the robot Sec Scribbler movements 4- How to make a turn 11- How to.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
File and File Systems Compiled by IITG Team Need to be reorganized and reworded.
First Meeting. Meeting Guidance  Respect the teachers and volunteers.  Respect other students and share equally.  Be kind to the laptops and the robots!
OST Intro in to Macs. History of Macintosh On January 24, 1984 Apple Computer introduced the Apple Macintosh personal computer, with the Macintosh.
Learning to Program with Python Sec 9-1 Web Design.
Presenter: Suzy Belonga BTOP/EUPISD Instructional TechnologistWelcome!
Introduction to Computing From the Richard Sugden Library Spencer, MA Jillian M. Parsons.
Chapter 2 – Introduction to Windows Operating System II Manipulating Windows GUI 1CMPF112 Computing Skills for Engineers.
Introduction to Computers Mrs. Gambucci
Fulton County Public Library
Appendix A Introduction to Windows 7
Development Environment
Getting Started with Application Software
Learning to Program with Python
Fulton County Public Library
Computer Basics.
Computers Are Your Future
Exploring the Basics of Windows XP
Introduction to Computer Basics Part 2
Using Speech Recognition for Input: A Powerful and Readily Available Tool Dr. Donna Olsen Instructional Technologist Central Wyoming College
Introducing Alice.
Today’s lesson – Python next steps
Computer Basics Last Updated: 2007.
CIS16 Application Development Programming with Visual Basic
Getting Started in RobotC
Working with Files.
Exploring the Basics of Microsoft Windows 7
Windows.
Chapter 1 Introducing Small Basic
An Introduction to the Windows Operating System
Presentation transcript:

Getting Started Sec 9-2 Web Design

Objectives The student will: Know to establish a Bluetooth link to the Scribbler robot. Know to start IDLE (the Python GUI) Know how to initialize the robot and issue basic commands

Bluetooth You have been provided with an Azio bluetooth dongle It is your responsibly to make sure that the adaptor is put away with the robot at the end of class. I do not have any spare adaptors. If you lose yours you will be at the mercy of the other teams to share theirs.

Connecting to the robot Insert the adaptor into the PC Turn on your robot On the front of the Fluke card note the number under the bar code. In the task bar click on Bluetooth manager: Click on: Select “Express mode” and click Next Find your Fluke and click Next

Connecting to the robot The Adaptor should connect to the robot. Note the com port assigned to the connection You are now connected to your robot.

IDLE Python GUI A graphical user interface (GUI) is a human-computer interface (i.e., a way for humans to interact with computers) that uses windows, icons and menus and which can be manipulated by a mouse (and often to a limited extent by a keyboard as well). IDLE is a GUI but uses the keyboard for input.

Getting ready for Python In your My Documents or desktop folder… Create a folder called “myPython” From the Hancock website on the Web Design page download the “start python.zip” file. Right mouse button on the zip file and Open with Windows Explorer. Extract the file to your myPython folder (Extract all files at the top of the explorer page).

IDLE Double click on Start Python in the myPython folder.

Python From python.org “Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains.” Python is a programming language It has a specific syntax Punctuation, indentation, etc. It has rules Upper and lower case letters are different

Python Alice had a language, but you didn’t need to type it… Method/ Function Parameter Comment Statement/Command

Python You type the code Many of the constructs are very similar Method/ Function Parameter Comment Statement/Command

Software Libraries Software libraries are predetermined functions that are provided to the programmer. For scribbler will be my using the myro library. (myro is short for “my robot”) Most programming languages have a way of including a library. In Python you type: from myro import * The * means “import everything from the library”

Establishing a software link to the robot Now that you have the “myro” functions available, you can establish a software link to your robot. Python functions are called by typing: function(parameters) The function to link to the robot is: init(“comX”) comX is the com port that was listed when the Bluetooth connected to the robot. If you don’t remember the com port, go back to the Bluetooth Manager and click on details.

Establishing a software link to the robot If correct your robot should play a tune and report back it’s name.

Test your robot Now that you have a link to your robot you can test the link. Put you robot on the floor (if you break your robot, it will be hard to finish the class) Type joyStick() Note that joystick() is not the same as joyStick() Capital letters matter! Drive your robot around. Note that the front of your robot is the part where the Fluke card is!

Rest of today… Test your robot. Also try issuing the commands: beep(1, 880) move(1, 1) show(takePicture("color")) – Blue robots show(takePicture()) – Red robots Read Chapter 1 in the book. You must read!! Do not change the name of your robot!