際際滷

際際滷Share a Scribd company logo
Get your hands dirty with Arduino 
Savio Dimatteo 
Heidelberg Web Enthusiasts Meetup - 10 Dec 2014
Arduino
Arduino 
from http://arduino.cc 
Arduino is an open-source electronics 
platform based on easy-to-use hardware and 
software. It's intended for anyone making 
interactive projects. 
IDE 
+ 
Board
Making a project 
1. wire components on a breadboard and 
connect them to arduino I/O pins
Making a project 
2. write code into the IDE to read/write from/to 
Arduino pins
Making a project 
3. compile & upload code into a chip on the 
board machine code
Many Models
Many Models
Many Specs 
Parameters 
 Input voltage 
 CPU Speed 
 # Analog I/O pins 
 # Digital I/O pins 
 FLASH capacity 
 EEPROM capacity 
 SRAM capacity 
 USB interface 
 UART
Many Specs 
Parameters 
 Input voltage 
Cost: ~4 
 USB interface 
 UART
Arduino UNO 
Cost: 簡25
Arduino shields
Arduino IDE
Arduino code 
 language is an implementation of Wiring 
 syntax looks like a mix of Java/C/C++ 
 feels almost like a scripting language... 
 code preprocessed into C++ 
 compiled and linked against Arduino libraries 
 machine code into a file ready for upload
Typical workflow 
 write code 
 compile 
 connect Arduino via USB 
 upload 
 see if it works
Debugging 
 write code using Serial.print(...) 
 compile 
 connect Arduino via USB 
 upload 
 open serial monitor 
 see if it works, check serial monitor output
Get started 
http://www.google.com http://www.instructables.com/ 
http://playground.arduino.cc
Starter kit (~100) 
 Arduino Projects Book 
 Arduino UNO 
 USB cable 
 Breadboard 
 Wooden Base 
 9v battery snap 
 Wires 
 Photoresistors, potentiometers, pushbuttons, 
sensors, LCD display, LEDs, Transistors, 
Optocouplers, Piezo, Small Motors, Diodes, 
Resistors...
Blink
Uploading blink
Blink uploaded
Hello, World!
Hello, World!
Projects book 
 01 GET TO KNOW YOUR TOOLS an introduction to the concepts you'll need to use this kit 
 02 SPACESHIP INTERFACE design the control panel for your starship 
 03 LOVE-O-METER measure how hot-blooded you are 
 04 COLOR MIXING LAMP produce any color with a lamp that uses light as an input 
 05 MOOD CUE clue people in to how you're doing 
 06 LIGHT THEREMIN create a musical instrument you play by waving your hands 
 07 KEYBOARD INSTRUMENT play music and make some noise with this keyboard 
 08 DIGITAL HOURGLASS a light-up hourglass that can stop you from working too much 
 09 MOTORIZED PINWHEEL a colored wheel that will make your head spin 
 10 ZOETROPE create a mechanical animation you can play forward or reverse 
 11 CRYSTAL BALL a mystical tour to answer all your tough questions 
 12 KNOCK LOCK tap out the secret code to open the door 
 13 TOUCHY-FEEL LAMP a lamp that responds to your touch 
 14 TWEAK THE ARDUINO LOGO control your personal computer from your Arduino 
 15 HACKING BUTTONS create a master control for all your devices!
What did I do with Arduino
Got rid of IDE 
 mkdir blink && cd blink && ino init 
 vim src/sketch.ino 
  edit  save ... 
 :!ino build 
 :!ino upload 
 :!ino serial (optional)
My first project
Trampolino 
 hardest hardware part: 
insert a straw at the base of a bottle
Trampolino 
 hardest hardware part: 
insert a straw at the base of a bottle 
 hardest software part: 
try to be precise when pouring the same 
amount of water...
Problem 
 water doesnt flow at a constant rate!
Problem 
How many seconds to 
pour for, to get the same 
unit of water out of the 
straw?
Possible Solution 
I. measure flow rate 
II. estimate pressure
Detecting water 
void setup() { 
pinMode(9, INPUT); 
} 
void loop() { 
if (digitalRead(9) == LOW) { 
// water detected! 
} 
}
Time through straw
Curve fitting
Get your hands dirty with Arduino
Get your hands dirty with Arduino
On Facebook...
Conclusions 
 very easy to get started 
 time consuming 
 exciting 
 expensive 
 generally not dangerous
