Programming with the buttons: Difference between revisions

From wikiluntti
No edit summary
(Marked this version for translation)
 
Line 4: Line 4:
<translate>
<translate>


== Introduction ==  
== Introduction == <!--T:1-->


=== Aim ===
=== Aim === <!--T:2-->


<!--T:3-->
The pupils learn memorization and sequential coding with a very limited amount of different instructions.
The pupils learn memorization and sequential coding with a very limited amount of different instructions.


== Robot ==  
== Robot == <!--T:4-->


<!--T:5-->
Asimov robot is used. Asimov is created by Pekka Pihola, and is very stable and usable base robot. The script file works perfectly with Asimov: that means it turns exactly 90 degrees. For other robots, you need to adjust steering.
Asimov robot is used. Asimov is created by Pekka Pihola, and is very stable and usable base robot. The script file works perfectly with Asimov: that means it turns exactly 90 degrees. For other robots, you need to adjust steering.


=== Sensors ===  
=== Sensors === <!--T:6-->


<!--T:7-->
No sensors is used.  
No sensors is used.  


== Example  Video ==  
== Example  Video == <!--T:8-->


<!--T:9-->
The behavior of Turtle bot is shown on a video created for Robotiikka and tiedekasvatus ry.  
The behavior of Turtle bot is shown on a video created for Robotiikka and tiedekasvatus ry.  


<!--T:10-->
<youtube>vKOsFHbSbrQ</youtube>
<youtube>vKOsFHbSbrQ</youtube>


== Theory ==
== Theory == <!--T:11-->


<!--T:12-->
Download the script file from [http://www.luntti.net/ev3/TURTL3.ev3 www.luntti.net/ev3/TURTL3.ev3].
Download the script file from [http://www.luntti.net/ev3/TURTL3.ev3 www.luntti.net/ev3/TURTL3.ev3].


== Exercises ==
== Exercises == <!--T:13-->


<!--T:14-->
* A maze is very interesting challenge for pupils. Do not create too big maze, and check the dimension.  
* A maze is very interesting challenge for pupils. Do not create too big maze, and check the dimension.  
* Geography  
* Geography  


<!--T:15-->
Back to [[Mahtavaa Matematiikkaa 2020]]
Back to [[Mahtavaa Matematiikkaa 2020]]



Latest revision as of 19:49, 25 October 2020

<languages />


<translate>

Introduction

Aim

The pupils learn memorization and sequential coding with a very limited amount of different instructions.

Robot

Asimov robot is used. Asimov is created by Pekka Pihola, and is very stable and usable base robot. The script file works perfectly with Asimov: that means it turns exactly 90 degrees. For other robots, you need to adjust steering.

Sensors

No sensors is used.

Example Video

The behavior of Turtle bot is shown on a video created for Robotiikka and tiedekasvatus ry.

Theory

Download the script file from www.luntti.net/ev3/TURTL3.ev3.

Exercises

  • A maze is very interesting challenge for pupils. Do not create too big maze, and check the dimension.
  • Geography

Back to Mahtavaa Matematiikkaa 2020

</translate>