



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A tutorial on how to use the Arduino simulator, TinkerCad Circuit, to create basic Arduino assemblies without the need for a physical Arduino board. The tutorial covers creating an account on Autodesk, accessing TinkerCad Circuit, creating a new timeline, adding an LED, and simulating the code. Additionally, the document explains the Arduino board connector pins and the principle of a breadboard.
Typology: Assignments
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Before you buy an Arduino, it is possible to make basic Arduino assemblies thanks to an online simulator, which is free to use (but proprietary, i.e. not open source). This simulator, called TinkerCad Circuit, is provided by the company Autodesk. If you do not want to use a real Arduino for now, follow the tutorial below:
To avoid plugging directly into the Arduino, we will use the prototyping board or breadboard.
Of course, the board is full of holes, but many of them are connected electrically. Here is a quick diagram that will help us understand. As you can see from the picture, I have drawn various areas. The red and black areas correspond to the power lines. Often there are two vertical lines like these that allow you to connect your components to the necessary power supplies. By convention, the Black Represents ‘ground’ at 0V, and red , the power supply (in this case, +5V). Usually, all the holes in the same horizontal ligne are connected to this area. So, you have a power line running the length of the board. Then you can see areas in blue. These areas are linked together by connectors underneath the plastic in a vertical column – all the holes in the same column are connected to each other. However, each column is separate from the others. By overlapping components across multiple columns, you can connect them to each other. Finally, you may notice a space that cuts the board in half symmetrically. This space also cuts the connection of the columns. Thus, in the above drawing, you can see that each column has 5 holes that are connected. The space in the middle is standardized and is the width of the standard integrated circuits (IC’s). By placing an integrated circuit in the middle, across the space in the middle, each leg lines up with its own section of a column, which you can then connect other things to. If you want to see an example of this, I recommend you try the software Fritzing, which allows to create circuits in a fairly simple and intuitive way. You will see how the columns are separated from each other.
As we will see in the coming weeks, the pins 0 and 1 (also called Rx and Tx ) can be used to communicate with the computer. We therefore recommend that you do not use these pins to connect your LEDs, but instead focus on the numbered pins from 2 to 13!