052035 Basic Starter V2.0 Kit for Arduino: Difference between revisions
Keyestudio (talk | contribs) |
Keyestudio (talk | contribs) |
||
Line 1,098: | Line 1,098: | ||
'''Introduction:''' <br> | '''Introduction:''' <br> | ||
Tilt switch controlling the LED ON and OFF. | Tilt switch controlling the LED ON and OFF. | ||
[[File:Tilt switch.png|250px| | [[File:Tilt switch.png|250px||Ball Tilt Switch]] | ||
'''Hardware Required:'''<br> | '''Hardware Required:'''<br> | ||
Line 1,109: | Line 1,109: | ||
7.Breadboard jumper wire *5 <br> | 7.Breadboard jumper wire *5 <br> | ||
Connect the ball tilt switch, LED and resistors to control board. Connect the LED to digital pin 8, ball switch to analog pin 5. | Connect the ball tilt switch, LED and resistors to control board. Connect the LED to digital pin 8, ball switch to analog pin 5. | ||
'''Connection for UNO R3 and 2560 R3:''' | |||
<br>[[File:2043-29.png|800px|frameless|thumb]]<br> | |||
'''Connection for 2560 R3:''' | |||
<br>[[File: | |||
<br> | <br> | ||
Line 1,151: | Line 1,149: | ||
The principle of this experiment can be applied to relay control. <br> | The principle of this experiment can be applied to relay control. <br> | ||
Experiment is completed.Thank you! | Experiment is completed.Thank you! | ||
<br> | <br> | ||
Revision as of 13:36, 14 December 2019
Kit Introduction
This Basic Starter V2.0 upgraded kit is developed specially for those who are interested in Arduino. You will have a set of Arduino's most common and useful electronic components.
What's more, we will offer you a detailed tutorials including project introduction, connection diagram, source code and more. You may learn about Arduino from basic projects to more complex projects. This kit will help you control the physical world with sensors.
Kit Contents
Note: KS0402 kit with no board and USB cable; KS0403 kit with UNO R3; KS0404 with 2560 MEGA R3.
Getting Started with Arduino
Installing Arduino Software
When you get the UNO development board, first you should install the Arduino software and driver.
We usually use the Windows software Arduino 1.5.6 version. You can download it from the link below:
https://www.arduino.cc/en/Main/OldSoftwareReleases#1.5.x
Or you can browse the ARDUINO website to download the latest version from this link, https://www.arduino.cc, pop up the following interface.
Then click the SOFTWARE on the browse bar, you will have two options ONLINE TOOLS and DOWNLOADS.
Click DOWNLOADS, it will appear the latest software version of ARDUINO 1.8.5 shown as below.
In this software page, on the right side you can see the version of development software for different operating systems. ARDUINO has a powerful compatibility. You should download the software that is compatible with the operating system of your computer.
We will take WINDOWS system as an example here. There are also two options under Windows system, one is installed version, the other is non-installed version.
For simple installed version, first click Windows Installer, you will get the following page.
This way you just need to click JUST DOWNLOAD, then click the downloaded file to install it.
For non-installed version, first click Windows ZIP file, you will also get the pop-up interface as the above figure.
Click JUST DOWNLOAD, and when the ZIP file is downloaded well to your computer, you can directly unzip the file and click the icon of ARDUINO software to start it.
Installing Arduino (Windows)
Install Arduino with the exe. Installation package. Here we provide you with Arduino-1.5.6-r2-windows package, you can directly click the icon to install it.
Click“I Agree”to see the following interface.
Click “Next”. Pop up the interface below.
You can press Browse… to choose an installation path or directly type in the directory you want.
Then click “Install” to initiate installation.
Wait for the installing process, if appear the interface of Window Security, just continue to click Install to finish the installation.
All right, up to now, you have completed the Arduino setup! The following icon will appear on your PC desktop.
Double-click the icon of Arduino to enter the desired development environment shown as below.