SlideShare a Scribd company logo
1 of 20
PRESENTATION
                DE LA
             PLATEFORME




Mickael Couzinet    Jeudi 26 Janvier 2012
KEZAKO ?
Arduino is an open-source electronics
prototyping platform based on flexible,
easy-to-use hardware and software. It's
intended for artists, designers, hobbyists,
and anyone interested in creating
interactive objects or environments.



                         Source : http://www.arduino.cc
DE
L’ELECTRONIQUE
    WTF?
EVOLUTION DE L’ACCES À INTERNET




                              INTERNET DES OBJETS
ARDUINO, CA COMMUNIQUE AVEC QUOI

INTERNET               MOTEUR




CAPTEUR               HARDWARE



  ET BEAUCOUP D’AUTRES
POURQUOI ARDUINO ?

                OPEN SOURCE
PEU CHER
            TRES
            SIMPLE

GROSSE COMMUNAUTE


             CROSS-
             PLATFORME
HARDWARE
LES CARTES
LES SHIELDS




 ET BEAUCOUP
 D’AUTRES
LES ENTREES / SORTIES
UN EXEMPLE DE CABLAGE
UN PEU PLUS COMPLIQUÉ
SOFTWARE
     ET
PROGRAMMATION
INTERFACE DE DÉVELOPPEMENT




  UNE INTERFACE SIMPLE
LE LANGAGE
HELLO WORLD !

/*
 Blink
 Turns on an LED on for one second, then off for one second, repeatedly.

This example code is in the public domain.
*/

void setup() {
  // initialize the digital pin as an output.
  // Pin 13 has an LED connected on most Arduino boards:
  pinMode(13, OUTPUT);
}

void loop() {
  digitalWrite(13, HIGH); // set the LED on
  delay(1000);        // wait for a second
  digitalWrite(13, LOW); // set the LED off
  delay(1000);        // wait for a second
}
DES EXEMPLES
DES EXEMPLES
DES QUESTIONS ?

More Related Content

What's hot

Introducing... Arduino
Introducing... ArduinoIntroducing... Arduino
Introducing... Arduino
zvikapika
 
Show & Tell.- Introduction
Show & Tell.- IntroductionShow & Tell.- Introduction
Show & Tell.- Introduction
zvikapika
 

What's hot (20)

Microcontroller arduino uno board
Microcontroller arduino uno boardMicrocontroller arduino uno board
Microcontroller arduino uno board
 
Intro to Arduino.ppt
Intro to Arduino.pptIntro to Arduino.ppt
Intro to Arduino.ppt
 
Arduino Basics
Arduino BasicsArduino Basics
Arduino Basics
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Introducing... Arduino
Introducing... ArduinoIntroducing... Arduino
Introducing... Arduino
 
Arduino
ArduinoArduino
Arduino
 
Arduino Programming Software Development
Arduino Programming Software DevelopmentArduino Programming Software Development
Arduino Programming Software Development
 
Arduino 123
Arduino 123Arduino 123
Arduino 123
 
Arduino: Arduino lcd
Arduino: Arduino lcdArduino: Arduino lcd
Arduino: Arduino lcd
 
Show & Tell.- Introduction
Show & Tell.- IntroductionShow & Tell.- Introduction
Show & Tell.- Introduction
 
Arduino Workshop @ MSA University
Arduino Workshop @ MSA UniversityArduino Workshop @ MSA University
Arduino Workshop @ MSA University
 
Arduino
ArduinoArduino
Arduino
 
What is Arduino ?
What is Arduino ?What is Arduino ?
What is Arduino ?
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
30120140506004
3012014050600430120140506004
30120140506004
 
Arduino Lecture 1 - Introducing the Arduino
Arduino Lecture 1 - Introducing the ArduinoArduino Lecture 1 - Introducing the Arduino
Arduino Lecture 1 - Introducing the Arduino
 
Arduino 101
Arduino 101Arduino 101
Arduino 101
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduino
 
Different Arduino Boards
Different Arduino BoardsDifferent Arduino Boards
Different Arduino Boards
 
An Hour of Arduino and Ardublock
An Hour of Arduino and ArdublockAn Hour of Arduino and Ardublock
An Hour of Arduino and Ardublock
 

Viewers also liked

Senior Project Product Work Log
Senior Project Product Work LogSenior Project Product Work Log
Senior Project Product Work Log
dorris49882
 
Senior Project Speech
Senior Project SpeechSenior Project Speech
Senior Project Speech
dorris49882
 
Sec lesson plan_template
Sec lesson plan_templateSec lesson plan_template
Sec lesson plan_template
rhondahall
 
Senior Project speech
Senior Project speechSenior Project speech
Senior Project speech
dorris49882
 
GC-APCI IMS of Diesel
GC-APCI IMS of DieselGC-APCI IMS of Diesel
GC-APCI IMS of Diesel
Sheher Bano
 
Senior Project Speech
Senior Project SpeechSenior Project Speech
Senior Project Speech
dorris49882
 

Viewers also liked (20)

The theory of the interaction of life and entropy
The theory of the interaction of life and entropyThe theory of the interaction of life and entropy
The theory of the interaction of life and entropy
 
