All Resources

Tessellations and Spirographs with Finch Robots

A tessellation is a pattern of repeating shapes that fit together without any gaps. A spirograph is a pattern made of spinning shapes. In this activity we will explore how to create these patterns using a micro:bit and Finch Robot. If you do not have Finch Robots and are local, sign up for access to our loaner kits!

In order to explore these concepts with coding, we will need to use combinations of loops and functions. If it's your first time drawing with the Finch Robots, we recommend trying out this activity first: Geometry with Finch Robots.

Objectives

  • Use functions and loops in block code to create repeating patterns

  • Use properties of shapes to discover how they can fit together

Materials

  • Finch Robots

  • Chart paper

  • Crayola paint brush markers

  • Micro:bits

  • Computer with USB port and micro:USB cord OR tablets with FinchBlox or BirdBlox installed

Key Questions

  • Why do some shapes fit together and some don't? How can you predict which ones will have gaps in between?
  • How can you make your Finch Robot repeat a pattern a certain number of times?

What To Do

Set Up

You will need to set up a micro:bit classroom in order to share code with your students and be able to see what they are coding. If you’re not sure how to do this, the following link will guide you through it! https://microbit.org/get-started/user-guide/remote-teaching/

Tessellations

A tessellation is a combination of repeating shapes that fit together without any gaps. Have students attempt to draw these with pen and paper first.

  • How do you know the shapes will fit together?
  • How can you position shapes in order to avoid gaps between shapes?
  • Are there certain shapes that don’t fit together?
  • Can you make a tessellation with different shapes?

After some brainstorming time, allow students to set up the finch robots and micro:bits. They will need to open classroom.microbit.org. The micro:bit plugs in to the finch robot and the computer cord plugs into the micro:bit.

Assuming students have previously written code for drawing a square and triangle, you can start your classroom with this code:

 

Grid

How can you make your finch robot draw a tessellation of squares, or a grid?

You know that when you call the “square” function, the finch robot draws a square. How can you make it draw a series of squares along the paper?

Important questions:

  • Where does your finch robot end up when its done drawing the square? Where do you want it to start drawing the next square?
  • Instead of repeating the same code over and over, can you use the “repeat” block?

 

Triangles

Now that you have created a tessellation with squares, let’s try making one with triangles! This time, they might not fit together so easily.

Important questions:

  • How can triangles fit together to make a tessellation?
  • Do you need to rotate the shapes in order to make the tessellation?
  • Is it possible to make a tessellation with a combination of different shapes?
  • Where do you see tessellations in real life? (Hint: Science World! The globe on top of the building is made of a bunch of triangle shapes fit together)

Sample Code

The code below creates one line of squares. Students can build on this to create a whole grid!

 

 

Spirographs

After experimenting with tessellations (or instead!), they can move on to making spirographs. A example of a spirograph is pictured below. Using their functions, they can write code that will draw their shape then move slightly between each iteration. This process is mathematical but also artistic! Challenge students to create a combination of spirographs using at least three different shapes. They can also change the colour of the pen!

  • How can you predict the number of shapes that will be needed in order to complete a full circle?
  • Does your spirograph include different shapes from the repeating shape you coded? (For example, the spirograph above is made of squares but resulted in triangles being created)

Sample Code

The code below creates a spirograph similar to the one pictured above.

Extensions

  • Try other shapes in your tessellations and spirographs!

About the sticker

Survivors

Artist: Jeff Kulak

Jeff is a senior graphic designer at Science World. His illustration work has been published in the Walrus, The National Post, Reader’s Digest and Chickadee Magazine. He loves to make music, ride bikes, and spend time in the forest.

About the sticker

Egg BB

Artist: Jeff Kulak

Jeff is a senior graphic designer at Science World. His illustration work has been published in the Walrus, The National Post, Reader’s Digest and Chickadee Magazine. He loves to make music, ride bikes, and spend time in the forest.

About the sticker

Comet Crisp

Artist: Jeff Kulak

Jeff is a senior graphic designer at Science World. His illustration work has been published in the Walrus, The National Post, Reader’s Digest and Chickadee Magazine. He loves to make music, ride bikes, and spend time in the forest.

About the sticker

T-Rex and Baby

Artist: Michelle Yong

Michelle is a designer with a focus on creating joyful digital experiences! She enjoys exploring the potential forms that an idea can express itself in and helping then take shape.

About the sticker

Buddy the T-Rex

Artist: Michelle Yong

Michelle is a designer with a focus on creating joyful digital experiences! She enjoys exploring the potential forms that an idea can express itself in and helping then take shape.

About the sticker

Geodessy

Artist: Michelle Yong

Michelle is a designer with a focus on creating joyful digital experiences! She enjoys exploring the potential forms that an idea can express itself in and helping then take shape.

About the sticker

Science Buddies

Artist: Ty Dale

From Canada, Ty was born in Vancouver, British Columbia in 1993. From his chaotic workspace he draws in several different illustrative styles with thick outlines, bold colours and quirky-child like drawings. Ty distils the world around him into its basic geometry, prompting us to look at the mundane in a different way.

About the sticker

Western Dinosaur

Artist: Ty Dale

From Canada, Ty was born in Vancouver, British Columbia in 1993. From his chaotic workspace he draws in several different illustrative styles with thick outlines, bold colours and quirky-child like drawings. Ty distils the world around him into its basic geometry, prompting us to look at the mundane in a different way.

About the sticker

Time-Travel T-Rex

Artist: Ty Dale

From Canada, Ty was born in Vancouver, British Columbia in 1993. From his chaotic workspace he draws in several different illustrative styles with thick outlines, bold colours and quirky-child like drawings. Ty distils the world around him into its basic geometry, prompting us to look at the mundane in a different way.