14
Open-Source Hardware and Open-Source Hardware and Software Software Micro Controller Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

Embed Size (px)

Citation preview

Page 1: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

Open-Source Hardware and Open-Source Hardware and SoftwareSoftware

Micro Controller Micro Controller

Presented byPete DuMelle PD Design, Inc

Brought to you by UniForum Chicago

HTTP://PDDESIGNINC.COM

Page 2: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

OverviewOverviewWhat is ArduinoWhat flavors does it come inShields and add on hardwareExamples of projects

Page 3: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

What is an ArduinoWhat is an Arduino Arduino 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.

Page 4: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

Arduino TeamArduino TeamMassimo Banzi, David Cuartielles,

Tom Igoe, Gianluca Martino, and David Mellis.

Nicholas Zambetti has contributed since the beginning.

Page 5: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

What is Open HardwareWhat is Open HardwareOpen-source hardware shares Release all of the original design files

(Eagle CAD) for the Arduino hardware. These files are licensed under a Creative

Commons Attribution Share-Alike license, which allows for both personal and commercial derivative works, as long as they credit Arduino and release their designs under the same license.

Page 6: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

More on Open HardwareMore on Open HardwareIt works with

◦Parallax (Basic Stamp hardware)

List of Hardware and Code◦http://www.arduino.cc/playground/

Main/InterfacingWithHardware

Page 7: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

What is Open Software What is Open Software The Arduino software is also open-source.

The source code for the Java environmentis released under the GPL and the C/C++microcontroller libraries are under theLGPL.

The source code for Arduino is now hosted

on GitHub.

Page 8: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

Arduino Flavors Arduino Flavors

Mega 2560 $60Uno $30LilyPad $20 Nano $26

Page 9: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

Arduino comparison Arduino comparison

Arduino Uno

• Clock Speed: 16 MHz

Digital I/O Pins: 14 (of which 6 provide PWM output) • Analog Input Pins: 6

Cost $30

Basic Stamp 2

Clock Speed: 20 MHz

Number of I/O Pins: 16 + 2 dedicated serial

Cost $ 50

Page 10: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

Shields Shields EthernetWifiGPSData LoggingCellVideo Audio AcelerometerXBee

MP3RS232Smoke

DetectorVoltage

regulator

Page 11: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

Arduino ProjectsArduino Projects

Page 12: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

More ProjectsMore ProjectsHome AutomationInter active clothingLaser light showMakerbot or CNCSensor that updates your twitter

Page 13: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

WebsitesWebsiteshttp://www.arduino.cc/http://www.instructables.comhttp://hacknmod.com/hack/top-

40-arduino-projects-of-the-web/http://www.freeduino.org/

Page 14: Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago HTTP://PDDESIGNINC.COM

Pete DuMellePD Design, Inc.847-769-7495

[email protected]

http://www.pddesigninc.com/BusinessBuilding.shtml

Articles

http://ezinearticles.com/?expert=Peter_DuMelle

Thank You