Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Conhecendo o arduino

Avatar for tagliati tagliati
February 15, 2012

Conhecendo o arduino

O que é o Arduino?
Apresentação feita por @tagliati e @m3nd3s

Avatar for tagliati

tagliati

February 15, 2012
Tweet

Other Decks in Technology

Transcript

  1. Você pode criar um também! Você pode criar um também!

    http://farm6.static.flickr.com/5258/5556562505_9429cb7263_z.jpg
  2. ATmega328 ATmega328 Flash Memory: Flash Memory: 32 KB 32 KB

    0.5 KB bootloader SRAM: SRAM: 2 KB 2 KB EEPROM: EEPROM: 1 KB 1 KB Clock Speed: Clock Speed: 16 Mhz 16 Mhz Digital I/O Pins: Digital I/O Pins: 14 14 Voltage: Voltage: 5V 5V Analog Input Pins: Analog Input Pins: 6 6 Uno Uno
  3. LOL Shield Lots of LEDs (LoL) Lots of LEDs (LoL)

    http://www.flickr.com/photos/37996583811@N01/5112148790
  4. int ledPin = 13; // LED connected to digital pin

    13 void setup() { pinMode(ledPin, OUTPUT); // sets the digital pin as output } void loop() { digitalWrite(ledPin, HIGH); // sets the LED on delay(1000); // waits for a second digitalWrite(ledPin, LOW); // sets the LED off delay(1000); // waits for a second } Programando Programando
  5. Fotografa em alta velocidade High speed photo High speed photo

    http://www.flickr.com/photos/kominyetska/3983226643/
  6. Arduino R0X! Arduino R0X! Arduino Hack Day! Arduino Hack Day!

    http://www.flickr.com/photos/slugworth/5566120743/in/pool-46752819@N00/