SlideShare uma empresa Scribd logo
1 de 32
Arduino
Introduction to Arduino
Mohamed Hussien
mohamed.hussien3@hotmail.com
Contents
 What is Arduino?
 Why Arduino ?
 Types of Arduino
 Arduino Language
 Arduino IDE
What is Arduino?
 Open Source physical computing platform you can make your own board, or
buy one.
 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.
 Very widespread, many projects openly available.
 Extra HW (shields) available.
Why Arduino ?
 Well documented , a lot of examples and a great community
 Open source Hardware/Software
 Work on different OS
(Linux , Windows and Mac)
 USB connection
 Cheap
Types of Arduino
 Arduino Uno
 Arduino Mega
 Arduino Leonardo
 Arduino micro
 LilyPad Arduino USB
 Arduino Pro Mini
 Arduino Fio
 Arduino Robot
Arduino Uno
Arduino Uno
 Microcontroller ATmega328
 Digital I/O Pins 14 (of which 6 provide PWM output)
 Analog Input Pins 6
 Clock Speed 16 MHz
 USB connection to PC via printer cable
 Power from USB or external power supply
Arduino Mega
Arduino Mega
 Microcontroller ATmega2560
 Digital I/O Pins 54 (of which 15 provide PWM output)
 Analog Input Pins 16
 Clock Speed 16 MHz
 USB connection to PC
 Power from USB or external power supply
 USB Port for connection to android smartphones
Arduino Leonardo
Arduino micro
LilyPad Arduino USB
Arduino Pro Mini
Arduino Fio
Arduino Esplora
Arduino Esplora
Arduino Shields
 Shields are boards that can be plugged on top of the Arduino PCB extending
its capabilities. The different shields follow the same philosophy as the
original toolkit: they are easy to mount, and cheap to produce.
Arduino Shields
 Arduino GSM Shield
Arduino Shields
 Arduino Ethernet Shield
Arduino Shields
 Arduino WiFi Shield
Arduino Shields
 Arduino Motor Shield
How does Arduino work?
 Write a code in your computer
 Upload it to the Arduino board
 Arduino board can the be used standalone
Arduino Language
 C like syntax, but simplified
 Abstracts the pin naming to numbers
 Trades efficience for ease of use
 Easy to learn, yet powerful
 Lots of example code
 Easy to reuse C-code from other projects
 Libraries can be written in C++
 Lots of libraries available
Arduino IDE
1
2
3
4
Arduino IDE
 Examples
Examples
 Blinking led
Examples
 Blinking led
// Example 01 : Blinking LED
const int LED = 13;
void setup ()
{
pinMode(LED, OUTPUT);
}
void loop ()
{
digitalWrite(LED, HIGH);
delay(1000);
digitalWrite(LED, LOW);
delay(1000);
}
Declare variables
Initialize pins i/o
Program body
Examples
 Blinking led
Examples
 Blinking led with switch
Examples
 Blinking led with switch
// Example 02 : Blinking LED With Switch
const int ledPin = 13;
const int buttonPin = 2;
int val;
void setup ( )
{
pinMode(ledPin, OUTPUT);
pinMode(buttonPin, INPUT);
}
Declare variables
Initialize pins i/o
Examples
 Blinking led with switch
// Example 02 : Blinking LED With Switch
void loop()
{
val = digitalRead(buttonPin);
if (val == HIGH)
{
digitalWrite(ledPin, HIGH);
delay(1000);
digitalWrite(ledPin, LOW);
delay(1000);
}
else {digitalWrite(ledPin, LOW); } }
Program body
Good Bye 

Mais conteúdo relacionado

Mais procurados

Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to ArduinoYong Heui Cho
 
Introducing... Arduino
Introducing... ArduinoIntroducing... Arduino
Introducing... Arduinozvikapika
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to ArduinoOmer Kilic
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to ArduinoRichard Rixham
 
Introduction to Arduino Hardware and Programming
Introduction to Arduino Hardware and ProgrammingIntroduction to Arduino Hardware and Programming
Introduction to Arduino Hardware and ProgrammingEmmanuel Obot
 
What are the different types of arduino boards
What are the different types of arduino boardsWhat are the different types of arduino boards
What are the different types of arduino boardselprocus
 
Introduction to Arduino and Hands on to Iot
Introduction to Arduino and Hands on to IotIntroduction to Arduino and Hands on to Iot
Introduction to Arduino and Hands on to IotSachin S
 