Get your hands dirty with Arduino 
Thank You 
 My Website: http://www.savio.dimatteo.it 
 GitHub: https://github.com/darksmo 
 Twitter: @darksmo 
 E-mail: darksmo@gmail.com 
 Trampolino: http://darksmo.github.io/arduino-trampolino/ 
 Arduino playground: http://playground.arduino.cc

More Related Content

What's hot (18)

Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
Richard Rixham
Multi Sensory Communication 1/2
Multi Sensory Communication 1/2Multi Sensory Communication 1/2
Multi Sensory Communication 1/2
Satoru Tokuhisa
Arduino Workshop @ MSA University
Arduino Workshop @ MSA UniversityArduino Workshop @ MSA University
Arduino Workshop @ MSA University
Ahmed Magdy Farid
Advanced view arduino projects list use arduino for projects (4)
Advanced view arduino projects list  use arduino for projects (4)Advanced view arduino projects list  use arduino for projects (4)
Advanced view arduino projects list use arduino for projects (4)
WiseNaeem
Designers, please mind the gap! Let's get started with Arduino
Designers, please mind the gap! Let's get started with ArduinoDesigners, please mind the gap! Let's get started with Arduino
Designers, please mind the gap! Let's get started with Arduino
Fahed Al Riachi
#startathon2.0 - Arduino
#startathon2.0 - Arduino#startathon2.0 - Arduino
#startathon2.0 - Arduino
sl2square
Research presentations
Research presentationsResearch presentations
Research presentations
Chris Martin
Advanced view arduino projects list part 4 use arduino for projects
Advanced view arduino projects list part 4 use arduino for projectsAdvanced view arduino projects list part 4 use arduino for projects
Advanced view arduino projects list part 4 use arduino for projects
WiseNaeem
Introduction Arduino
Introduction Arduino Introduction Arduino
Introduction Arduino
Venkatesh Mukkapati
Using arduino and raspberry pi for internet of things
Using arduino and raspberry pi for internet of thingsUsing arduino and raspberry pi for internet of things
Using arduino and raspberry pi for internet of things
Sudar Muthu
Small Electronics for Your Makerspace (CLC Trendspotting - September 2014)
Small Electronics for Your Makerspace (CLC Trendspotting - September 2014)Small Electronics for Your Makerspace (CLC Trendspotting - September 2014)
Small Electronics for Your Makerspace (CLC Trendspotting - September 2014)
ariannaschlegel
Hello Arduino.
Hello Arduino.Hello Arduino.
Hello Arduino.
mkontopo
My contribution 2
My contribution 2My contribution 2
My contribution 2
Franccesco Carrion
Lets make robots
Lets make robotsLets make robots
Lets make robots
Sudar Muthu
Robotics lego
Robotics legoRobotics lego
Robotics lego
noe1_castillo
Rockbox at FSCONS 2009
Rockbox at FSCONS 2009Rockbox at FSCONS 2009
Rockbox at FSCONS 2009
FSCONS
Arduino
Arduino Arduino
Arduino
Prem Mohan
Genuino and codebender
Genuino and codebenderGenuino and codebender
Genuino and codebender
Luca Mazzotti
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
Richard Rixham
Multi Sensory Communication 1/2
Multi Sensory Communication 1/2Multi Sensory Communication 1/2
Multi Sensory Communication 1/2
Satoru Tokuhisa
Arduino Workshop @ MSA University
Arduino Workshop @ MSA UniversityArduino Workshop @ MSA University
Arduino Workshop @ MSA University
Ahmed Magdy Farid
Advanced view arduino projects list use arduino for projects (4)
Advanced view arduino projects list  use arduino for projects (4)Advanced view arduino projects list  use arduino for projects (4)
Advanced view arduino projects list use arduino for projects (4)
WiseNaeem
Designers, please mind the gap! Let's get started with Arduino
Designers, please mind the gap! Let's get started with ArduinoDesigners, please mind the gap! Let's get started with Arduino
Designers, please mind the gap! Let's get started with Arduino
Fahed Al Riachi
#startathon2.0 - Arduino
#startathon2.0 - Arduino#startathon2.0 - Arduino
#startathon2.0 - Arduino
sl2square
Research presentations
Research presentationsResearch presentations
Research presentations
Chris Martin
Advanced view arduino projects list part 4 use arduino for projects
Advanced view arduino projects list part 4 use arduino for projectsAdvanced view arduino projects list part 4 use arduino for projects
Advanced view arduino projects list part 4 use arduino for projects
WiseNaeem
Using arduino and raspberry pi for internet of things
Using arduino and raspberry pi for internet of thingsUsing arduino and raspberry pi for internet of things
Using arduino and raspberry pi for internet of things
Sudar Muthu
Small Electronics for Your Makerspace (CLC Trendspotting - September 2014)
Small Electronics for Your Makerspace (CLC Trendspotting - September 2014)Small Electronics for Your Makerspace (CLC Trendspotting - September 2014)
Small Electronics for Your Makerspace (CLC Trendspotting - September 2014)
ariannaschlegel
Hello Arduino.
Hello Arduino.Hello Arduino.
Hello Arduino.
mkontopo
Lets make robots
Lets make robotsLets make robots
Lets make robots
Sudar Muthu
Rockbox at FSCONS 2009
Rockbox at FSCONS 2009Rockbox at FSCONS 2009
Rockbox at FSCONS 2009
FSCONS
Genuino and codebender
Genuino and codebenderGenuino and codebender
Genuino and codebender
Luca Mazzotti

