hubduino

15
Monday, July 18, 2011

Upload: josef-prusa

Post on 13-May-2015

2.022 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Hubduino

Monday, July 18, 2011

Page 2: Hubduino

Josef PrůšaRepRap core devOHW evangelistjosefprusa.cz

flickr.com/prusajr/@prusajr

http://slidesha.re/?????

Arduino

Arduino team

Monday, July 18, 2011

Page 3: Hubduino

What is ArduinoArduino 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.

Arduino team

Monday, July 18, 2011

Page 4: Hubduino

Arduino HW• Arduino hardware is nothing spectacular

• Basically pricey 8bit Atmel ATmega processor

• ATmega8, ATmega168, ATmega328, ATmega1280, ATmega2560

• ARM processors are cheaper and better

Why Arduino ROCKS then????

Monday, July 18, 2011

Page 5: Hubduino

User friendlyFirst HW development kit which is easy enough for somebody who doesn’t have a clue about electronics.

Artists, designers, creative people and ME myself :-P

- Multiplatform- Free- Open Source

Monday, July 18, 2011

Page 6: Hubduino

iPhone controlled RC car• For perfect outcome you just need to

control 4bits

Monday, July 18, 2011

Page 7: Hubduino

iPhone controlled RC car• For perfect outcome you just need to

control 4bits

Monday, July 18, 2011

Page 8: Hubduino

Similar to ADK

iPhone (OSCemote) → WiFi → PC → Max/Msp → Serial port → Arduino → Original controller

Not as elegant as ADK, but HEY! It was year 2008!Monday, July 18, 2011

Page 9: Hubduino

What Arduino can do by itself

• Read and write several digital pins (0V or 5V)

• Read analog pins (from 0V to 5V)

• Communicate over serial port

• Connect to other peripherals as normal computer

Monday, July 18, 2011

Page 10: Hubduino

Wiring language

• http://wiring.org.co/reference/

• Similar to C++

Monday, July 18, 2011

Page 11: Hubduino

Arduino Shields

• Simple

• Stackable

• Adds functionality

• Ethernet shield, GPS shield, XBee shield

Monday, July 18, 2011

Page 12: Hubduino

Ethernet shieldAllows ethernet

use

http://pachube.com

Monday, July 18, 2011

Page 13: Hubduino

GPS shield

Monday, July 18, 2011

Page 14: Hubduino

Shield sources

• http://sparkfun.com

• http://adafruit.com/

• http://www.hwkitchen.com/ (CZ)

Monday, July 18, 2011