arduino-1
 arduino-1 arduino-1
arduino-1jhcid
 
Arduino Development For Beginners
Arduino Development For BeginnersArduino Development For Beginners
Arduino Development For BeginnersFTS seminar
 
Arduino Introduction Presentation
Arduino Introduction PresentationArduino Introduction Presentation
Arduino Introduction Presentationericholm
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduinoPreet Sangha
 
Introducing the Arduino
Introducing the ArduinoIntroducing the Arduino
Introducing the ArduinoCharles A B Jr
 

Mais procurados (20)

Different Arduino Boards
Different Arduino BoardsDifferent Arduino Boards
Different Arduino Boards
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Arduino
ArduinoArduino
Arduino
 
Introducing... Arduino
Introducing... ArduinoIntroducing... Arduino
Introducing... Arduino
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Arduino uno
Arduino unoArduino uno
Arduino uno
 
Introduction to Arduino Hardware and Programming
Introduction to Arduino Hardware and ProgrammingIntroduction to Arduino Hardware and Programming
Introduction to Arduino Hardware and Programming
 
Aurdino presentation
Aurdino presentationAurdino presentation
Aurdino presentation
 
Arduino Uno Pin Description
Arduino Uno Pin DescriptionArduino Uno Pin Description
Arduino Uno Pin Description
 
What are the different types of arduino boards
What are the different types of arduino boardsWhat are the different types of arduino boards
What are the different types of arduino boards
 
Introduction to Arduino and Hands on to Iot
Introduction to Arduino and Hands on to IotIntroduction to Arduino and Hands on to Iot
Introduction to Arduino and Hands on to Iot
 
arduino-1
 arduino-1 arduino-1
arduino-1
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Arduino Development For Beginners
Arduino Development For BeginnersArduino Development For Beginners
Arduino Development For Beginners
 
Arduino Introduction Presentation
Arduino Introduction PresentationArduino Introduction Presentation
Arduino Introduction Presentation
 
Arduino presentation
Arduino presentationArduino presentation
Arduino presentation
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduino
 
Introducing the Arduino
Introducing the ArduinoIntroducing the Arduino
Introducing the Arduino
 
Arduino
ArduinoArduino
Arduino
 

Destaque

Хэвлэлийн эрх чөлөө Монголд 2012-2013
Хэвлэлийн эрх чөлөө Монголд 2012-2013Хэвлэлийн эрх чөлөө Монголд 2012-2013
Хэвлэлийн эрх чөлөө Монголд 2012-2013Globe International
 
Сэтгүүлчдийн аюулгүй байдлыг хангах, тэдний эсрэг гэмт хэрэг ял шийтгэлгүй өн...
Сэтгүүлчдийн аюулгүй байдлыг хангах, тэдний эсрэг гэмт хэрэг ял шийтгэлгүй өн...Сэтгүүлчдийн аюулгүй байдлыг хангах, тэдний эсрэг гэмт хэрэг ял шийтгэлгүй өн...
Сэтгүүлчдийн аюулгүй байдлыг хангах, тэдний эсрэг гэмт хэрэг ял шийтгэлгүй өн...Globe International
 
Uganda: Food processing and agribusiness investment opportunities
Uganda: Food processing and agribusiness investment opportunitiesUganda: Food processing and agribusiness investment opportunities
Uganda: Food processing and agribusiness investment opportunitiesS. KOUADIO
 
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай хууль" Х.Наранжаргал
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай хууль" Х.Наранжаргал"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай хууль" Х.Наранжаргал
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай хууль" Х.НаранжаргалGlobe International
 
Carmona Estates (House and Lot)
Carmona Estates (House and Lot)Carmona Estates (House and Lot)
Carmona Estates (House and Lot)Lancaster Cavite
 
“МЭДЭЭЛЛИЙН ИЛ ТОД БАЙДАЛ БА МЭДЭЭЛЭЛ АВАХ ЭРХИЙН ТУХАЙ” хууль. Хүний нөөцийн...
“МЭДЭЭЛЛИЙН ИЛ ТОД БАЙДАЛ БА МЭДЭЭЛЭЛ АВАХ ЭРХИЙН ТУХАЙ” хууль. Хүний нөөцийн...“МЭДЭЭЛЛИЙН ИЛ ТОД БАЙДАЛ БА МЭДЭЭЛЭЛ АВАХ ЭРХИЙН ТУХАЙ” хууль. Хүний нөөцийн...
“МЭДЭЭЛЛИЙН ИЛ ТОД БАЙДАЛ БА МЭДЭЭЛЭЛ АВАХ ЭРХИЙН ТУХАЙ” хууль. Хүний нөөцийн...Globe International
 
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай” хууль
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай” хууль "Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай” хууль
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай” хууль Globe International
 