Similar to Get your hands dirty with Arduino (20)

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
SAMTECH ELECTRONICS CONCEPT
Arduino intro.pptx
Arduino intro.pptxArduino intro.pptx
Arduino intro.pptx
AlexRiv4
An introduction to Arduino
An introduction to ArduinoAn introduction to Arduino
An introduction to Arduino
Emertxe Information Technologies Pvt Ltd
What is Arduino ?
What is Arduino ?What is Arduino ?
What is Arduino ?
Niket Chandrawanshi
arduino_int ppt.pptx
arduino_int ppt.pptxarduino_int ppt.pptx
arduino_int ppt.pptx
KaranSharma686387
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
Chad Mairn
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
 ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pdf ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pdf
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
Ruby Hermano
Introduction to Arduino
Introduction to Arduino Introduction to Arduino
Introduction to Arduino
Dennis Espiritu
Arduino Project Presentation 際際滷s.pptx
Arduino Project  Presentation  際際滷s.pptxArduino Project  Presentation  際際滷s.pptx
Arduino Project Presentation 際際滷s.pptx
JosephAdeyemi6
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx
Mohamed Essam
Arduino spooky projects_class1
Arduino spooky projects_class1Arduino spooky projects_class1
Arduino spooky projects_class1
Felipe Belarmino
Arduino
ArduinoArduino
Arduino
vipin7vj
Arduino mario y jimena
Arduino mario y jimenaArduino mario y jimena
Arduino mario y jimena
marienafuerez
Arduino Hands-on Workshop
Arduino Hands-on WorkshopArduino Hands-on Workshop
Arduino Hands-on Workshop
Suraj Kumar Jana
arduino introduction by Engr. Kennedy V. Rodriguez.pptx
arduino introduction by Engr. Kennedy V. Rodriguez.pptxarduino introduction by Engr. Kennedy V. Rodriguez.pptx
arduino introduction by Engr. Kennedy V. Rodriguez.pptx
KennedyRodriguez5
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
menchc1207
arduino
 arduino arduino
