Presentation is loading. Please wait.

Presentation is loading. Please wait.

1- How to connect the robot to the pc Sec 9-2 - Getting Started 3- How to move the robot Sec 9-3 - Scribbler movements 4- How to make a turn 11- How to.

Similar presentations


Presentation on theme: "1- How to connect the robot to the pc Sec 9-2 - Getting Started 3- How to move the robot Sec 9-3 - Scribbler movements 4- How to make a turn 11- How to."— Presentation transcript:

1 1- How to connect the robot to the pc Sec 9-2 - Getting Started 3- How to move the robot Sec 9-3 - Scribbler movements 4- How to make a turn 11- How to control the speed 6- How to stop 5- How to program the robot to move Sec 9-4 - Simple Functions (names) 10- How to put the pieces together Sec 9-5 - Functions with Parameters and Return Values Sec 9-6 - Creating and Using Modules 7- How to know how far to know Sec 9-7 - Simple Python Loops Sec 9-8 - Variables 9- How to take a picture Sec 9-9 - Taking Pictures 2- How to “See” an object – analyze a picture Sec 9-10 - Making Decisions in Python 8- How can you tell a color 13- What part of the picture is the object in… Sec 9-11 - Image Processing and Perception 12- How to identify the right object.. What you asked me to teach…

2 Getting Started Sec 9-2 Web Design

3 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

4 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.

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

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

7 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.

8 Getting ready for Python In your My Documents folder… 1.Create a folder called “My Python” 2.From the Hancock website on the Web Design page download the “start python.zip” file. 3. Double click on the zip file. Extract the file to your My Python folder.

9 IDLE Double click on start python in the My Python folder.

10 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

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

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

13 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”

14 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: initialize(“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.

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

16 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!

17 Rest of today… Form your group – 3 people to a group – Pick a robot. This will be you team’s robot for the remainder of the year. Test your robot. Also try issuing the commands: beep(1, 880) move(1, 1) Read Chapter 1 in the book. – You must read!! – Do not change the name of your robot!


Download ppt "1- How to connect the robot to the pc Sec 9-2 - Getting Started 3- How to move the robot Sec 9-3 - Scribbler movements 4- How to make a turn 11- How to."

Similar presentations


Ads by Google