The Mid Coast Story on Time Out Magazine
The Mid Coast Story on Time Out MagazineThe Mid Coast Story on Time Out Magazine
The Mid Coast Story on Time Out Magazine
 
How To Remove Optimizer Pro | PC Optimizer Pro From Your System Automatically
How To Remove  Optimizer Pro | PC Optimizer Pro From Your System Automatically How To Remove  Optimizer Pro | PC Optimizer Pro From Your System Automatically
How To Remove Optimizer Pro | PC Optimizer Pro From Your System Automatically
 
Dormidina
DormidinaDormidina
Dormidina
 
Get Rid Of Windows High-End Protection In Few Simple Automatic Steps
Get Rid Of Windows High-End Protection In  Few Simple Automatic StepsGet Rid Of Windows High-End Protection In  Few Simple Automatic Steps
Get Rid Of Windows High-End Protection In Few Simple Automatic Steps
 
The snake
The snakeThe snake
The snake
 
Senior Project Product Work Log
Senior Project Product Work LogSenior Project Product Work Log
Senior Project Product Work Log
 
Remove Windows Daily Adviser In Few Simple Automatic Steps
Remove Windows Daily Adviser In Few Simple Automatic StepsRemove Windows Daily Adviser In Few Simple Automatic Steps
Remove Windows Daily Adviser In Few Simple Automatic Steps
 
Senior Project Speech
Senior Project SpeechSenior Project Speech
Senior Project Speech
 
Sec lesson plan_template
Sec lesson plan_templateSec lesson plan_template
Sec lesson plan_template
 
McDaniel College ODMA Parent Preview
McDaniel College ODMA Parent PreviewMcDaniel College ODMA Parent Preview
McDaniel College ODMA Parent Preview
 
Senior Project speech
Senior Project speechSenior Project speech
Senior Project speech
 
Research Paper
Research PaperResearch Paper
Research Paper
 
Remove Windows Crucial Scanner -Automatic Removal Tool
Remove Windows Crucial Scanner -Automatic Removal Tool Remove Windows Crucial Scanner -Automatic Removal Tool
Remove Windows Crucial Scanner -Automatic Removal Tool
 
GC-APCI IMS of Diesel
GC-APCI IMS of DieselGC-APCI IMS of Diesel
GC-APCI IMS of Diesel
 
Remove Windows Safety ManagerIn Few Simple Automatic Steps
Remove Windows Safety ManagerIn Few Simple Automatic StepsRemove Windows Safety ManagerIn Few Simple Automatic Steps
Remove Windows Safety ManagerIn Few Simple Automatic Steps
 
Glosario
GlosarioGlosario
Glosario
 
Remove Smart PC Cleaner Automatically - Complete Removal Guide
Remove Smart PC Cleaner Automatically - Complete Removal GuideRemove Smart PC Cleaner Automatically - Complete Removal Guide
Remove Smart PC Cleaner Automatically - Complete Removal Guide
 
Senior Project Speech
Senior Project SpeechSenior Project Speech
Senior Project Speech
 
Scottw baker
Scottw bakerScottw baker
Scottw baker
 

Similar to Introduction à Arduino

Similar to Introduction à Arduino (20)

IOTC08 The Arduino Platform
IOTC08 The Arduino PlatformIOTC08 The Arduino Platform
IOTC08 The Arduino Platform
 
Taller IoT en la Actualidad
Taller IoT en la ActualidadTaller IoT en la Actualidad
Taller IoT en la Actualidad
 
Arduino
ArduinoArduino
Arduino
 
Unit6_P7_luciablazquez
Unit6_P7_luciablazquezUnit6_P7_luciablazquez
Unit6_P7_luciablazquez
 
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
 
YAPC2011-Perlでちょいモテ電子工作
YAPC2011-Perlでちょいモテ電子工作YAPC2011-Perlでちょいモテ電子工作
YAPC2011-Perlでちょいモテ電子工作
 
IOT WORKSHEET 1.4.pdf
IOT WORKSHEET 1.4.pdfIOT WORKSHEET 1.4.pdf
IOT WORKSHEET 1.4.pdf
 
Arduino Development For Beginners
Arduino Development For BeginnersArduino Development For Beginners
Arduino Development For Beginners
 
Overview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptxOverview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptx
 
Introduction of Arduino Uno
Introduction of Arduino UnoIntroduction of Arduino Uno
Introduction of Arduino Uno
 
Arduino seminar report
Arduino seminar reportArduino seminar report
Arduino seminar report
 
Arduino workshop
Arduino workshopArduino workshop
Arduino workshop
 
Report on arduino
Report on arduinoReport on arduino
Report on arduino
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)
 
Getting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and ArduinoGetting Started with Raspberry Pi and Arduino
Getting Started with Raspberry Pi and Arduino
 
Ardunio
ArdunioArdunio
Ardunio
 
Digital home automation with arduino bluetooth
Digital home automation with arduino bluetoothDigital home automation with arduino bluetooth
Digital home automation with arduino bluetooth
 
Arduino
ArduinoArduino
Arduino
 
Introduction to Arduino
Introduction to Arduino Introduction to Arduino
Introduction to Arduino
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

Introduction à Arduino