arduino
jhcid
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTSVERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
neelamsanjeevkumar
Introducing... Arduino
Introducing... ArduinoIntroducing... Arduino
Introducing... Arduino
zvikapika
Arduino day
Arduino dayArduino day
Arduino day
Adedigba Yinka
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
SAMTECH ELECTRONICS CONCEPT
Arduino intro.pptx
Arduino intro.pptxArduino intro.pptx
Arduino intro.pptx
AlexRiv4
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
Chad Mairn
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
 ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pdf ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pdf
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
Ruby Hermano
Introduction to Arduino
Introduction to Arduino Introduction to Arduino
Introduction to Arduino
Dennis Espiritu
Arduino Project Presentation 際際滷s.pptx
Arduino Project  Presentation  際際滷s.pptxArduino Project  Presentation  際際滷s.pptx
Arduino Project Presentation 際際滷s.pptx
JosephAdeyemi6
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx
Mohamed Essam
Arduino spooky projects_class1
Arduino spooky projects_class1Arduino spooky projects_class1
Arduino spooky projects_class1
Felipe Belarmino
Arduino
ArduinoArduino
Arduino
vipin7vj
Arduino mario y jimena
Arduino mario y jimenaArduino mario y jimena
Arduino mario y jimena
marienafuerez
Arduino Hands-on Workshop
Arduino Hands-on WorkshopArduino Hands-on Workshop
Arduino Hands-on Workshop
Suraj Kumar Jana
arduino introduction by Engr. Kennedy V. Rodriguez.pptx
arduino introduction by Engr. Kennedy V. Rodriguez.pptxarduino introduction by Engr. Kennedy V. Rodriguez.pptx
arduino introduction by Engr. Kennedy V. Rodriguez.pptx
KennedyRodriguez5
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
menchc1207
arduino
 arduino arduino
arduino
jhcid
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTSVERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
neelamsanjeevkumar
Introducing... Arduino
Introducing... ArduinoIntroducing... Arduino
Introducing... Arduino
zvikapika

Recently uploaded (19)

