top of page
Tinkercad Circuit Tutorial

First create an account on the Autodesk website (this account will in no way be linked with this MOOC).  We recommend the Chrome browser, which can provide the full function of the simulator.

Go to TinkerCad Circuit.

Fill in the necessary information in the page that opens, and then click "Create New!"

Once the simulator loads, here are the different possible actions in the simulator:

simulator tinkercad.png

To send instructions to Arduino, click on it and then on Code editor.

Copy the following code and paste into the editor:

Using the Arduino simulator   Software f

Finally, add a LED on pin 13, by dragging it from the right directly onto the pins 13 and GND on the Arduino

Click “Start Simulation” in the top right. Joy and jubilation - our Virtual LED flashes! We’re going to cover how the code and electronics works in the following sections

arduino board blink.png
bottom of page