PENGENALAN ARDUINO | BELAJAR ARDUINO 01

Teknik Elektronika
2 Feb 202107:07

Summary

TLDRThis video offers an introduction to Arduino for beginners, explaining what Arduino is and its applications in electronics and physical interaction devices. It covers the basics of Arduino, including its components and how to use them, with a focus on the popular Arduino Uno board. The video guides viewers through the board's features like digital and analog pins, power connections, and indicator lights, setting a foundation for further exploration into programming and practical applications.

Takeaways

  • 😀 Arduino is an electronic device that uses a microcontroller designed for practical and easy use.
  • 🎓 Arduino can be used to create electronic or electrical devices that interact with the physical world.
  • 🛠️ Arduino boards are composed of electronic components, with a microcontroller chip as the main component.
  • 💡 You can upload a program to the board, which allows the Arduino to execute tasks.
  • 🌐 Arduino is widely used in household appliances, industry, and entertainment devices.
  • 📈 Arduino programming is simple and beginner-friendly, even for those new to programming.
  • 🔌 Arduino Uno is a commonly used board, featuring digital and analog input/output pins, power pins, and a USB connector.
  • 🔋 The VCC pins on Arduino provide a connection to voltage levels, and there's also a VCC connector for external power sources.
  • 🔌 The USB connector on Arduino is used to connect the board to a computer for uploading programs.
  • ♻️ The reset button on Arduino allows you to restart the program execution from the beginning.
  • 💡 Arduino Uno has built-in LED lights that serve as indicators for power and data transmission status.

Q & A

  • What is Arduino?

    -Arduino is an electronic microcontroller device designed to be practical and easy to use. It is a type of controller that can be programmed to create electronic or electrical devices that interact with the physical world.

  • What can you do with an Arduino?

    -With an Arduino, you can create more powerful electronic and electrical devices that can interact with the physical world. It's widely used in home appliances, industry, and entertainment devices.

  • What is the main component of an Arduino board?

    -The main component of an Arduino board is a microcontroller chip, which allows you to input programs that the board can execute.

  • How is the programming language of Arduino described in the script?

    -The programming language used in Arduino is described as simple and easy to learn, even for those who are new to programming, as it is similar to human language.

  • What is the difference between digital and analog pins on an Arduino board?

    -Digital pins on an Arduino board are used for receiving or sending digital signals, which have only two states: high (represented by 5V or 3.3V voltage) and low (represented by zero voltage). Analog pins, on the other hand, handle analog signals, which have a more dynamic range and are often found in the physical world, like sound waves.

  • What does VCC stand for and what is its function on an Arduino board?

    -VCC stands for Voltage Common Collector and it serves as a connection to a certain voltage level. It can provide a reference voltage needed for the programs running on the Arduino board.

  • Why might you need an external power source connected to the VCC connector?

    -You might need an external power source connected to the VCC connector when the power supplied by the computer via the USB connector is not sufficient, such as when a higher power capacity is required.

  • What is the function of the USB connector on an Arduino board?

    -The USB connector on an Arduino board is used to connect the board to a computer, allowing you to upload programs to the board.

  • What does the built-in LED on an Arduino board do?

    -The built-in LED on an Arduino board can be used to test programs without needing an external LED. It is usually connected to digital pin number 13.

  • What is the purpose of the reset button on an Arduino board?

    -The reset button on an Arduino board is used to reset the program running on the board, causing it to restart the program from the beginning.

Outlines

00:00

😀 Introduction to Arduino

This paragraph introduces the concept of Arduino to beginners. Arduino is described as an electronic microcontroller device that is practical and easy to use. It is a control board that can be programmed to interact with the physical world, making it applicable in various household and industrial applications, as well as entertainment devices. Arduino boards contain electronic components, with a microcontroller chip as the main component. The paragraph emphasizes the simplicity of programming Arduino, stating that the programming language is human-like and easy to learn, even for those unfamiliar with programming. It also mentions the availability of various Arduino boards, from small to large with numerous features, and that Arduino Uno is a commonly used board which will be the focus in subsequent tutorials.

05:00

🔌 Exploring Arduino Uno Components

This paragraph delves into the components of the Arduino Uno board. It explains the functions of digital pins, which are used for sending and receiving digital signals, represented by high and low voltage states. Analog pins are also mentioned, which handle more dynamic signals like sound waves. The paragraph further discusses the VCC pin, which connects to a specific voltage level and can be used as a reference voltage in programs. The external power supply through the VCC connector is highlighted as necessary when the power provided by the computer via USB is insufficient. The USB connector is described for its role in connecting the board to a computer for program uploading. The reset button's function is also explained, which resets the running program on the Arduino. Indicator lights such as RX and power lights are mentioned, with the former indicating data flow and the latter showing that voltage is supplied to the board. Lastly, the built-in LED on pin 13 is highlighted as a convenient feature for testing programs without needing an external LED.

