3. Exercises with led, blinking

Program the blocks needed to solve the following problems.

  1. Copy the program to achieve the blinking of led D1 of the Picuino control panel.

    Programa Ardublock. Picuino D1 blink.
  2. Beacon simulation. Copy the program to obtain alternate blinking of led D1 and led D4 of the Picuino control board.

    Programa Ardublock. Picuino D1 blink.
  3. alarm simulator. Create a program that turns on led D1 for one tenth of a second every 3 seconds.

  4. Christmas tree simulator. Create a program that turns on LEDs D1 to D6 with different on and off times each.

  5. Arrow type 1. Copy the program to make LEDs D1 to D6 blink, simulating an arrow that turns on to the right and turns off to the right.

    Programa Ardublock. Simulación de flecha 1.
  6. Complete the previous program so that LEDs D4, D5 and D6 also light up.

  7. Arrow type 2. Copy the program to make LEDs D1 to D6 blink, simulating an arrow that turns on to the right and turns off to the left.

    Programa Ardublock. Simulación de flecha 2.
  8. Complete the previous program so that LEDs D4, D5 and D6 also light up.