New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
Download the game as a Scorm, HTML, or PDF file.
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

¡Completa la Programación con Arduino!

Fill in the Blanks

Completa frases usando palabras clave sobre programación simple en Arduino. ¡Aprende y diviértete!

Download the paper version to play

0 times made

Created by

Guatemala

Top 10 results

There are still no results for this game. Be the first to stay in the ranking! to identify yourself.
Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

  1. time
    score
  1. time
    score
time
score
time
score
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
 
game-icon

Fill in the Blanks

¡Completa la Programación con Arduino!Online version

Completa frases usando palabras clave sobre programación simple en Arduino. ¡Aprende y diviértete!

by Rodrigo Fernando Hurtarte Meléndez
1

interactivos sensores Arduino recursos programar código proyectos mundo sencilla motores unas luces aprender automatizados microcontroladores programación posibilidades

La simple en es una forma de a programar . Con Arduino , puedes crear y sin necesidad de conocimientos avanzados . La plataforma Arduino ofrece una gran cantidad de y tutoriales para facilitar el aprendizaje . Con solo pocas líneas de , puedes controlar , , y mucho más . ¡ Empieza a con Arduino y descubre un de !

2

OUTPUT void digitalWrite OUTPUT HIGH else if loop tiempo int delay

tiempo = 20 ;

setup ( ) {

pinMode ( 2 , ) ;
pinMode ( 3 , OUTPUT ) ;
pinMode ( 4 , ) ;
pinMode ( 5 , OUTPUT ) ;
}
void ( ) {
if ( digitalRead ( 8 ) = = HIGH ) {

tiempo = 20 ;
}

if ( tiempo > = 15 ) {
( 2 , HIGH ) ;
} {
digitalWrite ( 2 , LOW ) ;
}

( tiempo > = 10 ) {
digitalWrite ( 3 , ) ;
} else {
digitalWrite ( 3 , LOW ) ;
}

if ( tiempo > = 5 ) {
digitalWrite ( 4 , HIGH ) ;
} else {
digitalWrite ( 4 , LOW ) ;
}

if ( > = 0 ) {
digitalWrite ( 5 , HIGH ) ;
} else {
digitalWrite ( 5 , LOW ) ;
}

tiempo - - ;
( 1000 ) ;
}

3

loop led ESTADO HIGH void INTPUT PULSADOR while int pinMode while led

= 2 ;
int = 3 ;
int = LOW ;

setup ( ) {
pinMode ( PULSADOR , ) ;
( led , OUTPUT ) ;
digitalWrite ( , LOW ) ;
}

void ( ) {
( digitalRead ( PULSADOR ) = = LOW ) {
ESTADO = digitalRead ( led ) ;
digitalWrite ( led , ESTADO ) ;
( digitalRead ( PULSADOR ) = = ) {
}
}
}
}

4

protegiendo rango Servo circuito Componente Pulso girar proyecto estados Sensor ajustar mediante Placa Emisor emite Temperatura construir Ancho temperatura proporcional microcontrolador Dispositivo corriente componentes recepción ultrasónicas Potenciómetro cuando Interruptor digitales posiciones hardware voltaje presionado temporalmente

Arduino : Plataforma de libre basada en un , usada para dispositivos e interactivos .

LED ( Diodo de Luz ) : Diodo que luz se le aplica eléctrica , utilizado para indicar o señales en un .

Resistor ( Resistencia ) : que limita la cantidad de corriente que pasa a través de un circuito , otros .

Pulsador ( Botón ) : que se activa al ser , utilizado para ingresar señales al Arduino .

: Resistor variable que permite el voltaje en un , usado para controlar entradas analógicas .

Sensor de ( como el LM35 ) : que mide la temperatura ambiental y proporciona una señal de a la medida .

de Ultrasonido ( HC - SR04 ) : Sensor que mide la distancia a un objeto la emisión y de ondas .

Motor : Motor que puede a específicas dentro de un , controlado mediante señales PWM ( Modulación por de ) .