Difference between revisions of "Arduino/C2/Introduction-to-Arduino/English-timed"
PoojaMoolya (Talk | contribs) (Created page with " {| border=1 | '''Time''' | '''Narration''' |- | 00:01 | Welcome to the''' Spoken Tutorial''' on''' Introduction '''to''' Arduino.''' |- | 00:06 | In this tutorial, we...") |
Sandhya.np14 (Talk | contribs) |
||
Line 7: | Line 7: | ||
|- | |- | ||
| 00:01 | | 00:01 | ||
− | | Welcome to the''' Spoken Tutorial''' on''' Introduction | + | | Welcome to the''' Spoken Tutorial''' on''' Introduction to Arduino.''' |
|- | |- | ||
| 00:06 | | 00:06 | ||
− | | In this tutorial, we will learn about: | + | | In this tutorial, we will learn about: the '''Arduino''' device, |
|- | |- | ||
| 00:12 | | 00:12 | ||
− | | | + | | features of '''Arduino''', |
+ | components of '''Arduino board''', | ||
|- | |- | ||
| 00:18 | | 00:18 | ||
− | | ''' | + | | '''microcontrollers '''and |
+ | installation of '''Arduino IDE''' on '''Ubuntu Linux OS'''. | ||
|- | |- | ||
| 00:26 | | 00:26 | ||
− | | To record this tutorial I am using: '''Arduino UNO Board''' | + | | To record this tutorial, I am using: '''Arduino UNO Board''', |
|- | |- | ||
| 00:31 | | 00:31 | ||
− | | '''Ubuntu Linux | + | | '''Ubuntu Linux 14.04 operating system''' |
|- | |- | ||
| 00:36 | | 00:36 | ||
− | | | + | | and '''Arduino IDE'''. |
|- | |- | ||
|00:39 | |00:39 | ||
− | | To follow this tutorial, you should have basic knowledge of | + | | To follow this tutorial, you should have basic knowledge of electronics. |
|- | |- | ||
Line 49: | Line 51: | ||
|- | |- | ||
| 01:02 | | 01:02 | ||
− | | '''Analog input pins''' and '''USB | + | | '''Analog input pins''' and '''USB power adapter.''' |
|- | |- | ||
| 01:08 | | 01:08 | ||
− | | '''USB | + | | '''USB power adapter''' can be used for programming the '''board'''. |
|- | |- | ||
Line 63: | Line 65: | ||
|- | |- | ||
| 01:25 | | 01:25 | ||
− | | So, | + | | So, what is a '''micro-controller'''? |
− | A ''' | + | A '''micro-controller''' is a '''mini computer'''. |
|- | |- | ||
| 01:31 | | 01:31 | ||
− | | It contains a '''CPU | + | | It contains a '''CPU i.e. the central processing unit, memory, system clock''' and '''peripherals'''. |
|- | |- | ||
| 01:41 | | 01:41 | ||
− | | ''' | + | | '''Micro-controller''' is dedicated to perform only one task and '''execute''' one specific '''application''' at a time. |
|- | |- | ||
| 01:51 | | 01:51 | ||
− | | We will see a few examples where a ''' | + | | We will see a few examples where a '''Micro-controller''' is used. |
|- | |- | ||
| 01:56 | | 01:56 | ||
− | | It is used in: | + | | It is used in: printers, cars, traffic signals and motion detectors. |
|- | |- | ||
| 02:04 | | 02:04 | ||
− | | Next we will see some of the features of '''Arduino'''. | + | | Next, we will see some of the features of '''Arduino'''. |
|- | |- | ||
Line 93: | Line 95: | ||
|- | |- | ||
| 02:13 | | 02:13 | ||
− | | It is easy to write code and upload it to the physical '''board'''. | + | | It is easy to write '''code''' and '''upload''' it to the physical '''board'''. |
|- | |- | ||
Line 101: | Line 103: | ||
|- | |- | ||
| 02:25 | | 02:25 | ||
− | | It runs on''' Windows,''' '''Mac OSX''' and '''Linux''' | + | | It runs on''' Windows,''' '''Mac OSX''' and '''Linux'''. |
This software can be used with any '''Arduino board'''. | This software can be used with any '''Arduino board'''. | ||
Line 107: | Line 109: | ||
|- | |- | ||
| 02:35 | | 02:35 | ||
− | | Next we will see how to install '''Arduino IDE'''. | + | | Next, we will see how to install '''Arduino IDE'''. |
|- | |- | ||
| 02:40 | | 02:40 | ||
− | | To do the installation, go to the website: www.arduino.cc | + | | To do the installation, go to the website: '''www.arduino.cc''' |
|- | |- | ||
Line 119: | Line 121: | ||
|- | |- | ||
| 02:51 | | 02:51 | ||
− | | There are various links to download '''Arduino''' for '''Windows''', '''Mac''' | + | | There are various links to download '''Arduino''' for '''Windows''', '''Mac operating systems''' and '''Linux'''. |
|- | |- | ||
Line 132: | Line 134: | ||
|- | |- | ||
| 03:18 | | 03:18 | ||
− | | Now I will demonstrate how to install '''Arduino''' on '''Linux Operating System'''. | + | | Now, I will demonstrate how to install '''Arduino''' on '''Linux Operating System'''. |
|- | |- | ||
| 03:24 | | 03:24 | ||
− | | I'll click on the '''Linux 64bit '''link because my machine architecture is '''64 bit.''' | + | | I'll click on the '''Linux 64bit '''link because my machine architecture is '''64- bit.''' |
|- | |- | ||
Line 154: | Line 156: | ||
|- | |- | ||
| 03:52 | | 03:52 | ||
− | | In my '''Downloads''' folder, the downloaded zip file is available. | + | | In my '''Downloads''' folder, the downloaded '''zip file''' is available. |
Extract the files from the '''Zip''' folder. | Extract the files from the '''Zip''' folder. | ||
|- | |- | ||
| 04:02 | | 04:02 | ||
− | | Now let us launch the '''Arduino IDE''' from the '''Terminal'''. | + | | Now, let us launch the '''Arduino IDE''' from the '''Terminal'''. |
|- | |- | ||
Line 191: | Line 193: | ||
| In this folder, we have various files related to '''Arduino IDE''' compilers such as: | | In this folder, we have various files related to '''Arduino IDE''' compilers such as: | ||
− | '''Arduino''' | + | '''Arduino backend files''' and '''configuration files'''. |
|- | |- | ||
| 05:00 | | 05:00 | ||
− | | Now, let us run the '''arduino | + | | Now, let us run the '''arduino''' executable file. For this, type:''' dot slash arduino '''and press '''Enter''' to launch the '''Arduino IDE'''. |
|- | |- | ||
Line 219: | Line 221: | ||
|- | |- | ||
| 05:41 | | 05:41 | ||
− | | Now, | + | | Now, let me close the '''Arduino IDE'''. |
|- | |- | ||
Line 227: | Line 229: | ||
|- | |- | ||
| 05:49 | | 05:49 | ||
− | | Another way to install '''Arduino '''in '''Linux OS '''is by using the''' apt hyphen get''' command in the '''Terminal'''. | + | | Another way to install '''Arduino '''in '''Linux OS '''is by using the''' apt hyphen get''' command, in the '''Terminal'''. |
|- | |- | ||
Line 235: | Line 237: | ||
|- | |- | ||
| 06:03 | | 06:03 | ||
− | | This brings us to the end of this tutorial. Let us | + | | This brings us to the end of this tutorial. Let us summarize. |
|- | |- | ||
| 06:08 | | 06:08 | ||
− | | In this tutorial, we learnt about: | + | | In this tutorial, we learnt about: the '''Arduino''' device, |
− | + | features of '''Arduino''', components of '''Arduino board''', | |
|- | |- | ||
| 06:17 | | 06:17 | ||
− | | ''' | + | | '''Micro-controllers '''and installation of '''Arduino IDE''' on '''Ubuntu Linux'''. |
|- | |- | ||
| 06:25 | | 06:25 | ||
− | | The video at the following link | + | | The video at the following link summarizes the '''Spoken Tutorial''' project. |
Please download and watch it. | Please download and watch it. | ||
Line 255: | Line 257: | ||
|- | |- | ||
| 06:34 | | 06:34 | ||
− | | The''' Spoken Tutorial Project''' team: | + | | The''' Spoken Tutorial Project''' team: conducts workshops using spoken tutorials and gives certificates on passing online tests. |
− | + | ||
− | gives certificates on passing online tests. | + | |
For more details, please write to us. | For more details, please write to us. | ||
Line 264: | Line 264: | ||
| Do you have questions in THIS Spoken Tutorial? | | Do you have questions in THIS Spoken Tutorial? | ||
− | Please visit this site | + | Please visit this site. |
|- | |- | ||
| 06:55 | | 06:55 | ||
− | | Choose the minute and second where you have the question | + | | Choose the minute and second where you have the question. |
− | Explain your question briefly | + | Explain your question briefly. |
|- | |- | ||
| 07:03 | | 07:03 | ||
− | | Someone from our team will answer them | + | | Someone from our team will answer them. |
|- | |- | ||
| 07:07 | | 07:07 | ||
− | | The Spoken Tutorial forum is for specific questions on this tutorial | + | | The '''Spoken Tutorial forum''' is for specific questions on this tutorial. |
|- | |- | ||
| 07:12 | | 07:12 | ||
− | | Please do not post unrelated and general questions on them | + | | Please do not post unrelated and general questions on them. |
− | This will help reduce the clutter | + | This will help reduce the clutter. |
|- | |- | ||
| 07:20 | | 07:20 | ||
− | | With less clutter, we can use these discussion as instructional material | + | | With less clutter, we can use these discussion as instructional material. |
|- | |- | ||
| 07:27 | | 07:27 | ||
− | | Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India. | + | | Spoken Tutorial Project is funded by '''NMEICT, MHRD,''' Government of India. |
More information on this mission is available at this link. | More information on this mission is available at this link. | ||
Line 298: | Line 298: | ||
|- | |- | ||
| 07:38 | | 07:38 | ||
− | | This tutorial has been contributed by FOSSEE and Spoken Tutorial Project, IIT Bombay. | + | | This tutorial has been contributed by '''FOSSEE''' and '''Spoken Tutorial Project, IIT Bombay.''' |
Thanks for watching. | Thanks for watching. | ||
|- | |- | ||
|} | |} |
Revision as of 18:09, 22 October 2018
Time | Narration |
00:01 | Welcome to the Spoken Tutorial on Introduction to Arduino. |
00:06 | In this tutorial, we will learn about: the Arduino device, |
00:12 | features of Arduino,
components of Arduino board, |
00:18 | microcontrollers and
installation of Arduino IDE on Ubuntu Linux OS. |
00:26 | To record this tutorial, I am using: Arduino UNO Board, |
00:31 | Ubuntu Linux 14.04 operating system |
00:36 | and Arduino IDE. |
00:39 | To follow this tutorial, you should have basic knowledge of electronics. |
00:45 | This is the Arduino board.
The Arduino UNO board is one of the popular variant of Arduino project. |
00:53 | It contains ATMEGA328 microcontroller, Digital input/output pins, |
01:02 | Analog input pins and USB power adapter. |
01:08 | USB power adapter can be used for programming the board. |
01:13 | This is the microcontroller.
It can be found in many electronic devices - from portable music device to washing machines and cars. |
01:25 | So, what is a micro-controller?
A micro-controller is a mini computer. |
01:31 | It contains a CPU i.e. the central processing unit, memory, system clock and peripherals. |
01:41 | Micro-controller is dedicated to perform only one task and execute one specific application at a time. |
01:51 | We will see a few examples where a Micro-controller is used. |
01:56 | It is used in: printers, cars, traffic signals and motion detectors. |
02:04 | Next, we will see some of the features of Arduino. |
02:09 | Arduino IDE is an open-source software. |
02:13 | It is easy to write code and upload it to the physical board. |
02:19 | It is very easy to learn the programming language with its inbuilt functions. |
02:25 | It runs on Windows, Mac OSX and Linux.
This software can be used with any Arduino board. |
02:35 | Next, we will see how to install Arduino IDE. |
02:40 | To do the installation, go to the website: www.arduino.cc |
02:48 | Click on the Download link. |
02:51 | There are various links to download Arduino for Windows, Mac operating systems and Linux. |
03:00 | At the time of recording this tutorial, we have Arduino version 1.6.9
The version may vary in the future. |
03:10 | I'll recommend to install “Windows for non admin install” for Windows OS. |
03:18 | Now, I will demonstrate how to install Arduino on Linux Operating System. |
03:24 | I'll click on the Linux 64bit link because my machine architecture is 64- bit. |
03:32 | Click on Linux 32-bit or 64-bit based on your system architecture. |
03:39 | Click on Just Download.
A dialog box opens. Click on the Save File. |
03:47 | It will take sometime to download. Wait until it completes. |
03:52 | In my Downloads folder, the downloaded zip file is available.
Extract the files from the Zip folder. |
04:02 | Now, let us launch the Arduino IDE from the Terminal. |
04:07 | Press CTRL +ALT + T to open the Terminal. |
04:12 | Go to the Downloads directory by typing cd Downloads. |
04:19 | Type ls to see the Arduino folder name. |
04:23 | Here, in my system it shows Arduino 1.6.9. |
04:29 | Now change the directory to Arduino 1.6.9.
Type cd arduino 1.6.9 |
04:40 | Type ls to see the list of files available. |
04:46 | In this folder, we have various files related to Arduino IDE compilers such as:
Arduino backend files and configuration files. |
05:00 | Now, let us run the arduino executable file. For this, type: dot slash arduino and press Enter to launch the Arduino IDE. |
05:16 | We can see the Arduino IDE window. |
05:20 | I have connected Arduino to the USB port of my computer.
Let us check the connection. |
05:27 | Click on the Tools menu.
This shows that Arduino UNO board is already selected. |
05:36 | In the Port menu, we can see a port number. |
05:41 | Now, let me close the Arduino IDE. |
05:45 | Click on File and Close. |
05:49 | Another way to install Arduino in Linux OS is by using the apt hyphen get command, in the Terminal. |
05:59 | Enter the sudo password when prompted. |
06:03 | This brings us to the end of this tutorial. Let us summarize. |
06:08 | In this tutorial, we learnt about: the Arduino device,
features of Arduino, components of Arduino board, |
06:17 | Micro-controllers and installation of Arduino IDE on Ubuntu Linux. |
06:25 | The video at the following link summarizes the Spoken Tutorial project.
Please download and watch it. |
06:34 | The Spoken Tutorial Project team: conducts workshops using spoken tutorials and gives certificates on passing online tests.
For more details, please write to us. |
06:49 | Do you have questions in THIS Spoken Tutorial?
Please visit this site. |
06:55 | Choose the minute and second where you have the question.
Explain your question briefly. |
07:03 | Someone from our team will answer them. |
07:07 | The Spoken Tutorial forum is for specific questions on this tutorial. |
07:12 | Please do not post unrelated and general questions on them.
This will help reduce the clutter. |
07:20 | With less clutter, we can use these discussion as instructional material. |
07:27 | Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India.
More information on this mission is available at this link. |
07:38 | This tutorial has been contributed by FOSSEE and Spoken Tutorial Project, IIT Bombay.
Thanks for watching. |