Blink the LEDNot connected
InstructionsStep 1

Make the built-in LED on your ESP32 blink once every second.

Every Arduino program needs two special blocks:

  • Setup runs once when the board turns on — use it to get things ready
  • Loop forever runs over and over — this is where your program lives!

👉 Look in the Program category in the toolbox on the left. Drag a Setup block and a Loop forever block onto the workspace.

Step 1 of 5