Fun with Finch Robots: Coding and Creativity

finch robots i n.w
1 / 11
Embed
Share

Dive into the world of Finch Robots and unleash your creativity with coding. Learn how to program your Finch Robot to light up, make sounds, dance, and more. Discover the endless possibilities of hands-on learning and experimentation in robotics.

  • Finch Robots
  • Coding
  • Creativity
  • Robotics
  • Programming

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Finch Robots I JMU DIGITAL 2018

  2. What is a Finch Robot?

  3. The Parts of a Finch Robot

  4. Programming with Python - Statements, expressions & variables - Making a Finch - Using functions to play with the Finch

  5. Lets get our Finches Running!

  6. Make your Finch Give your Finch a name - be as creative and fun as you want! Ex. hermione = finch.Finch()

  7. Turn your lights on Light up the beak of you Finch using the led function, it ll look something like this: hermione.led(#, #, #) The numbers correspond to the amount of red, green, and blue LEDs lighting up the beak of the Finch. You can play around and make whatever color you want!

  8. Make some fireworks! or a rainbow! Use time s sleep function to make you Finch s beak a variety of colors time.sleep(# of seconds)

  9. Let the Finches Fly! (well, sorta) Use the wheels function to see your Finches take flight! hermione.wheels(left, right)

  10. Make them dance & sing! Use the buzzer function and all of the skills you ve learned so far to have a Finch dance party! hermione.buzzer(frequency, length)

  11. What else can you do with the Finches?

More Related Content