0% found this document useful (0 votes)
201 views3 pages

Documentation On Tinkercad Project

The document provides instructions for creating a circuit in Tinkercad to blink LEDs in a pattern. It involves 5 steps: 1) opening Tinkercad and selecting circuit, 2) adding components like Arduino, resistors, LEDs, 3) connecting the cathode of LEDs to resistors and anode to Arduino pins, 4) adding code in a forever loop to set pins high/low to turn LEDs on/off in sequence, glowing one at a time.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
201 views3 pages

Documentation On Tinkercad Project

The document provides instructions for creating a circuit in Tinkercad to blink LEDs in a pattern. It involves 5 steps: 1) opening Tinkercad and selecting circuit, 2) adding components like Arduino, resistors, LEDs, 3) connecting the cathode of LEDs to resistors and anode to Arduino pins, 4) adding code in a forever loop to set pins high/low to turn LEDs on/off in sequence, glowing one at a time.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Documentation on Tinkercad project:

Topic:Blinking of LED in pattern

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.

You might also like