HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform A physical Input / Output board (I/O)...

16
HARDWARE LIBRE PARA LINUX Y ANDROID

Transcript of HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform A physical Input / Output board (I/O)...

Page 1: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

HARDWARE LIBRE PARA LINUX Y ANDROID

Page 2: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).
Page 3: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

Arduino is a platform

A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

Page 4: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

OverviewWhat is Arduino? What is it used for? How to get started Demonstration

Questions are welcome at any time.

Author: Ian Jones ([email protected])

Page 5: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

What is Arduino? “Arduino is an open-source physical

computing platform based on a simple i/o board and a development environment that implements the Processing / Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer.“ ( www.arduino.cc, 2006 )

Page 6: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

Arduino is a platform

A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

Page 7: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

Arduino is a platform

Also including an Integrated Development Environment (IDE) for programming.

The language itself is based in C but is largely modeled upon the www.processing.org language.

Page 8: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

What is it used for? Physical Computing projects / research Interactive Installations Rapid prototyping

When you wish to move beyond the traditional Mouse, Keyboard and Monitor to develop novel and custom interactions in your project work.

Page 9: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

What can it do? Sensors ( to sense stuff )

Push buttons, touch pads, tilt switches. Variable resistors (eg. volume knob / sliders) Photoresistors (sensing light levels) Thermistors (temperature) Ultrasound (proximity range finder)

Actuators ( to do stuff ) Lights, LED’s Motors Speakers Displays (LCD)

Page 10: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

RASPBERRY PI

Page 11: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

Who is this guy? Rob Dudley @robdudley on Twitter Web Developer Lead developer at Quidsin.com Open Source Proponent Confirmed geek since 1991

Page 12: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

What is a raspberry Pi? A credit card sized PC Plugs into a TV or monitor Cheap (ish) ~£25 each Over 1 million units shipped Uses Broadcom BCM2835 Designed for education!

Page 13: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

what’s the filling of a raspberry pi?

hardware & connectivity inside the Pi

Page 14: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

Who is this guy? Rob Dudley @robdudley on Twitter Web Developer Lead developer at Quidsin.com Open Source Proponent Confirmed geek since 1991

Page 15: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).
Page 16: HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).

GRACIAS…