sábado, 24 de diciembre de 2016

Socorro..  . Hoy es navidad
Diciembre 24/2016

Acabo de leer que más de 100 personas murieron ayer en el Mediterráneo, según Acnur.
La historia se repite, como un bucle.. ..
No pretendo ser un aguafiestas, ni lanzar un mensaje peyorativo acerca de la navidad, ni mucho menos.. . a mi personalmente me encantan desde que era un crio.
Quizas las navidades sean las fiestas paganas mas promocionadas del planeta.. . Papa noel, Santa Claus, etc.. . Cada uno tiene su espacio, su show.. . etc

El concepto original ha cambiado hasta transformarse en fechas puntuales para el "Entretenimiento y Consumo". .  . En cierta forma no está mal, pues la economía  requiere del gasto para reactivarse.  El hombre siempre ha buscado un pretexto para reunirse. Ya lo hacían los primitivos alrededor del fuego, hasta que una mesa de banquete ocupó el centro. Así surgieron los primeros fenómenos culturales.. .  o danzas o pintas .. . Hoy dirías comes o bebes.. .

¿Qué, cuando vamos a instaurar esta celebración? .. . pues pongámosla justo al inicio del solsticio de Invierno, que mola más, es simbólica y significativa.. dijeron algunos

Vamos al grano.. .He dedicado este momento para escribir este texto por lo inquietante, confusa y contradictoria que resulta la especie humana. Pues, hoy mientras nos reunimos algunos para festejar y otros para conmemorar un suceso que "En principio" ocurrió hace 2000 años. Cuando  una familia de refugiados que huían de Egipto se instaló en un lugar recalificado como "Pesebre" .

Me produce una profunda sensación de vergüenza, de impotencia. Quienes pueden hacer algo son esos mismos lideres mundiales que hoy están religiosamente de celebración, pero mañana bombardearan y venderán armas a cambio de más poder... .



La imagen puede contener: 2 personas, texto





domingo, 27 de noviembre de 2016

Reflexiones de Jeremias Juin

.. . dejé de admirar a la mayoría de personajes políticos e iconos de la sociedad cuando vi el efecto que producía en ellos el poder. Su afán de perpetuarse como dirigentes de una nación a cualquier precio, su inmunidad.
Su falta de autocritica y su negativa a someterse a una evaluación por parte de los ciudadanos, mediante el voto. Eso incluye a dictadores de derechas, de izquierdas y a las monarquías. /
Este cementerio no es muy serio / Jeremias Juin.

sábado, 26 de noviembre de 2016

codigo mensaje

const int pin = 13;
int x = 0; // variable
int LDR_pin = 0; // Leeremos del pin 0
int LDR_val = 0; // Variable para leer los datos del LDR
void setup() {
  pinMode(pin, OUTPUT);  //definir pin como salida
// Visualización de los valores por la consola, hay quecilcar en el botón Serial Monitor
Serial.begin(9600);
}
void loop(){
// En el loop iremos leyendo continuamente del sensor LDR
LDR_val = analogRead(LDR_pin); // read input LDR value
// Impresión de los valores leídos por el sensor por pantalla


if (LDR_val > 600)
Serial.print(1 ); // envía "1".
Serial.print("  ");
Serial.print("LDR = ");
Serial.println(LDR_val);

 
if (LDR_val < 600)

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);
//2-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//22
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//23
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//24
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//25
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//26
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//27
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//28
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//29
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//2-11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2-12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();

delay(3000);
//3-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3-2
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3-3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3-4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second



//3-6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3-7

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second



Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();

delay(3000);

//4-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-3

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-5
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-7
Serial.print(" " );
Serial.print("\t");
tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4-8

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second



Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

//5-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-2
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-3

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-8
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-9

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-11
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

//5-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-2
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-3

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-8
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-9

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-11
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5-12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);


//6-1

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-2
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-8
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-12
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

//6-1

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-2
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-5
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-8
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6-12
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

//7-1
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-2
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-5
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7-12
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();
delay(3000);



//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//12


//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();

delay(3000);

//L14
//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the

//9
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//10
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//10
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


Serial.println();

delay(3000);

//1
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second


Serial.println();

delay(3000);

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print("X" );
Serial.print("\t");

tone(9, 5000, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//7
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);


//1-1

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second
//7
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

//1-1

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//2

Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//3
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//4
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//5

Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//6
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second
//7
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//8
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//9
Serial.print(" " );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//10
Serial.print("X" );
Serial.print("\t");

tone(9, 500, 2000);

digitalWrite(13, HIGH); // set the LED on
delay(2000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//11
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second

//12
Serial.print(" " );
Serial.print("\t");

tone(9, 1000, 500);

Serial.println();

delay(3000);

Serial.println();

for(x=0; x< 64; x++){ // only part of the ASCII chart, change to suit
// print it out in many formats:



//Serial.print("  ");
//Serial.print("LDR = ");
//Serial.println(LDR_val);
kk


//Serial.print(x); // print as an ASCII-encoded decimal - same as "DEC"
//Serial.print("\t"); // prints a tab

//Serial.print("  ");
//Serial.print("LDR = ");
//Serial.println(LDR_val);



// Paro 1 segundo
delay(1000);


}
}


What would you say to the aliens in a message written in Morse code? / Contact Distant Project / Fiction / #xperimentos #emcdhqbjmadlc

What would you say to the aliens in a message written in Morse code? / Contact Distant Project / Fiction / #xperimentos #emcdhqbjmadlc

