Arduino Basic Course

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Arduino Basic

Course
Section (1)

Outline:

Introduction to Arduino
Term Arduino Contents
Types Of Arduino
Arduino UNO board
What we Can do With Arduino
Tinkercad
Assigments
Arduino Electronic board
Arduino Electronic board Can be Programmable To Design Circuits and Projects

Importance ?

TV Remote Control Application


What is Arduino
Open-Source Electronics Platform
1 Arduino is an open-source electronics platform that consists of
both hardware and software components.

Arduino's Hardware

The hardware includes a microcontroller board,


which is essentially a small computer on a single
integrated circuit.

Microcontroller Board

2 The Arduino hardware consists of a microcontroller


board, which is programmed to interact with various
inputs and outputs, such as sensors, motors, lights,
and other electronic components. The board
typically includes digital and analog input/output
pins that can be used to connect to these external
devices.

Arduino's Software

Arduino's software development


environment is based on the Arduino
Integrated Development Environment
(IDE), which provides a simplified
programming interface for writing
3 code that runs on the Arduino board.·
The code is typically written in the
Arduino programming language, which
is based on C/C++ but includes
simplified functions and libraries to
make it easier to work with the
hardware.
Term Arduino Contains
1) IDE '' PC SW ''

2) Arduino Board '' HW ''

3) Arduino Firmware SW '' Microcontroller ''


Types of Arduino Board

Arduino UNO

The Arduino UNO board is known for its versatile applications and compatibility with
a wide range of electronic components.

Arduino Mega

With an expanded set of features, the Arduino Mega board is suitable for complex
projects that require additional input/output pins and memory.

Arduino Nano

The Arduino Nano board is compact and ideal for projects with space constraints,
offering similar functionalities to the UNO board

Arduino Mini

Designed for compact and lightweight projects, the Arduino Mini board provides
essential functionalities in a smaller form factor.

Arduino Lily Pad


microcontroller board designed for wearables and e-textiles

Arduino Leonardo
Arduino Leonardo offers better performance and flexibility
What we can do with Arduino

1 Home Automation 2 Environmental Monitoring


Arduino can be used to automate Arduino can be used to build
various tasks around the house, systems for monitoring
such as controlling lights, fans, environmental parameters such as
door locks, and thermostats. temperature, humidity, air quality,
and pollution levels.

3 IoT (Internet of Things) 4 Robotics


Arduino can be used to build IoT Arduino is commonly used in
devices that connect to the internet robotics projects to control robot
and exchange data with other movements, sensors, and
devices or online services. actuators.

5 Weather Station (Display 6 Distance Measurement and


Screen) Display

7 Finger Print Door Lock 8 Tv Remote Control


The Arduino IDE
• IDE : integrated Development Environment.

• https://www.arduino.cc/en/software

The place, where we will write our code / sketch and


download it to Arduino board
The Arduino UNO board Component
Tinkercad
Online Platform for 3D Simulation Capabilities Users
Designs
One of the key features Users can test their
Tinkercad is an online designs and circuits
of Tinkercad is its ability
platform for creating 3D virtually to see how they
to simulate both 3D
designs, circuits, and will behave in the real
designs and electronic
simulations. world. This can help
circuits.
users identify any issues
or problems before they
actually build their
designs.

https://drive.google.com/file/d/1yTP
BOQx7cefO0AjEoQIi6FY2b6LWIT43/vi
ew?usp=sharing
Assignment (1)
1 Difference between Arduino and Embedded Systems

You might also like