052035 Basic Starter V2.0 Kit for Arduino: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
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|right|Ball Tilt Switch]]
[[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>


'''Connection for UNO R3:'''<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.
<br>[[File:Pro13-1.png|500px|frameless|thumb]]<br>
'''Connection for UNO R3 and 2560 R3:'''
<br>
<br>[[File:2043-29.png|800px|frameless|thumb]]<br>
'''Connection for 2560 R3:'''
<br>[[File:Pro13-2.png|500px|frameless|thumb]]<br>


<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>[[File:Pro13-3.png|500px|frameless|thumb]]<br>
 
<br>
<br>



Revision as of 13:36, 14 December 2019

Inland 052035 Basic Starter V2.0 Kit for Arduino

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.
thumb


Kit Contents

Note: KS0402 kit with no board and USB cable; KS0403 kit with UNO R3; KS0404 with 2560 MEGA R3.

No. Product Name Quantity Picture
1 LED - Blue 5
thumb
2 LED - Red 5
thumb
3 LED - Yellow 5
thumb
4 LED - RGB 1
thumb
5 220Ω resistor 8
thumb
6 10KΩ resistor 5
thumb
7 1KΩ resistor 5
thumb
8 103 Potentiometer 1
thumb
9 Buzzer (active) 1
thumb
10 Buzzer (passive) 1
thumb
11 Large button switch 4
thumb
12 Ball tilt sensor 2
thumb
13 Photo Resistor 3
thumb

thumb

thumb
14 Flame sensor 1
thumb
15 LM35 Temp Sensor 1
thumb
16 IC 74HC595N 16-pin DIP 1
thumb
17 1-digit LED module 1
thumb
18 4-digit LED module 1
thumb
19 8*8 LED Matrix 1
thumb
20 1602 LCD display 1
thumb
21 IR receiver 1
thumb
22 IR remote control 1
thumb
23 Servo Motor 1
thumb
24 Pin headers 40
thumb
25 830 hole Breadboard 1
thumb
26 Jumper Wire 30
thumb
27 6-cell AA Battery pack 1
thumb
28 USB cable 1
thumb
29 L293D chip 1
thumb
30 Relay module 1
thumb
31 PIR Motion Sensor 1
thumb
32 HC-SR04 Ultrasonic Sensor 1
thumb
33 DHT11 Temperature & Humidity Sensor 1
thumb
34 Motor 1
thumb
35 Fan Leaf 1
thumb


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.
KS0313-1.png

Then click the SOFTWARE on the browse bar, you will have two options ONLINE TOOLS and DOWNLOADS.
KS0313-2.png

Click DOWNLOADS, it will appear the latest software version of ARDUINO 1.8.5 shown as below.
KS0313-3.png

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.

KS0313-4.png

KS0313-5.png

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.
thumb

Click“I Agree”to see the following interface.
thumb

Click “Next”. Pop up the interface below.
thumb

You can press Browse… to choose an installation path or directly type in the directory you want.
Then click “Install” to initiate installation.
thumb

Wait for the installing process, if appear the interface of Window Security, just continue to click Install to finish the installation.
thumb

All right, up to now, you have completed the Arduino setup! The following icon will appear on your PC desktop.
Ks0313图片1.png
Double-click the icon of Arduino to enter the desired development environment shown as below.