Mindmap

Keywords

💡Arduino

Arduino is an open-source electronics platform based on easy-to-use hardware and software. It is a microcontroller board that can be programmed to control various electronic devices and interact with the physical world. In the video, Arduino is introduced as a practical and user-friendly device for creating more powerful electronic and electrical tools. It is used in home appliances, industry, and entertainment equipment.

💡Microcontroller

A microcontroller is a small computer on a single integrated circuit. It is used in embedded systems to control a specific operation in an efficient way. In the context of the video, Arduino contains a microcontroller chip which is the main electronic component that allows the board to run programs and interact with other devices. It is the heart of the Arduino board.

💡Digital Pin

Digital pins on an Arduino board are used for sending and receiving digital signals. These pins can only read or output two states: high (usually represented by a voltage like 5V) or low (0V). In the video, digital pins are mentioned as terminals on the Arduino board that can be programmed to generate or respond to digital signals, which are essential for controlling electronic circuits.

💡Analog Pin

Analog pins on an Arduino are used for handling analog signals, which are continuous and can vary over a range of values. Unlike digital signals, analog signals can represent a wide array of levels. In the video, analog pins are described as handling signals like sound waves, which are common in the physical world and can be used to interface with various sensors.

💡VCC

VCC stands for Voltage Common Collector or Voltage Collector-Collector, depending on the context. In electronics, it often refers to the positive voltage supply. In the video, VCC is mentioned as a connection that provides a certain level of voltage, which can be used as a reference for the programs running on the Arduino board.

💡USB Connector

The USB connector is a widely used interface for connecting devices to a computer or other power sources. In the video, the USB connector on the Arduino board is used to connect the board to a computer, allowing the user to upload programs to the board. It is a standard feature that facilitates the programming and operation of the Arduino.

💡Reset Button

The reset button on an Arduino board is used to restart the board and reset the program execution. In the video, it is mentioned that pressing the reset button will cause the Arduino to start running its program from the beginning, which is useful for debugging and testing.

💡Indicator Lights

Indicator lights, such as the RX and TX lights on an Arduino board, provide visual feedback about the board's status. In the video, these lights are described as signaling data flow or communication activity on the board. They blink when data is being sent or received, indicating that the board is active and functioning.

💡Power Light

The power light on an Arduino board indicates that power is being supplied to the board. In the video, it is mentioned that if the power light is on, it means the board is receiving voltage and is operational. This is a simple but crucial indicator for users to know the board's power status.

💡Built-in LED

A built-in LED on an Arduino board is a light-emitting diode that is integrated into the board's circuitry. In the video, the built-in LED is highlighted as a convenient feature for testing programs without needing an external LED. It is typically connected to a digital pin (like pin 13) and can be controlled by the user's program.

Highlights

Introduction to Arduino for beginners

Definition of Arduino as a microcontroller-based electronic device

Practicality and ease of use of Arduino

Arduino's application in home appliances, industry, and entertainment devices

Arduino as a board with an integrated microcontroller chip

Programming Arduino to execute tasks

Simplicity of Arduino programming language for beginners

Variety of Arduino boards available in the market

Arduino Uno as a commonly used board for beginners

Explanation of digital pins on Arduino Uno

Function of digital pins for sending and receiving digital signals

Understanding digital signals in terms of high and low states

Introduction to analog pins and their function

Difference between digital and analog signals

Role of VCC pins in providing power to the board

Use of external power sources through the VCC connector

Function of the USB connector for programming and power supply

Purpose of the reset button on Arduino Uno

Indicator lights on Arduino Uno for monitoring board status

Built-in LED on Arduino Uno for testing without external components

Upcoming tutorial on creating a program for Arduino

Transcripts

play00:00

halo halo semuanya ini adalah video saya

play00:03

tentang Arduino buat kalian yang awam

play00:05

banget Apa itu Arduino dan ingin belajar

play00:08

tentang Arduino dari dasar hingga

play00:10

tingkat lanjut bisa kalian mulai dari

play00:12

video ini karena di video ini saya akan

play00:15

memperkenalkan pada kalian Apa itu

play00:18

Arduino dan menunjukkan bagian-bagian

