Lesson 4 – Adding Components
As part of this lesson we will explore the basics of adding components to our circuits.
If you haven’t logged into Tinkercad already please login to Tinkercad using the following Link – <Tinkercad Dashboard>
Access the tutorial through the following link – <Tutorial Link>
What is Tinkercad Circuits – Tinkercad is a free, online 3D modeling program that runs in a web browser, known for its simplicity and ease of use. Since it became available in 2011 it has become a popular platform for creating models for 3D printing as well as an entry-level introduction to constructive solid geometry in schools. Tinkercad Circuits is an extension of the Tinkercad platform that allows one to create electronic circuits using a drag and drop interface instead of writing code.
Learn more about Tinkercad Circuits at the Tinkercad website.
What is the Arduino platform – Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs – light on a sensor, a finger on a button, or a Twitter message – and turn it into an output – activating a motor, turning on an LED, publishing something online. Over the years Arduino has been the brain of thousands of projects, from everyday objects to complex scientific instruments. A worldwide community of makers – students, hobbyists, artists, programmers, and professionals – has gathered around this open-source platform, their contributions have added up to an incredible amount of accessible knowledge that can be of great help to novices and experts alike.
Learn more about the Arduino platform at the Arduino website.