gsm based control of electrical appliances
gsm based control of electrical appliancesgsm based control of electrical appliances
gsm based control of electrical appliancesAccuracy info labs
 
үзэл бодлоо илэрхийлэх эрх чөлөө ба нэр хүнд гутаах гэмт хэрэг
үзэл бодлоо илэрхийлэх эрх чөлөө ба нэр хүнд гутаах гэмт хэрэгүзэл бодлоо илэрхийлэх эрх чөлөө ба нэр хүнд гутаах гэмт хэрэг
үзэл бодлоо илэрхийлэх эрх чөлөө ба нэр хүнд гутаах гэмт хэрэгGlobe International
 
Introduction to the Arduino
Introduction to the ArduinoIntroduction to the Arduino
Introduction to the ArduinoWingston
 

Destaque (13)

Хэвлэлийн эрх чөлөө Монголд 2012-2013
Хэвлэлийн эрх чөлөө Монголд 2012-2013Хэвлэлийн эрх чөлөө Монголд 2012-2013
Хэвлэлийн эрх чөлөө Монголд 2012-2013
 
7 foi law citizens' reguest
7 foi law citizens' reguest7 foi law citizens' reguest
7 foi law citizens' reguest
 
Сэтгүүлчдийн аюулгүй байдлыг хангах, тэдний эсрэг гэмт хэрэг ял шийтгэлгүй өн...
Сэтгүүлчдийн аюулгүй байдлыг хангах, тэдний эсрэг гэмт хэрэг ял шийтгэлгүй өн...Сэтгүүлчдийн аюулгүй байдлыг хангах, тэдний эсрэг гэмт хэрэг ял шийтгэлгүй өн...
Сэтгүүлчдийн аюулгүй байдлыг хангах, тэдний эсрэг гэмт хэрэг ял шийтгэлгүй өн...
 
Uganda: Food processing and agribusiness investment opportunities
Uganda: Food processing and agribusiness investment opportunitiesUganda: Food processing and agribusiness investment opportunities
Uganda: Food processing and agribusiness investment opportunities
 
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай хууль" Х.Наранжаргал
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай хууль" Х.Наранжаргал"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай хууль" Х.Наранжаргал
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай хууль" Х.Наранжаргал
 
Carmona Estates (House and Lot)
Carmona Estates (House and Lot)Carmona Estates (House and Lot)
Carmona Estates (House and Lot)
 
JMP for Ethanol Producers
JMP for Ethanol ProducersJMP for Ethanol Producers
JMP for Ethanol Producers
 
“МЭДЭЭЛЛИЙН ИЛ ТОД БАЙДАЛ БА МЭДЭЭЛЭЛ АВАХ ЭРХИЙН ТУХАЙ” хууль. Хүний нөөцийн...
“МЭДЭЭЛЛИЙН ИЛ ТОД БАЙДАЛ БА МЭДЭЭЛЭЛ АВАХ ЭРХИЙН ТУХАЙ” хууль. Хүний нөөцийн...“МЭДЭЭЛЛИЙН ИЛ ТОД БАЙДАЛ БА МЭДЭЭЛЭЛ АВАХ ЭРХИЙН ТУХАЙ” хууль. Хүний нөөцийн...
“МЭДЭЭЛЛИЙН ИЛ ТОД БАЙДАЛ БА МЭДЭЭЛЭЛ АВАХ ЭРХИЙН ТУХАЙ” хууль. Хүний нөөцийн...
 
Wildlifeinindia
Wildlifeinindia Wildlifeinindia
Wildlifeinindia
 
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай” хууль
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай” хууль "Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай” хууль
"Мэдээллийн ил тод байдал ба мэдээлэл авах эрхийн тухай” хууль
 
gsm based control of electrical appliances
gsm based control of electrical appliancesgsm based control of electrical appliances
gsm based control of electrical appliances
 
