Documentation On Tinkercad Project
Documentation On Tinkercad Project
Step 1:Open the tinkercad platform and click on create option and select the circuit option in
order to create the circuit.
Step 2:Select the components required from the right corner components menu for creating
the circuit such as arudino,resistor and LED.
Step 3:Drag the arudino and select any number of LEDs and resistors as per your choice in
order to blink them in pattern.
Step 4:Connect the cathode(negative) terminal of LEDs with the resistor using wire by
clicking on the end of the terminal and anode(positive) terminal with the terminal of the
arudino directly.
Step 4:Click on the blue colored code option on the top right corner of the tinkercad platform
in order to implement the circuit.
Step 5:Select and drag the components in order to form the circuit using the following code.
In the above code,at first I have used forever which works as a loop in order to repeat the
same process.
In order to glow the LED in pattern one by one respectively following code is required:
● Set the voltage pin to high and low respectively in order to glow the led.
● Set the both voltage pin to low respectively in order to blow off the led.