Download as PPTX, PDF, TXT or read online from Scribd
Download as pptx, pdf, or txt
You are on page 1of 10
ARDUINO
By: Malek Afifi
In this presentation we will discuss:
◦1)What is the Arduino?
◦2)How does it work? ◦3)It’s functions and types. ◦4)Who made it and how? ◦5)Real life applications on the Arduino. ◦6)How do we use it? 1)What is the Arduino?
◦ Arduino is an open-source platform used for building electronics projects.
Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board. ◦ The Arduino platform has become quite popular with people just starting out with electronics, and for good reason. Unlike most previous programmable circuit boards, the Arduino does not need a separate piece of hardware (called a programmer) in order to load new code onto the board -- you can simply use a USB cable. Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program. Finally, Arduino provides a standard form factor that breaks out the functions of the micro-controller into a more accessible package 2)How does it work? 3)It’s functions and types. ◦ Functions: Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board. ◦ So, the Arduino’s basic function is to make a robot (or something like that) to help you in your daily life. Examples: ◦Arduino Music Instrument. ◦Arduino UNO Fingerprint Door Lock. 3)It’s functions and types. ◦ Types of Arduino: ◦ There are several types of the Arduino but the most popular and the easiest one is the “Arduino Uno.” It’s named so because the word “uno” means "one" in Italian and was chosen to mark the initial release of Arduino Software. The Uno board is the first in a series of USB-based Arduino boards; it and version 1.0 of the Arduino IDE were the reference versions of Arduino, which have now evolved to newer releases. Then ,we have the( Mega , Mega2560, Mega ADK, Yun, Nano, Leonardo and Micro). ◦ There are a lot of types of Arduino and also uses as we discussed before. 4)Who made it and how? ◦Massimo Banzi is an interaction designer, educator, open- source hardware pioneer, and TED speaker. His background is in electrical engineering, but he spent most of his early career working as a software architect before spending four years at the Interaction Design Institute Ivrea as an Associate Professor. 5)Real life applications on the Arduino. ◦ There are many uses of Arduino in real life. Examples: ◦ Robotics. ◦ Audio. ◦ Internet of Things (IoT) ◦ Tools. ◦ Data Logging. ◦ Networking. ◦ Medical. 6)How do we use it? ◦In the Arduino, there are two types of work :Hardware & Software ◦Hardware: They are the items that you can touch it with your hands such as: the Arduino board, bread board, lamps, resistors, IC’s, H-Bridge, HC-05(Bluetooth), sensors, LCD, keypad, wiers and relays. ◦ And the software is the opposite of the hardware which is something that you cannot touch it with your hands which is the programming in the Arduino. THE END