KEMBAR78
Getting Started with Arduino | PDF
IN THE BEGINNING…
WANN A BL INK AN LE D?
DO YOU HEX?
TO MAKE LIFE EASIE R…
MA SSIMO BANZI & FRIENDS
STAR TED SELLING THESE
REMEMBE R THIS?
AND THIS?
IS NOW T HIS…
WHAT IS ARDUINO?
• Prototyping platform for physical computing
• An abstraction layer that simplifies physical computing
• Taken the world by storm due to ease of use
• It’s Open Source
INTRODUCING LEON ARDO
KNOW YO UR PINOUTS
ARDUINO I DE
LE T’ S BL IN K A N L E D
SIMPLEST SETUP
BUT LET’S USE A BRE ADBOARD
YOU R T U RN .
BLI NK TW O L E D S
H OW A BO UT FAD I N G I T ?
HE LLO P WM
Pulse-Width Modulation
PULSE WIDTH MODULATION
LE T ’S FAD E T H AT L E D
HANDS ON WALKTHROUGH
TH AT’ S O U T P UT
HANDS ON WALKTHROUGH
L ET’ S TRY IN P UT
HANDS ON WALKTHROUGH
INPUT WITH PUSHBUTTON
INPUT WITH SENSOR S
INPUT + O UT P U T
HANDS ON WALKTHROUGH
INPUT WITH INPUT + SENSORS
LE T’ S EX P E RI ME N T
GO NUTS!
MO R E NE X T T IM E …

Getting Started with Arduino

Editor's Notes

  • #2 Note: I’m only using this because I couldn’t get a good quality Arduino logo.
  • #4 Note: It’s actually more complicated. There needs to be REGULATED voltage
  • #5 That’s the actual code to blink a LED
  • #7 Arduino started in 2005 as a project for students at the Interaction Design Institute Ivrea in Ivrea, Italy. At that time program students used a "BASIC Stamp" at a cost of $100, considered expensive for students. Massimo Banzi, one of the founders, taught at Ivrea.[2] A hardware thesis was contributed for a wiring design by Colombian student Hernando Barragan. After the wiring platform was complete, researchers worked to make it lighter, less expensive, and available to the open source community. The school eventually closed down, so these researchers, one of them David Cuartielles, promoted the idea.[2] The current prices run around $30 and related "clones" as low as $9.[2][3] Taken from Wikipedia - http://en.wikipedia.org/wiki/Arduino
  • #8 Not just this, but there’s a whole family of products available - http://arduino.cc/en/Main/Products
  • #15 That’s the actual code to blink a LED
  • #17 Blink an LED - http://arduino.cc/en/Tutorial/Blink
  • #18 Blink an LED - http://arduino.cc/en/Tutorial/Blink
  • #19 Blink both Alternate Alternate with delay About knight rider?
  • #21 Pulsing it at intervals, increasing and decreasing the time of pulse being on
  • #22 That’s the actual code to blink a LED
  • #23 Fade the LED using example from here - http://arduino.cc/en/Tutorial/Fade
  • #26 Simple push button example - http://arduino.cc/en/Tutorial/Button
  • #27 Here’s a photoresister (in your kit) as input. It’s resistance will change with the level of light hitting it, thus changing the analog input value.