үзэл бодлоо илэрхийлэх эрх чөлөө ба нэр хүнд гутаах гэмт хэрэг
үзэл бодлоо илэрхийлэх эрх чөлөө ба нэр хүнд гутаах гэмт хэрэгүзэл бодлоо илэрхийлэх эрх чөлөө ба нэр хүнд гутаах гэмт хэрэг
үзэл бодлоо илэрхийлэх эрх чөлөө ба нэр хүнд гутаах гэмт хэрэг
 
Introduction to the Arduino
Introduction to the ArduinoIntroduction to the Arduino
Introduction to the Arduino
 

Semelhante a Introduction to arduino

Microcontroller arduino uno board
Microcontroller arduino uno boardMicrocontroller arduino uno board
Microcontroller arduino uno boardGaurav
 
Arduino Programming Software Development
Arduino Programming Software DevelopmentArduino Programming Software Development
Arduino Programming Software DevelopmentSanjay Kumar
 
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptxMohamed Essam
 
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx
ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pptxARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pptx
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptxmenchc1207
 
Taller IoT en la Actualidad
Taller IoT en la ActualidadTaller IoT en la Actualidad
Taller IoT en la ActualidadLaurence HR
 
An Introduction To Arduino.pptx
An Introduction To Arduino.pptxAn Introduction To Arduino.pptx
An Introduction To Arduino.pptxRoboDJ
 
Arduino - Learning.pdf
Arduino - Learning.pdfArduino - Learning.pdf
Arduino - Learning.pdfKhalilSedki1
 
ARDUINO_presentation_by_Ravishankar_Pati.ppt
ARDUINO_presentation_by_Ravishankar_Pati.pptARDUINO_presentation_by_Ravishankar_Pati.ppt
ARDUINO_presentation_by_Ravishankar_Pati.pptDeanSchoolofElectric1
 
What is arduino? and its type
What is arduino? and its typeWhat is arduino? and its type
What is arduino? and its typeDarshanGawde
 
Arduino fast prototyping
Arduino fast prototypingArduino fast prototyping
Arduino fast prototypingDoron Raifman
 
Arduino and Circuits.docx
Arduino and Circuits.docxArduino and Circuits.docx
Arduino and Circuits.docxAjay578679
 
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCHWORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCHijdpsjournal
 

Semelhante a Introduction to arduino (20)

Microcontroller arduino uno board
Microcontroller arduino uno boardMicrocontroller arduino uno board
Microcontroller arduino uno board
 
Report on arduino
Report on arduinoReport on arduino
Report on arduino
 
Arduino
ArduinoArduino
Arduino
 
Arduino
ArduinoArduino
Arduino
 
Arduino Programming Software Development
Arduino Programming Software DevelopmentArduino Programming Software Development
Arduino Programming Software Development
 
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx
 
Ardu
ArduArdu
Ardu
 
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx
ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pptxARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pptx
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx
 
Taller IoT en la Actualidad
Taller IoT en la ActualidadTaller IoT en la Actualidad
Taller IoT en la Actualidad
 
An Introduction To Arduino.pptx
An Introduction To Arduino.pptxAn Introduction To Arduino.pptx
An Introduction To Arduino.pptx
 
Introduction of Arduino Uno
Introduction of Arduino UnoIntroduction of Arduino Uno
Introduction of Arduino Uno
 
Arduino - Learning.pdf
Arduino - Learning.pdfArduino - Learning.pdf
Arduino - Learning.pdf
 
ARDUINO_presentation_by_Ravishankar_Pati.ppt
ARDUINO_presentation_by_Ravishankar_Pati.pptARDUINO_presentation_by_Ravishankar_Pati.ppt
ARDUINO_presentation_by_Ravishankar_Pati.ppt
 
ARDUINO_presentation
ARDUINO_presentationARDUINO_presentation
ARDUINO_presentation
 
ARDUINO presentation by Bamidele Samuel.ppt
ARDUINO presentation by Bamidele Samuel.pptARDUINO presentation by Bamidele Samuel.ppt
ARDUINO presentation by Bamidele Samuel.ppt
 
What is arduino? and its type
What is arduino? and its typeWhat is arduino? and its type
What is arduino? and its type
 
Arduino fast prototyping
Arduino fast prototypingArduino fast prototyping
Arduino fast prototyping
 
Arduino and Circuits.docx
Arduino and Circuits.docxArduino and Circuits.docx
Arduino and Circuits.docx
 
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCHWORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
 
Intro arduino
Intro arduinoIntro arduino
Intro arduino
 

Último

Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 

Introduction to arduino