play00:20

dari arjuni yang perlu kalian ketahui

play00:23

oke langsung saja kita mulai

play00:25

perkenalannya Arduino merupakan

play00:28

perangkat elektronika mikrokontroler

play00:30

yang telah dirancang secara praktis dan

play00:33

mudah untuk digunakan Arduino hanya satu

play00:35

bentuk perangkat kontroler dari sekian

play00:37

banyak perangkat sejenis yang sudah

play00:39

banyak dipelajari dan digunakan oleh

play00:41

banyak orang dengan perangkat Arduino

play00:43

kita bisa membuat sebuah peralatan

play00:46

elektronika maupun kelistrikan yang

play00:48

lebih powerfull dan bisa berinteraksi

play00:50

dengan dunia fisik karena itu Arduino

play00:53

banyak diterapkan pada berbagai

play00:54

peralatan rumah tangga dan industri

play00:57

serta perangkat Entertainment

play01:00

Hai Arduino pada dasarnya adalah sebuah

play01:02

papan rangkaian yang berisi komponen

play01:04

elektronika dengan sebuah chip

play01:06

mikrokontroler sebagai komponen utamanya

play01:09

kita bisa masukkan sebuah program ke

play01:12

dalam tipe ini sehingga bisa dijalankan

play01:14

oleh papan rangkaian Arduino perpaduan

play01:17

antara Arduino board atau papan

play01:19

rangkaian dan program inilah yang

play01:21

menjadikan Arduino sebagai perangkat

play01:24

yang luar biasa program yang dipakai

play01:26

untuk menjalankan Arduino cukup

play01:28

sederhana dan mudah untuk dipelajari

play01:29

bahkan bagi orang yang belum mengenal

play01:32

bahasa pemrograman sekalipun karena

play01:35

bahasa pemrograman yang digunakan pada

play01:37

Arduino mirip dengan bahasa manusia

play01:39

sehingga akan lebih mudah untuk dipahami

play01:41

dan dipelajari ada begitu banyak jenis

play01:44

papan Arduino yang tersedia saat ini

play01:46

mulai dari bentuk yang kecil hingga

play01:49

papan Arduino dengan desain yang besar

play01:51

dan mempunyai banyak fitur serta

play01:53

kemampuannya yang lebih banyak Kalian

play01:56

bisa mendapatkan papan Arduino atau

play01:58

Arduino board ini

play02:00

mudah di berbagai toko elektronik online

play02:01

dengan harga yang relatif murah salah

play02:05

satu contoh Arduino board yang banyak

play02:06

dipakai adalah arduino.uno karena itu

play02:11

Nantinya di semua tutur yang akan kita

play02:12

pelajari di video-video saya selanjutnya

play02:14

akan menggunakan jenis Arduino ini dalam

play02:17

prakteknya sebagai langkah awal kita

play02:21

akan berkenalan dulu dengan Arduino Uno

play02:23

kita akan mengenal bagian-bagian apa

play02:25

saja yang ada di dalam arduino.uno ini

play02:28

yang perlu kalian ketahui oke langsung

play02:32

saja kita bahas bagian-bagian yang ada

play02:33

pada Arduino Uno yang pertama adalah

play02:37

Digital Print digital PIN merupakan PIN

play02:40

pada Arduino yang berguna sebagai

play02:42

terminal untuk menerima atau mengirimkan

play02:45

sinyal digital lewatin ini kalian bisa

play02:48

menghasilkan sinyal digital untuk

play02:49

direspon oleh Arduino jika kalian belum

play02:52

tahu apa itu sinyal digital sinyal

play02:55

digital adalah jenis sinyal yang hanya

play02:56

memiliki dua jenis kondisi yaitu low dan

play03:00

Hai kondisi high dan low pada sistem

play03:02

digital direpresentasikan dengan

play03:04

tegangan dimana kondisi high diwakilkan

play03:07

dengan tegangan 5volt atau 3,3 volt

play03:10

sementara kondisi low diwakilkan dengan

play03:13

tegangan nol selain dapat menerima

play03:17

sinyal digital Twin digital juga dapat

play03:19

mengeluarkan sinyal digital fungsi PIN

play03:21

sebagai penerima atau pengirim sinyal

play03:23

digital ini ditetapkan oleh program yang

play03:26

nantinya akan kita tulis Nanti kita akan

play03:28

mempelajarinya di video tersendiri

play03:32

berikutnya adalah analog PIN fungsi

play03:35

deretan band ini sama dengan digital PIN

play03:38

yaitu untuk menerima dan mengeluarkan

