Lesson 3 – Spaceship Interface
In this project, your Arduino is going to star in a science fiction movie! Now that you understand the basics of electronics, it’s time to start controlling things with the Arduino. In this project, a control panel lights up when you press a button. This project uses digital inputs and outputs, variables, and basic Arduino code.
If you haven’t logged into Tinkercad already please login to Tinkercad using the following Link – <Tinkercad Dashboard>
- Access the entire tutorial through the following link – <Tutorial Link>
- Access the tutorial one chapter at a time through the following links (below) –
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.