Arduino
Arduino
Arduino
TO ARDUINO
ARDUINO
Arduino is the go-to gear for artists, hobbyists, students, and anyone with a gadgetry dream.
Arduino rose out of another formidable challenge: how to teach students to create electronics,
fast.
With Arduino, you can control almost everything around you be it simple LED or giant Robots.
Microcontroller is microprocessor with memory, RAM and some other peripheral connected
with it.
Arduino LilyPad
DIY Arduino
Arduino Uno
RESET
SCL\SDA
(I2C Bus)
POWER
5V / 3.3V / GND
Digital I\O
PWM(3, 5, 6, 9, 10, 11)
Analog
INPUTS
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) Image from Theory and Practice of Tangible User Interfaces at UC Berkley 11
6 MAJOR CONCEPTS
digitalWrite()
analogWrite()
digitalRead()
If (statements) / Boolean
analogRead
Serial Communication
5V 5V
0V 0V
Compiling turns your program into binary data (ones and zeros)
The two LEDs near the USB connector blink when data is transmitted.
RX blinks when the Arduino is receiving data.
TX blinks when the Arduino is transmitting data
Compile
Status Message