play03:40

sinyal hanya saja sinyal yang ditangani

play03:43

oleh PIN ini adalah dari jenis sinyal

play03:45

analog jenisnya analog memiliki

play03:48

gelombang yang lebih dinamis dan

play03:51

jenisnya ini banyak kita jumpai pada

play03:54

dunia fisik seperti gelombang suara yang

play03:58

kita dengar

play04:00

sehari termasuk kedalam jenis sinyal

play04:02

analog selanjutnya adalah PIN vcc vcc

play04:06

merupakan penyambung hubungan dengan

play04:09

tegangan Ipin ini terdapat Terminal yang

play04:12

Bapak mengeluarkan tegangan dengan level

play04:14

tertentu dan juga bisa menerima tegangan

play04:17

tertentu sebagai tegangan referensi yang

play04:21

akan digunakan pada program yang dibuat

play04:23

untuk dijalankan di dalam Arduino board

play04:26

ini selanjutnya adalah konektor vcc atau

play04:31

konektor tegangan soket ini berfungsi

play04:34

untuk memberikan sumber tegangan

play04:35

eksternal yang dibutuhkan pada dasarnya

play04:38

kebutuhan tegangan Arduino telah

play04:40

disediakan oleh komputer melalui

play04:42

konektor USB sehingga tidak lagi

play04:44

membutuhkan tegangan eksternal hanya

play04:47

saja tegangan yang disuplai oleh

play04:48

komputer melalui kabel USB ini memiliki

play04:52

daya atau kapasitas yang sangat terbatas

play04:55

ketika kita membutuhkan kapasitas daya

play04:58

yang jauh lebih besar maka

play05:00

sumber tegangan dari komputer ini tidak

play05:01

akan memadai karena itu diperlukan

play05:04

sumber daya eksternal yang bisa kita

play05:06

masukkan melalui konektor vcc ini

play05:09

berikutnya adalah konektor USB connector

play05:13

USB berguna untuk menghubungkan Arduino

play05:16

board dengan komputer sehingga

play05:18

memungkinkan bagi kita untuk mengirimkan

play05:21

program kedalam hardoyono board melalui

play05:23

kabel USB jenis konektor USB pada

play05:27

Arduino menggunakan konektor jenis tipe

play05:29

B kalian bisa menggunakan kabel printer

play05:33

untuk menghubungkan Arduino dengan

play05:34

laptop atau komputer milik kalian

play05:37

disampingnya terdapat tombol reset

play05:39

tombol reset ini berfungsi untuk mereset

play05:42

program yang berjalan pada Arduino jadi

play05:45

ketika kalian menekan tombol reset ini

play05:47

maka Arduino akan mengulang eksekusi

play05:50

program dari awal lagi dan berikutnya

play05:54

adalah beberapa buah lampu indikator

play05:57

yang berfungsi untuk memberikan tanda

play05:59

atau pesantren

play06:00

truk misalnya lampu RX yang memberikan

play06:03

pesan bahwa terjadi aliran data atau

play06:05

sinyal pada Arduino kedua lampu ini akan

play06:09

menyala berkedip-kedip ketika kita

play06:11

memasukkan atau mengeluarkan data dari

play06:14

Arduino kemudian lampu power ini

play06:17

berfungsi untuk memberikan tanda bahwa

play06:19

tegangan sudah masuk ke dalam Arduino

play06:21

board Jadi jika lampu ini menyala maka

play06:24

Arduino board sudah mulai bekerja dan

play06:27

terakhir adalah lampu built-in Arduino

play06:29

Lampu ini bisa digunakan untuk mengetes

play06:33

program sehingga kita tidak perlu

play06:35

membutuhkan lampu LED eksternal lagi

play06:37

lampu belindi aduh ini biasanya

play06:40

terhubung dengan Pin digital nomor 13

play06:44

itulah tadi penjelasan tentang

play06:46

bagian-bagian pada Arduino Uno sebagai

play06:49

langkah awal kita mengenal Arduino di

play06:52

video selanjutnya kita akan mengenal

play06:53

program AIDS Dwi no yang diperlukan

play06:57

untuk membuat sebuah program jadi

play07:00

tetapi kulit terus channel ini dengan

play07:01

cara menscreen dan aktifkan loncengnya

play07:04

di like nya

Rate This

5.0 / 5 (0 votes)

相关标签
ArduinoElectronicsMicrocontrollerProgrammingDIY ProjectsTutorialsEducationalInnovationTechnologyDIY
您是否需要英文摘要?