A first program for the robot using Finch with Scratch

Answer all of the questions on this page as you work with the robot.

Instructions

  1. Plug the robot's USB cable into the computer FIRST
  2. Run the Birdbrain Robot Server.
  3. Start SCRATCH for Finch. splash screen DO NOT CLOSE the Control Window.

Follow these directions

 

Answer these questions as you work

  1. snap first programCreate this program

Notice that:

    • YELLOW blocks come from CONTROL
    • PURPLE blocks come from LOOKS
    • BLUE blocks come from MOTION
    • Finch blocks come from MORE BLOCKS

     

 
  1. Using the first Scratch program, answer these questions:
    1. How can you tell that the robot is getting power?
    2. How do you start and end the program?
    3. What should happen?
    4. Does it work?
      • Why or why not?

  1. Create the code below and add it to your program
first program blocks
 
  1. Answer these questions when you run the program:
    1. What color does the Finch's beak change to?
    2. How far does the Finch travel? (measure it)
    3. Does the Finch move in a straight line?
      • Why or why not?





  1. Change the wait block to say 3 seconds instead of 1 second. Run the program.

 
  1. How far does the robot go when you change the wait time to 3 seconds?
    • Is it exactly 3 times farther than it traveled at 1 second?
    • Why?
  1. Change the numbers in the MOVE block to say -60 instead of 60.
    Run the program.

 
  1. What happens if you change the MOVE block to say MOVE FINCH LEFT:-60 RIGHT: -60 using negative numbers?
  1. Remove the wait block altogether. Run the program.

 
  1. How far does the robot go if there is no wait block?
    • Why?

  1. Does anything change if you remove the Stop all block?
  2. RGB stands for Red-Green-Blue. You can create different colors by changing the numbers.
    100 means the color is on all the way
    0 means that color is turned off

    Modify your program so that the robot goes:

    forward for 2 seconds showing a BLUE light and then
    backwards for 2 seconds with a RED light.
    Demonstrate your program to the teacher.
 




  1. Does the stop all block make a difference?
  2. What numeric color code would you use to show purple?

Save your program to your drive when complete as Program1YourNames

Copy and paste the questions above on the right in Word, fill in your answers, and also save as Program1YourNames