Draw me a sheep

Programming level 1

Puppetry

P1

How to build

The robot

  • Characters in the scene: Little Prince, sheep, box, palm tree
  • Movable pot arm, the box door also opens with axles
  • The scene is acted out by moving the figures

P1

Static figures

P1

Programming level 2

Box that opens with a push button

P2

How to build

The robots

  • Box that opens with a push button and servo motor
  • The box opens when the button is pressed, and the sheep is placed inside
  • The box door closes and the buzzer sounds

P2

The robots

P2

P2

Programming level 3

Box that remains open for a random amount of time

P3

How to build

The robots

  • Box that opens with a push button and servo motor
  • Press the button to open the box, place the lamb inside
  • Using a random number generator, the program controls how long the box remains open, and after it closes, the buzzer sounds

P3

The robots

P3

P3

Programming level 4

Box operated by an infrared sensor

P4

How to build

The robots

  • Box that opens with a push button and servo motor
  • The box opens when the button is pressed, and we place the lamb inside
  • The box door closes on the 1 infrared sensor placed in the box
  • After a random time controlled by the random number generator, the box door opens and the lamb is removed
  • This way, the lamb avoids the infrared sensor and the box door closes

P4

The robots

P4

P4