martes, 8 de noviembre de 2016

"Contacto distante" / Prototipo

Por aquí andamos.. . al fin he conseguido programar el brazo robótico que es controlado por un minijoystick. El que a su vez es el encargado de dirigir el puntero laser. Este es un modelo/prototipo en miniatura del que se narra en la novela "Contacto distante". Por esta razón utilizo un laser de corto alcanze que he programado para que emita señales en clave morse/ Posiblemente louse para mandar algún mensaje a la Estación Espacial Internacional.. está por ver. El de la novela tiene muchísimo más alcance.. .

Bueno. . . Por aquí andamos haciendo una prueba de enfoque del puntero laser y de como controlarlo con el joystick. Este es solo un modelo a escala . Ahora habrá que probar que tal es la recepción. Para ello será necesario montar otra tarjeta con un sensor fotosensible que permita recibir la señal emitida por el láser y luego descodificarla. "Distant contact": Es el nombre del proyecto y de la novela basada en El misterioso e intrigante caso del hombre que buscó justicia mas allá de los cielos/ No editada aun. Estoy desarrollando un modelo a escala o prototipo similar al que, el protagonista del relato utiliza para contactar con alguien o algo "desconocido".. . Experimento y novela by JSBaenacock Pincha aqui #emcdhqbjmadlc #testandoando

Publicado por J Sebastian Baenacock en Sábado, 12 de noviembre de 2016

martes, 1 de noviembre de 2016

Benjamin Juin

Benjamin Juin. /#personajesJuin
Era un personaje bastante particular. Dificilmente le verás sostener una conversación durante mas de 3 minutos con alguien. .. . Suele decir que despues de dos minutos parece estar hablando en un lenguaje diferente a su interlocutor. Menciona que, le resultan extrañas, la mayor parte de conversaciones que mantiene.. . pero no se da cuenta que quien le escucha, igual.. . puede pensar algo similar.
Curiosamente, no sé .. . ¿como se lo monta para terminar en medio de algunos corrillos, explicando las curiosas experiencias que rodean su impredecible vida.. .
Por A o por B aparecía en el lugar y el momento equivocado; lo que le llevaba a protagonizar situaciones surrealistas, sin pretenderlo.. .
Benjamin había conseguido superar en cierta medida, un tipo de Sindrome de Asperger leve, según los expertos gracias a su afan de superación.
Comportarse de una forma diferente, te coloca directamente en la mira de algunos desaprensivos. El efecto del bullying al que fue sometido durante el periodo escolar, le hizo mas fuerte. El pobre no tuvo otra opcion, ante esa sucesion de ataques denigrantes, que intentar soportarlo en silencio. Peor aun, asumiendo con impotencia el daño que le hacian, todo ello ante la mirada impasible de su entorno.
Su esfuerzo contra esa dificultad de comunicación y el de tratar de empatizar, le llevó por así decirlo a crear otro personaje.. . o intentar convertirse en él.
Si algunas veces te da la impresión de que aunque esté en cuerpo presente, su mente divaga en un laberinto que parece no tener salida. Lo que algunos le llaman "vida interior"
Otras se convierte en el personaje contrario. No, mas bien diría en el personaje completamente antagonico. Se torna excesivamente extrovertido, dicharachero, participe de sus experiencias y .. .
Basicamente es su mecanismo de compensación.
Asi en resumidas cuentas es la ficha técnica de este personaje.

domingo, 30 de octubre de 2016

Distant contact.. .

Es el nombre del proyecto y de la novela basada en El misterioso e intrigante caso del hombre que buscó justicia mas allá de los cielos.
Estoy desarrollando un modelo a escala o prototipo similar al que el protagonista del relato utiliza para contactar con alguien o algo desconocido.
Experimento y novela by JSBaenacock

miércoles, 26 de octubre de 2016

El misterioso e intrigante caso del hombre que buscó justicia mas allá de los cielos / dia 1

Esta relato lo estoy hilando a la vez que estoy construyendo el modelo experimental a escala, del que habla mi historia.
El misterioso e intrigante caso del hombre que buscó justicia mas allá de los cielos. #emcdhqbjmadlc / EXtracto del diario
Dia 1.
Lo sé, pensareis que estoy loco. Podría decir que mi estado linda con la desesperanza. Me he embarcado en un proyecto sin garantía de resultados.. . En cierta forma me da igual. Tengo tan poco que perder.

Mi escritorio estaba repleto de piezas de plástico y componentes electrónicos. Hoy precisamente llegó el puntero laser, el elemento principal.
MI idea puede parecer absurda para algunos. Para otros carente de criterio científico. El caso es que, llevo desarrollando esta idea durante varios meses.. . la última posibilidad, mi descabellado intento para conseguir que alguien o algo; mas allá de los confines de nuestro sistema solar, se interese por mi petición.

Alguien dijo una vez que "todos somos iguales ante la ley".
Luego me enteré que mentía descaradamente, de hecho disfrutaba de la inmunidad que carecemos los demás plebeyos.

También había descartado la justicia divina, pues parecía no funcionar en el mundo de los vivos. Básicamente un planteamiento obsoleto basado en una serie de premisas que habían pasado de generación en generación, sin que nunca nadie haya dado señales objetivas de su existencia.. . Mi mundo es este, el físico, el presente, el mismo que mis órganos de los sentidos percibe y mi cerebro interpreta. Dejemos el espectro metafísico, para los idealistas.

El Blog de JuanJuin

...