Robotics 10°

 

Tenth Grade Space 

 

🌈 Neurolinguistic Phrase:  

πŸ† Date: February 15th - 24

πŸ† TMA: Opposite Actions
πŸ‘©‍🏫 Topic: What's Python -  Introduction to python


πŸ“•We are going to learn about python an how to use a specific IDE

πŸ“• DOCUMENT

πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹

🌈 Neurolinguistic Phrase:  

πŸ† Date: February 22th - 24

πŸ† TMA: Opposite Actions

πŸ‘©‍🏫 Topic: What's Python -  Introduction to python


πŸ“•We are going to learn about python concepts (slide 27 to slide 37)

πŸ“•Then we will learn how to use Replit: "My first Program."

 πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹

 

🌈 Neurolinguistic Phrase:  

πŸ† Date: April 25th - 24

πŸ† TMA: Tongue twister

πŸ‘©‍🏫 Topic:  The controller I: analyze, process and connect


πŸ“•We are going to learn about python concepts and how doas the controller work.

        "A peck of pickled peppers Peter Piper picked."

Expresions 

 πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹

🌈 Neurolinguistic Phrase:  

πŸ† Date: May 2nd - 24

πŸ† TMA: Tongue twister

πŸ‘©‍🏫 Topic:  The controller II: analyze, process and connect


πŸ“•We are going to learn about python concepts and how does the controller work.

πŸ“• 10° FOLDER πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«

        "A peck of pickled peppers Peter Piper picked."

 Review

# Esto es un comentario
# Este cΓ³digo fue realizado por Omar MuΓ±oz
edad=22 # variable de tipo entero
Temperatura = 35.8 # Variable de tipo decimal
nombreUsuario = "Juan" # Variable tipo String
Saludo = "Hello"
Saludo_2 = "Mundo"
# 2saludo = "World" # Esto no es permitido
# $ueldo = 1000 # Esto no es permitido
# Sueldo = 4000 "pesos" # esto no es permitido
print("NiΓ±os") # InstrucciΓ³n para imprimir informaciΓ³n
print("la edad es: " +str(edad)) # convertir el nΓΊmero a string para poder mezclar
print(Saludo +Saludo_2)

# Ejercicio:
NombreEstudiante = "Omar MuΓ±oz"
edad_Estudiante = 39
correo_omar = "omar.munoz@gimnasiolaspalmas.edu.co"

print("linea 1 \nlinea 2 \nlinea 3 \nlinea 4")

 πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹

 

🌈 Neurolinguistic Phrase:  

πŸ† Date: May 9th - 24

πŸ† TMA: Tongue twister

πŸ‘©‍🏫 Topic:  The controller II: analyze, process and connect


πŸ“•We are going to learn about python concepts and how does the controller work.

πŸ“• 10° FOLDER πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«πŸ’«

WEEK AND CLASS 

        "A peck of pickled peppers Peter Piper picked."

 Video 1: Data Type

Video 2: Multiple Variables 

Video 3: String Methods 

 

  πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹

 
THIRD TERM
 

  πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹

🌈 Neurolinguistic Phrase:  

πŸ† Date: July 11th - 24

πŸ† TMA: Tongue twister

πŸ‘©‍🏫 Topic: Learning - Criterias and STEM Project


LEARNING:

Build the prototype of the IoT - STEM project, documenting the specific use selected, its potential social impact and its progress.

CRITERIAS:

° Discipline 10% 

° Class work 30%
---> Test Of Knowledge home? school?
---> Quiz home? school?
---> In Class: What did you do today? Positive points++
 

° Homework or independent learning (projects) 30%

---> Workbook, Notebooks.


° Teamwork/collaborative learning 30%

---> STEM project.(30%)


Project: Rainwater collection Tank (Teamwork)
A. Make the Workflow for the project with IoT.
The workflow must have:
1. Situation
2. Idea
3. Cycle diagram of operation
4. Creation and implementation workflow
5. Explanation of the abstract representation

6. Abstract sketch
7. Actuators

8. Sensors

9. Table of key information

HELP #1

HELP #2

πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹

 

 

 

🌈 Neurolinguistic Phrase:  

πŸ† Date: July 25th - 24

πŸ† TMA: Tongue twister

πŸ‘©‍🏫 Topic:  MicroPython - PlayIoT

  TEAMWORK

πŸ“• Download, analyze the program and Probe with the playIoT. 10 points.

 πŸ“•TURN ON THE PLAYIoT

 PROGRAM 1

 πŸ“•Then,  change the values to make the 4 led lights of the playIoT light up. (40 points)

Look the image:


πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹πŸ’‹


CODE #1