Project - Turn the LED on/off

  1. Create the circuit.

    B1 Class - LED Arduino.png



  2. In Stage mode, create this program.

    A1 - LED blink program.png

    PictoBlox hardware mode.png In Stage mode (or live mode), any changes to the program will be executed in real-time.

    A1 Class - Upload Firmware 3.png Remember to upload firmware in order to allow communcation between PictoBlox and Arduino Uno board.



  3. Click on the green flag to run the program live.

    What happens to the LED?

    A1 Class - Blinking LED.gif



  4. Try making the LED blink faster by changing the delay.

    B1 Class - Change delay.png