Discover the uses and Benefits of Personalized USB Pen Drives
Discover the uses and Benefits of Personalized USB Pen DrivesDiscover the uses and Benefits of Personalized USB Pen Drives
Discover the uses and Benefits of Personalized USB Pen Drives
Corporate Gifts Industry
quanta_zs,_hk5_r1a_2010201_schematics.pdf
quanta_zs,_hk5_r1a_2010201_schematics.pdfquanta_zs,_hk5_r1a_2010201_schematics.pdf
quanta_zs,_hk5_r1a_2010201_schematics.pdf
cifewo6167
Beckham bhul? 9((-&::-7+(;;+((;:-(((!;;-
Beckham bhul? 9((-&::-7+(;;+((;:-(((!;;-Beckham bhul? 9((-&::-7+(;;+((;:-(((!;;-
Beckham bhul? 9((-&::-7+(;;+((;:-(((!;;-
findbhavana94
COMPUTER INTERNET PRESENTATION SLIDES.pptx
COMPUTER INTERNET PRESENTATION SLIDES.pptxCOMPUTER INTERNET PRESENTATION SLIDES.pptx
COMPUTER INTERNET PRESENTATION SLIDES.pptx
kelvinzallan5
Key Benefits of Installing AI Security Cameras
Key Benefits of Installing AI Security CamerasKey Benefits of Installing AI Security Cameras
Key Benefits of Installing AI Security Cameras
Adiance Technologies
Introduction to Computer Networks _Updated.pptx
Introduction to Computer Networks _Updated.pptxIntroduction to Computer Networks _Updated.pptx
Introduction to Computer Networks _Updated.pptx
Happyness Mkumbo
Presentation1.pptx hardware service ntwork
Presentation1.pptx hardware service ntworkPresentation1.pptx hardware service ntwork
Presentation1.pptx hardware service ntwork
kebimesay23
MAINTAINING TOOLS AND EQUIPMENT in CIVIL TECHNOLOGY
MAINTAINING TOOLS AND EQUIPMENT in CIVIL TECHNOLOGYMAINTAINING TOOLS AND EQUIPMENT in CIVIL TECHNOLOGY
MAINTAINING TOOLS AND EQUIPMENT in CIVIL TECHNOLOGY
LilijenOyoa
Litoust India Hire Web Portal Development Company for Services.pdf
Litoust India Hire Web Portal Development Company for Services.pdfLitoust India Hire Web Portal Development Company for Services.pdf
Litoust India Hire Web Portal Development Company for Services.pdf
litostindia7
3.1 - CPU Architecture and Fetch Execute - JR.pptx
3.1 - CPU Architecture and Fetch Execute - JR.pptx3.1 - CPU Architecture and Fetch Execute - JR.pptx
3.1 - CPU Architecture and Fetch Execute - JR.pptx
cmnsmashnalu
9e41dc17-66a6-40a8-8a5d-f0373975a4bf.pptx
9e41dc17-66a6-40a8-8a5d-f0373975a4bf.pptx9e41dc17-66a6-40a8-8a5d-f0373975a4bf.pptx
9e41dc17-66a6-40a8-8a5d-f0373975a4bf.pptx
lebipo9870
Avast Premium Security 25.2.9898 Crack + License Key Till 2050
Avast Premium Security 25.2.9898 Crack + License Key Till 2050Avast Premium Security 25.2.9898 Crack + License Key Till 2050
Avast Premium Security 25.2.9898 Crack + License Key Till 2050
areebaramzanrr
Calculating current efficiency using EQE.pdf
Calculating current efficiency using EQE.pdfCalculating current efficiency using EQE.pdf
Calculating current efficiency using EQE.pdf
Brian Kim, PhD
What is Industrial Metrology Types, Challenges & Applications.pdf
What is Industrial Metrology Types, Challenges & Applications.pdfWhat is Industrial Metrology Types, Challenges & Applications.pdf
What is Industrial Metrology Types, Challenges & Applications.pdf
VIEW
Understanding All CCTV Camera Types.
Understanding  All  CCTV  Camera  Types.Understanding  All  CCTV  Camera  Types.
Understanding All CCTV Camera Types.
Adiance Technologies
BUY B1 GOETHE GERMAN LANGUAGE TEST CERTIFICATION FORM US
BUY B1 GOETHE GERMAN LANGUAGE TEST CERTIFICATION FORM USBUY B1 GOETHE GERMAN LANGUAGE TEST CERTIFICATION FORM US
BUY B1 GOETHE GERMAN LANGUAGE TEST CERTIFICATION FORM US
ielts british council
What is Metrology Calibration Importance, Principles, and Types.pdf
What is Metrology Calibration Importance, Principles, and Types.pdfWhat is Metrology Calibration Importance, Principles, and Types.pdf
What is Metrology Calibration Importance, Principles, and Types.pdf
VIEW
Chapter Five regulation of FM AND FI (3).ppt
Chapter Five regulation of FM AND FI (3).pptChapter Five regulation of FM AND FI (3).ppt
Chapter Five regulation of FM AND FI (3).ppt
kebimesay23
React-Native-vs-Flutter-A-Detailed-Comparison.pptx
React-Native-vs-Flutter-A-Detailed-Comparison.pptxReact-Native-vs-Flutter-A-Detailed-Comparison.pptx
React-Native-vs-Flutter-A-Detailed-Comparison.pptx
lebipo9870
Discover the uses and Benefits of Personalized USB Pen Drives
Discover the uses and Benefits of Personalized USB Pen DrivesDiscover the uses and Benefits of Personalized USB Pen Drives
Discover the uses and Benefits of Personalized USB Pen Drives
Corporate Gifts Industry
quanta_zs,_hk5_r1a_2010201_schematics.pdf
quanta_zs,_hk5_r1a_2010201_schematics.pdfquanta_zs,_hk5_r1a_2010201_schematics.pdf
quanta_zs,_hk5_r1a_2010201_schematics.pdf
cifewo6167
Beckham bhul? 9((-&::-7+(;;+((;:-(((!;;-
Beckham bhul? 9((-&::-7+(;;+((;:-(((!;;-Beckham bhul? 9((-&::-7+(;;+((;:-(((!;;-
Beckham bhul? 9((-&::-7+(;;+((;:-(((!;;-
findbhavana94
COMPUTER INTERNET PRESENTATION SLIDES.pptx
COMPUTER INTERNET PRESENTATION SLIDES.pptxCOMPUTER INTERNET PRESENTATION SLIDES.pptx
COMPUTER INTERNET PRESENTATION SLIDES.pptx
kelvinzallan5
Key Benefits of Installing AI Security Cameras
Key Benefits of Installing AI Security CamerasKey Benefits of Installing AI Security Cameras
Key Benefits of Installing AI Security Cameras
Adiance Technologies
Introduction to Computer Networks _Updated.pptx
Introduction to Computer Networks _Updated.pptxIntroduction to Computer Networks _Updated.pptx
Introduction to Computer Networks _Updated.pptx
Happyness Mkumbo
Presentation1.pptx hardware service ntwork
Presentation1.pptx hardware service ntworkPresentation1.pptx hardware service ntwork
Presentation1.pptx hardware service ntwork
kebimesay23
MAINTAINING TOOLS AND EQUIPMENT in CIVIL TECHNOLOGY
MAINTAINING TOOLS AND EQUIPMENT in CIVIL TECHNOLOGYMAINTAINING TOOLS AND EQUIPMENT in CIVIL TECHNOLOGY
MAINTAINING TOOLS AND EQUIPMENT in CIVIL TECHNOLOGY
LilijenOyoa
Litoust India Hire Web Portal Development Company for Services.pdf
Litoust India Hire Web Portal Development Company for Services.pdfLitoust India Hire Web Portal Development Company for Services.pdf
Litoust India Hire Web Portal Development Company for Services.pdf
litostindia7
3.1 - CPU Architecture and Fetch Execute - JR.pptx
3.1 - CPU Architecture and Fetch Execute - JR.pptx3.1 - CPU Architecture and Fetch Execute - JR.pptx
3.1 - CPU Architecture and Fetch Execute - JR.pptx
cmnsmashnalu
9e41dc17-66a6-40a8-8a5d-f0373975a4bf.pptx
9e41dc17-66a6-40a8-8a5d-f0373975a4bf.pptx9e41dc17-66a6-40a8-8a5d-f0373975a4bf.pptx
9e41dc17-66a6-40a8-8a5d-f0373975a4bf.pptx
lebipo9870
Avast Premium Security 25.2.9898 Crack + License Key Till 2050
Avast Premium Security 25.2.9898 Crack + License Key Till 2050Avast Premium Security 25.2.9898 Crack + License Key Till 2050
Avast Premium Security 25.2.9898 Crack + License Key Till 2050
areebaramzanrr
Calculating current efficiency using EQE.pdf
Calculating current efficiency using EQE.pdfCalculating current efficiency using EQE.pdf
Calculating current efficiency using EQE.pdf
Brian Kim, PhD
What is Industrial Metrology Types, Challenges & Applications.pdf
What is Industrial Metrology Types, Challenges & Applications.pdfWhat is Industrial Metrology Types, Challenges & Applications.pdf
What is Industrial Metrology Types, Challenges & Applications.pdf
VIEW
Understanding All CCTV Camera Types.
Understanding  All  CCTV  Camera  Types.Understanding  All  CCTV  Camera  Types.
Understanding All CCTV Camera Types.
Adiance Technologies
BUY B1 GOETHE GERMAN LANGUAGE TEST CERTIFICATION FORM US
BUY B1 GOETHE GERMAN LANGUAGE TEST CERTIFICATION FORM USBUY B1 GOETHE GERMAN LANGUAGE TEST CERTIFICATION FORM US
BUY B1 GOETHE GERMAN LANGUAGE TEST CERTIFICATION FORM US
ielts british council
What is Metrology Calibration Importance, Principles, and Types.pdf
What is Metrology Calibration Importance, Principles, and Types.pdfWhat is Metrology Calibration Importance, Principles, and Types.pdf
What is Metrology Calibration Importance, Principles, and Types.pdf
VIEW
Chapter Five regulation of FM AND FI (3).ppt
Chapter Five regulation of FM AND FI (3).pptChapter Five regulation of FM AND FI (3).ppt
Chapter Five regulation of FM AND FI (3).ppt
kebimesay23
React-Native-vs-Flutter-A-Detailed-Comparison.pptx
React-Native-vs-Flutter-A-Detailed-Comparison.pptxReact-Native-vs-Flutter-A-Detailed-Comparison.pptx
React-Native-vs-Flutter-A-Detailed-Comparison.pptx
lebipo9870

Get your hands dirty with Arduino

  • 1. Get your hands dirty with Arduino Savio Dimatteo Heidelberg Web Enthusiasts Meetup - 10 Dec 2014
  • 3. Arduino from http://arduino.cc Arduino is an open-source electronics platform based on easy-to-use hardware and software. It's intended for anyone making interactive projects. IDE + Board
  • 4. Making a project 1. wire components on a breadboard and connect them to arduino I/O pins
  • 5. Making a project 2. write code into the IDE to read/write from/to Arduino pins
  • 6. Making a project 3. compile & upload code into a chip on the board machine code
  • 9. Many Specs Parameters Input voltage CPU Speed # Analog I/O pins # Digital I/O pins FLASH capacity EEPROM capacity SRAM capacity USB interface UART
  • 10. Many Specs Parameters Input voltage Cost: ~4 USB interface UART
  • 14. Arduino code language is an implementation of Wiring syntax looks like a mix of Java/C/C++ feels almost like a scripting language... code preprocessed into C++ compiled and linked against Arduino libraries machine code into a file ready for upload
  • 15. Typical workflow write code compile connect Arduino via USB upload see if it works
  • 16. Debugging write code using Serial.print(...) compile connect Arduino via USB upload open serial monitor see if it works, check serial monitor output
  • 17. Get started http://www.google.com http://www.instructables.com/ http://playground.arduino.cc
  • 18. Starter kit (~100) Arduino Projects Book Arduino UNO USB cable Breadboard Wooden Base 9v battery snap Wires Photoresistors, potentiometers, pushbuttons, sensors, LCD display, LEDs, Transistors, Optocouplers, Piezo, Small Motors, Diodes, Resistors...
  • 19. Blink
  • 24. Projects book 01 GET TO KNOW YOUR TOOLS an introduction to the concepts you'll need to use this kit 02 SPACESHIP INTERFACE design the control panel for your starship 03 LOVE-O-METER measure how hot-blooded you are 04 COLOR MIXING LAMP produce any color with a lamp that uses light as an input 05 MOOD CUE clue people in to how you're doing 06 LIGHT THEREMIN create a musical instrument you play by waving your hands 07 KEYBOARD INSTRUMENT play music and make some noise with this keyboard 08 DIGITAL HOURGLASS a light-up hourglass that can stop you from working too much 09 MOTORIZED PINWHEEL a colored wheel that will make your head spin 10 ZOETROPE create a mechanical animation you can play forward or reverse 11 CRYSTAL BALL a mystical tour to answer all your tough questions 12 KNOCK LOCK tap out the secret code to open the door 13 TOUCHY-FEEL LAMP a lamp that responds to your touch 14 TWEAK THE ARDUINO LOGO control your personal computer from your Arduino 15 HACKING BUTTONS create a master control for all your devices!
  • 25. What did I do with Arduino
  • 26. Got rid of IDE mkdir blink && cd blink && ino init vim src/sketch.ino edit save ... :!ino build :!ino upload :!ino serial (optional)
  • 28. Trampolino hardest hardware part: insert a straw at the base of a bottle
  • 29. Trampolino hardest hardware part: insert a straw at the base of a bottle hardest software part: try to be precise when pouring the same amount of water...
  • 30. Problem water doesnt flow at a constant rate!
  • 31. Problem How many seconds to pour for, to get the same unit of water out of the straw?
  • 32. Possible Solution I. measure flow rate II. estimate pressure
  • 33. Detecting water void setup() { pinMode(9, INPUT); } void loop() { if (digitalRead(9) == LOW) { // water detected! } }
  • 39. Conclusions very easy to get started time consuming exciting expensive generally not dangerous
  • 40. Get your hands dirty with Arduino Thank You My Website: http://www.savio.dimatteo.it GitHub: https://github.com/darksmo Twitter: @darksmo E-mail: darksmo@gmail.com Trampolino: http://darksmo.github.io/arduino-trampolino/ Arduino playground: http://playground.arduino.cc