SlideShare a Scribd company logo
1 of 27
Download to read offline
#1 DIGITAL MAKER – NEW TECHNOLOGY BEHIND THE IOT
“Internet of things” is on everyone's lips. Most
know that it is about connecting your fridge
with your smartphone or your coffee-maker
with your alarm clock. A huge market is
emerging. But only few understand the
hardware behind the measurement/sensors
and respective visualization. Learn how easy,
cheap and fast it is to build working
prototypes for your idea.
At the end of this hands-on workshop you will
have created a working prototype including
an Arduino microcontroller, buttons, LEDs,
resistors and all those things you won't
normally touch without asking your favorite
electrician. 
INTERNET OF THINGS
o connected objects (“things”)
o autonomous communication
o variety of scenarios
o infrastructure and energy management
o medical and health monitoring
o home automation
o …
o privacy and autonomy?
#2 INTERNET OF THINGS – BACKGROUND
1 WHAT IS IT?
#3 IoT MARKET – JUST AN IDEA?
#4 IoT MARKET – WHAT WILL BE YOUR FIRST DEVICE?
o input & output devices
o multiple sensors
o several methods for
actuation and feedback
1 USER INTERFACE
#5 BEHIND THE SCENES – I/O
o mini-computers, micro-controllers
o run programs, analyze, calculate, do things no (normal) human understands
o control the sensors / actuator
#6 BEHIND THE SCENES – CONTROLLER
o Network hardware (Wifi, LAN,
Bluetooth, GSM, Zigbee, …)
o realize connection and
communication to servers,
input/output devices, other
things, clients, …
1 COMMUNICATION BACKBONE
#7 BEHIND THE SCENES – NETWORK
o prototyping helps ...
o … to know your users
o … to know the deployment
scenario
o possibility for quick and cheap
adjustments
o prototyping hardware
o Arduino
o Raspberry Pi
o BeagleBone
o Teensy
#8 PROTOTYPING IoT– POWER OF THE PROTOTYPE
o Wikipedia lists about 100 Arduino boards or
Arduino compatible boards/clones
o 5 million Raspberry PIs sold
o 3D printers will grow from a $288 million
market in 2012 to $5.7 billion in 2017
o DIY Drone community: 15,000 drones vs.
military forces: 7,000 “professional” drones
o By 2025, crowdfunding investment market
is projected to reach $93 billion
1 NICE TO KNOW FACTS
#9 PROTOTYPING / DIY – NUMBERS BESIDE THE GEEK STUFF
EXAMPLES – AND COOL STUFF YOU CAN DO WITH ARDUINO & CO.
#10 EXAMPLES – BLOWFISH
#11 EXAMPLES – DIY DRONES
#12 EXAMPLES – MY IoT
HANDS ON
o Blink example (LED)
o Switch example (LED + Switch)
o Controller example (LED + Poti)
#13 HANDS ON – BLINK
#14 HANDS ON – SKETCH
// the setup function runs once when you press reset or power
the board
void setup() {
// initialize digital pin 13 as an output.
pinMode(13, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
// turn the LED on (HIGH is the voltage level)
digitalWrite(13, HIGH);
// wait for a second
delay(1000);
// turn the LED off by making the voltage LOW
digitalWrite(13, LOW);
// wait for a second
delay(1000);
}
#15 HANDS ON – CODE
#16 HANDS ON – SWITCH
#17 HANDS ON – SKETCH
// the setup function runs once when you press reset or power
the board
void setup() {
//...
// initialize the pushbutton pin as an input:
pinMode(2, INPUT);
}
// the loop function runs over and over again forever
void loop() {
// read the state [0;1] of the pushbutton value:
buttonState = digitalRead(buttonPin);
// check if the pushbutton is pressed.
// if it is, the buttonState is HIGH:
if(buttonState == HIGH){
//... see blink example
}
}
#18 HANDS ON – CODE
#19 HANDS ON – POTI
#20 HANDS ON – SKETCH
// the setup function runs once when you press reset or power
the board
void setup() {
//...
}
// the loop function runs over and over again forever
void loop() {
// ...
if(buttonState == HIGH){
// read the value from the sensor [0-1023]
timeout = analogRead(A0)
// ...
}
}
#21 HANDS ON – CODE
o Questions?
o Feedback?
o Ideas (what I could do next
weekend)?
#22 THE END – NETWORKING DRINKS AHEAD!
o Slide 1, "The impact of maker movement", https://s3.amazonaws.com/ksr/projects/549410/photo-main.jpg?1397819840
o Slide 4, "Internet of things", http://commons.wikimedia.org/wiki/File:Internet_of_Things.jpg
o Slide 5/7/9, "What Exactly Is The 'Internet of Things'?", http://d3uifzcxlzuvqz.cloudfront.net/images/stories/content/infographic/IoT-Infographic/postscapes-
harbor-iot-infographics.jpg
o Slide 6, "Statista - Internet of things to hit the mainstream by 2020", http://www.statista.com/chart/2936/internet-of-things-to-hit-the-mainstream-by-2020/
o Slide 8, "Circuits wallpaper", http://hqwallbase.com/images/big/circuits_wallpaper-3053.jpg
o Slide 14, "Blowfish", https://sketchingwithhardware.wordpress.com/2012/04/06/blowfish-dont-scare-it-or-it-puffs-up/
o Slide 15, "Ardupilot", http://copter.ardupilot.com/
o Slide 15, "Quadropod", http://www.instructables.com/id/Speech-Controlled-Quadropod/?lang=de
o Slide 16, "Internet of Things toilet", http://www.instructables.com/id/Internet-of-Things-Toilet-Uploads-Events-to-the-Cl/
o Slide 16, "Raspberry Pi microwave", http://www.raspberrypi.org/the-raspberry-pi-microwave/
#23 THE END – Sources

More Related Content

What's hot

Arduino اردوينو
Arduino اردوينوArduino اردوينو
Arduino اردوينوsalih mahmod
 
Arduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - RobomartArduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - RobomartRavi Kant Pal
 
Wulian smart home software manual
Wulian smart home software manualWulian smart home software manual
Wulian smart home software manuallynn li
 
Is the Smart Home fit for purpose?
Is the Smart Home fit for purpose? Is the Smart Home fit for purpose?
Is the Smart Home fit for purpose? Thom. Poole
 
Advanced view arduino projects list use arduino for projects (5)
Advanced view arduino projects list   use arduino for projects (5)Advanced view arduino projects list   use arduino for projects (5)
Advanced view arduino projects list use arduino for projects (5)WiseNaeem
 
Arduino Introduction by coopermaa
Arduino Introduction by coopermaaArduino Introduction by coopermaa
Arduino Introduction by coopermaa馬 萬圳
 

What's hot (8)

Arduino اردوينو
Arduino اردوينوArduino اردوينو
Arduino اردوينو
 
Arduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - RobomartArduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - Robomart
 
Wulian smart home software manual
Wulian smart home software manualWulian smart home software manual
Wulian smart home software manual
 
Smart home
Smart homeSmart home
Smart home
 
Is the Smart Home fit for purpose?
Is the Smart Home fit for purpose? Is the Smart Home fit for purpose?
Is the Smart Home fit for purpose?
 
Advanced view arduino projects list use arduino for projects (5)
Advanced view arduino projects list   use arduino for projects (5)Advanced view arduino projects list   use arduino for projects (5)
Advanced view arduino projects list use arduino for projects (5)
 
Arduino Introduction by coopermaa
Arduino Introduction by coopermaaArduino Introduction by coopermaa
Arduino Introduction by coopermaa
 
Smarthome
SmarthomeSmarthome
Smarthome
 

Similar to YOTG Munich - Simon Mang - SixReasons - Hardware prototyping – Sketching with hardware

Arduino workshop
Arduino workshopArduino workshop
Arduino workshopJonah Marrs
 
Physical Computing and IoT
Physical Computing and IoTPhysical Computing and IoT
Physical Computing and IoTEduardo Oliveira
 
IoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensorsIoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensorssaritasapkal
 
Arduino Slides With Neopixels
Arduino Slides With NeopixelsArduino Slides With Neopixels
Arduino Slides With Neopixelssdcharle
 
Arduino Workshop Slides
Arduino Workshop SlidesArduino Workshop Slides
Arduino Workshop Slidesmkarlin14
 
Arduino slides
Arduino slidesArduino slides
Arduino slidessdcharle
 
NSTA 2013 Denver - ArduBlock and Arduino
NSTA 2013 Denver - ArduBlock and ArduinoNSTA 2013 Denver - ArduBlock and Arduino
NSTA 2013 Denver - ArduBlock and ArduinoBrian Huang
 
Advanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdfAdvanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdfWiseNaeem
 
Advanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdfAdvanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdfWiseNaeem
 
Microsoft's view of the Internet of Things (IoT) by Imran Shafqat
Microsoft's view of the Internet of Things (IoT) by Imran ShafqatMicrosoft's view of the Internet of Things (IoT) by Imran Shafqat
Microsoft's view of the Internet of Things (IoT) by Imran ShafqatAllied Consultants
 
Internet of Things (IoT) reference architecture using Azure -MIC - Lahore
Internet of Things (IoT) reference architecture using Azure -MIC - LahoreInternet of Things (IoT) reference architecture using Azure -MIC - Lahore
Internet of Things (IoT) reference architecture using Azure -MIC - LahoreInformation Technology University
 
Getting Started with the Internet of Things - Allianz Hackrisk Hackathon 29/...
Getting Started with the Internet of Things  - Allianz Hackrisk Hackathon 29/...Getting Started with the Internet of Things  - Allianz Hackrisk Hackathon 29/...
Getting Started with the Internet of Things - Allianz Hackrisk Hackathon 29/...The Internet of Things Methodology
 
Advanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdfAdvanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdfWiseNaeem
 
Advanced View Arduino Projects List _ Use Arduino for Projects {4}.pdf
Advanced View Arduino Projects List _ Use Arduino for Projects {4}.pdfAdvanced View Arduino Projects List _ Use Arduino for Projects {4}.pdf
Advanced View Arduino Projects List _ Use Arduino for Projects {4}.pdfWiseNaeem
 
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdf
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdfAdvanced View Arduino Projects List - Use Arduino for Projects 5.pdf
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdfWiseNaeem
 
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdf
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdfAdvanced View Arduino Projects List - Use Arduino for Projects-4.pdf
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdfWiseNaeem
 
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdf
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdfAdvanced View Arduino Projects List - Use Arduino for Projects-4.pdf
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdfWiseNaeem
 

Similar to YOTG Munich - Simon Mang - SixReasons - Hardware prototyping – Sketching with hardware (20)

Arduino
ArduinoArduino
Arduino
 
Arduino workshop
Arduino workshopArduino workshop
Arduino workshop
 
Physical Computing and IoT
Physical Computing and IoTPhysical Computing and IoT
Physical Computing and IoT
 
IoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensorsIoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensors
 
Arduino Slides With Neopixels
Arduino Slides With NeopixelsArduino Slides With Neopixels
Arduino Slides With Neopixels
 
Arduino workshop sensors
Arduino workshop sensorsArduino workshop sensors
Arduino workshop sensors
 
Arduino Workshop Slides
Arduino Workshop SlidesArduino Workshop Slides
Arduino Workshop Slides
 
Arduino slides
Arduino slidesArduino slides
Arduino slides
 
NSTA 2013 Denver - ArduBlock and Arduino
NSTA 2013 Denver - ArduBlock and ArduinoNSTA 2013 Denver - ArduBlock and Arduino
NSTA 2013 Denver - ArduBlock and Arduino
 
Advanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdfAdvanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdf
 
Advanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdfAdvanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdf
 
Microsoft's view of the Internet of Things (IoT) by Imran Shafqat
Microsoft's view of the Internet of Things (IoT) by Imran ShafqatMicrosoft's view of the Internet of Things (IoT) by Imran Shafqat
Microsoft's view of the Internet of Things (IoT) by Imran Shafqat
 
Internet of Things (IoT) reference architecture using Azure -MIC - Lahore
Internet of Things (IoT) reference architecture using Azure -MIC - LahoreInternet of Things (IoT) reference architecture using Azure -MIC - Lahore
Internet of Things (IoT) reference architecture using Azure -MIC - Lahore
 
Getting Started with the Internet of Things - Allianz Hackrisk Hackathon 29/...
Getting Started with the Internet of Things  - Allianz Hackrisk Hackathon 29/...Getting Started with the Internet of Things  - Allianz Hackrisk Hackathon 29/...
Getting Started with the Internet of Things - Allianz Hackrisk Hackathon 29/...
 
Arduino: Arduino starter kit
Arduino: Arduino starter kitArduino: Arduino starter kit
Arduino: Arduino starter kit
 
Advanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdfAdvanced View Arduino Projects List - Use Arduino for Projects.pdf
Advanced View Arduino Projects List - Use Arduino for Projects.pdf
 
Advanced View Arduino Projects List _ Use Arduino for Projects {4}.pdf
Advanced View Arduino Projects List _ Use Arduino for Projects {4}.pdfAdvanced View Arduino Projects List _ Use Arduino for Projects {4}.pdf
Advanced View Arduino Projects List _ Use Arduino for Projects {4}.pdf
 
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdf
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdfAdvanced View Arduino Projects List - Use Arduino for Projects 5.pdf
Advanced View Arduino Projects List - Use Arduino for Projects 5.pdf
 
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdf
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdfAdvanced View Arduino Projects List - Use Arduino for Projects-4.pdf
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdf
 
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdf
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdfAdvanced View Arduino Projects List - Use Arduino for Projects-4.pdf
Advanced View Arduino Projects List - Use Arduino for Projects-4.pdf
 

More from Year of the X

Robin Farmanfarmaian
Robin FarmanfarmaianRobin Farmanfarmaian
Robin FarmanfarmaianYear of the X
 
Adam Smiley Poswolsky
Adam Smiley Poswolsky Adam Smiley Poswolsky
Adam Smiley Poswolsky Year of the X
 
The New Digital Currency by Andrea D'Agostini
The New Digital Currency by Andrea D'AgostiniThe New Digital Currency by Andrea D'Agostini
The New Digital Currency by Andrea D'AgostiniYear of the X
 
The Digital Darwinism - How I keep my business winning by Andrea D'Agostini
The Digital Darwinism - How I keep my business winning by Andrea D'AgostiniThe Digital Darwinism - How I keep my business winning by Andrea D'Agostini
The Digital Darwinism - How I keep my business winning by Andrea D'AgostiniYear of the X
 
"Achtsames führen - erste Schritte zum gesunden Unternehmen in der Praxis" vo...
"Achtsames führen - erste Schritte zum gesunden Unternehmen in der Praxis" vo..."Achtsames führen - erste Schritte zum gesunden Unternehmen in der Praxis" vo...
"Achtsames führen - erste Schritte zum gesunden Unternehmen in der Praxis" vo...Year of the X
 
"The Fear of Missing Out, the Joy of Missing Out" - von Nicola Rohner @ Alway...
"The Fear of Missing Out, the Joy of Missing Out" - von Nicola Rohner @ Alway..."The Fear of Missing Out, the Joy of Missing Out" - von Nicola Rohner @ Alway...
"The Fear of Missing Out, the Joy of Missing Out" - von Nicola Rohner @ Alway...Year of the X
 
"Brain hacking through sound" by Antonio Chevez @ AlwaysOhmmm
"Brain hacking through sound" by Antonio Chevez @ AlwaysOhmmm"Brain hacking through sound" by Antonio Chevez @ AlwaysOhmmm
"Brain hacking through sound" by Antonio Chevez @ AlwaysOhmmmYear of the X
 
The 4 d space of future automotive mobility; klaus schaaf @ yotr
The 4 d space of future automotive mobility; klaus schaaf @ yotrThe 4 d space of future automotive mobility; klaus schaaf @ yotr
The 4 d space of future automotive mobility; klaus schaaf @ yotrYear of the X
 
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...Year of the X
 
Speak to me! Siri, Alexa, Chatbots. Is this new breed the future of user inte...
Speak to me! Siri, Alexa, Chatbots. Is this new breed the future of user inte...Speak to me! Siri, Alexa, Chatbots. Is this new breed the future of user inte...
Speak to me! Siri, Alexa, Chatbots. Is this new breed the future of user inte...Year of the X
 
Break the law of averages and dare to be exceptional
Break the law of averages and dare to be exceptionalBreak the law of averages and dare to be exceptional
Break the law of averages and dare to be exceptionalYear of the X
 
Digital Origami — Playful collaboration in digital teams
Digital Origami — Playful collaboration in digital teamsDigital Origami — Playful collaboration in digital teams
Digital Origami — Playful collaboration in digital teamsYear of the X
 
IoT in less than one day; Stefan Rauch @ Year of the Rooster
IoT in less than one day; Stefan Rauch @ Year of the RoosterIoT in less than one day; Stefan Rauch @ Year of the Rooster
IoT in less than one day; Stefan Rauch @ Year of the RoosterYear of the X
 
Intrapreneurship + Courage; Peter Borchers @ Year of the Rooster
Intrapreneurship + Courage; Peter Borchers @ Year of the RoosterIntrapreneurship + Courage; Peter Borchers @ Year of the Rooster
Intrapreneurship + Courage; Peter Borchers @ Year of the RoosterYear of the X
 
Design Thinking | Why the hype & the noise?; Jörg Koslovsky
Design Thinking | Why the hype & the noise?; Jörg KoslovskyDesign Thinking | Why the hype & the noise?; Jörg Koslovsky
Design Thinking | Why the hype & the noise?; Jörg KoslovskyYear of the X
 
Creative activism; eiji han shimizu @ year of the rooster
Creative activism; eiji han shimizu @ year of the roosterCreative activism; eiji han shimizu @ year of the rooster
Creative activism; eiji han shimizu @ year of the roosterYear of the X
 

More from Year of the X (20)

Georg Nietsch
Georg NietschGeorg Nietsch
Georg Nietsch
 
Leif Geuder
Leif GeuderLeif Geuder
Leif Geuder
 
Tiffany Lentz
Tiffany LentzTiffany Lentz
Tiffany Lentz
 
Robin Farmanfarmaian
Robin FarmanfarmaianRobin Farmanfarmaian
Robin Farmanfarmaian
 
Stefan Mennerich
Stefan MennerichStefan Mennerich
Stefan Mennerich
 
Adam Smiley Poswolsky
Adam Smiley Poswolsky Adam Smiley Poswolsky
Adam Smiley Poswolsky
 
The New Digital Currency by Andrea D'Agostini
The New Digital Currency by Andrea D'AgostiniThe New Digital Currency by Andrea D'Agostini
The New Digital Currency by Andrea D'Agostini
 
The Digital Darwinism - How I keep my business winning by Andrea D'Agostini
The Digital Darwinism - How I keep my business winning by Andrea D'AgostiniThe Digital Darwinism - How I keep my business winning by Andrea D'Agostini
The Digital Darwinism - How I keep my business winning by Andrea D'Agostini
 
"Achtsames führen - erste Schritte zum gesunden Unternehmen in der Praxis" vo...
"Achtsames führen - erste Schritte zum gesunden Unternehmen in der Praxis" vo..."Achtsames führen - erste Schritte zum gesunden Unternehmen in der Praxis" vo...
"Achtsames führen - erste Schritte zum gesunden Unternehmen in der Praxis" vo...
 
"The Fear of Missing Out, the Joy of Missing Out" - von Nicola Rohner @ Alway...
"The Fear of Missing Out, the Joy of Missing Out" - von Nicola Rohner @ Alway..."The Fear of Missing Out, the Joy of Missing Out" - von Nicola Rohner @ Alway...
"The Fear of Missing Out, the Joy of Missing Out" - von Nicola Rohner @ Alway...
 
"Brain hacking through sound" by Antonio Chevez @ AlwaysOhmmm
"Brain hacking through sound" by Antonio Chevez @ AlwaysOhmmm"Brain hacking through sound" by Antonio Chevez @ AlwaysOhmmm
"Brain hacking through sound" by Antonio Chevez @ AlwaysOhmmm
 
The 4 d space of future automotive mobility; klaus schaaf @ yotr
The 4 d space of future automotive mobility; klaus schaaf @ yotrThe 4 d space of future automotive mobility; klaus schaaf @ yotr
The 4 d space of future automotive mobility; klaus schaaf @ yotr
 
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
Bridging the Physical and digital Adances in wearables and consumer IOT; Rani...
 
Speak to me! Siri, Alexa, Chatbots. Is this new breed the future of user inte...
Speak to me! Siri, Alexa, Chatbots. Is this new breed the future of user inte...Speak to me! Siri, Alexa, Chatbots. Is this new breed the future of user inte...
Speak to me! Siri, Alexa, Chatbots. Is this new breed the future of user inte...
 
Break the law of averages and dare to be exceptional
Break the law of averages and dare to be exceptionalBreak the law of averages and dare to be exceptional
Break the law of averages and dare to be exceptional
 
Digital Origami — Playful collaboration in digital teams
Digital Origami — Playful collaboration in digital teamsDigital Origami — Playful collaboration in digital teams
Digital Origami — Playful collaboration in digital teams
 
IoT in less than one day; Stefan Rauch @ Year of the Rooster
IoT in less than one day; Stefan Rauch @ Year of the RoosterIoT in less than one day; Stefan Rauch @ Year of the Rooster
IoT in less than one day; Stefan Rauch @ Year of the Rooster
 
Intrapreneurship + Courage; Peter Borchers @ Year of the Rooster
Intrapreneurship + Courage; Peter Borchers @ Year of the RoosterIntrapreneurship + Courage; Peter Borchers @ Year of the Rooster
Intrapreneurship + Courage; Peter Borchers @ Year of the Rooster
 
Design Thinking | Why the hype & the noise?; Jörg Koslovsky
Design Thinking | Why the hype & the noise?; Jörg KoslovskyDesign Thinking | Why the hype & the noise?; Jörg Koslovsky
Design Thinking | Why the hype & the noise?; Jörg Koslovsky
 
Creative activism; eiji han shimizu @ year of the rooster
Creative activism; eiji han shimizu @ year of the roosterCreative activism; eiji han shimizu @ year of the rooster
Creative activism; eiji han shimizu @ year of the rooster
 

Recently uploaded

8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCRashishs7044
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607dollysharma2066
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailAriel592675
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...ictsugar
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 

Recently uploaded (20)

8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detail
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 

YOTG Munich - Simon Mang - SixReasons - Hardware prototyping – Sketching with hardware

  • 1.
  • 2. #1 DIGITAL MAKER – NEW TECHNOLOGY BEHIND THE IOT “Internet of things” is on everyone's lips. Most know that it is about connecting your fridge with your smartphone or your coffee-maker with your alarm clock. A huge market is emerging. But only few understand the hardware behind the measurement/sensors and respective visualization. Learn how easy, cheap and fast it is to build working prototypes for your idea. At the end of this hands-on workshop you will have created a working prototype including an Arduino microcontroller, buttons, LEDs, resistors and all those things you won't normally touch without asking your favorite electrician. 
  • 4. o connected objects (“things”) o autonomous communication o variety of scenarios o infrastructure and energy management o medical and health monitoring o home automation o … o privacy and autonomy? #2 INTERNET OF THINGS – BACKGROUND 1 WHAT IS IT?
  • 5. #3 IoT MARKET – JUST AN IDEA?
  • 6. #4 IoT MARKET – WHAT WILL BE YOUR FIRST DEVICE?
  • 7. o input & output devices o multiple sensors o several methods for actuation and feedback 1 USER INTERFACE #5 BEHIND THE SCENES – I/O
  • 8. o mini-computers, micro-controllers o run programs, analyze, calculate, do things no (normal) human understands o control the sensors / actuator #6 BEHIND THE SCENES – CONTROLLER
  • 9. o Network hardware (Wifi, LAN, Bluetooth, GSM, Zigbee, …) o realize connection and communication to servers, input/output devices, other things, clients, … 1 COMMUNICATION BACKBONE #7 BEHIND THE SCENES – NETWORK
  • 10. o prototyping helps ... o … to know your users o … to know the deployment scenario o possibility for quick and cheap adjustments o prototyping hardware o Arduino o Raspberry Pi o BeagleBone o Teensy #8 PROTOTYPING IoT– POWER OF THE PROTOTYPE
  • 11. o Wikipedia lists about 100 Arduino boards or Arduino compatible boards/clones o 5 million Raspberry PIs sold o 3D printers will grow from a $288 million market in 2012 to $5.7 billion in 2017 o DIY Drone community: 15,000 drones vs. military forces: 7,000 “professional” drones o By 2025, crowdfunding investment market is projected to reach $93 billion 1 NICE TO KNOW FACTS #9 PROTOTYPING / DIY – NUMBERS BESIDE THE GEEK STUFF
  • 12. EXAMPLES – AND COOL STUFF YOU CAN DO WITH ARDUINO & CO.
  • 13. #10 EXAMPLES – BLOWFISH
  • 14. #11 EXAMPLES – DIY DRONES
  • 16. HANDS ON o Blink example (LED) o Switch example (LED + Switch) o Controller example (LED + Poti)
  • 17. #13 HANDS ON – BLINK
  • 18. #14 HANDS ON – SKETCH
  • 19. // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin 13 as an output. pinMode(13, OUTPUT); } // the loop function runs over and over again forever void loop() { // turn the LED on (HIGH is the voltage level) digitalWrite(13, HIGH); // wait for a second delay(1000); // turn the LED off by making the voltage LOW digitalWrite(13, LOW); // wait for a second delay(1000); } #15 HANDS ON – CODE
  • 20. #16 HANDS ON – SWITCH
  • 21. #17 HANDS ON – SKETCH
  • 22. // the setup function runs once when you press reset or power the board void setup() { //... // initialize the pushbutton pin as an input: pinMode(2, INPUT); } // the loop function runs over and over again forever void loop() { // read the state [0;1] of the pushbutton value: buttonState = digitalRead(buttonPin); // check if the pushbutton is pressed. // if it is, the buttonState is HIGH: if(buttonState == HIGH){ //... see blink example } } #18 HANDS ON – CODE
  • 23. #19 HANDS ON – POTI
  • 24. #20 HANDS ON – SKETCH
  • 25. // the setup function runs once when you press reset or power the board void setup() { //... } // the loop function runs over and over again forever void loop() { // ... if(buttonState == HIGH){ // read the value from the sensor [0-1023] timeout = analogRead(A0) // ... } } #21 HANDS ON – CODE
  • 26. o Questions? o Feedback? o Ideas (what I could do next weekend)? #22 THE END – NETWORKING DRINKS AHEAD!
  • 27. o Slide 1, "The impact of maker movement", https://s3.amazonaws.com/ksr/projects/549410/photo-main.jpg?1397819840 o Slide 4, "Internet of things", http://commons.wikimedia.org/wiki/File:Internet_of_Things.jpg o Slide 5/7/9, "What Exactly Is The 'Internet of Things'?", http://d3uifzcxlzuvqz.cloudfront.net/images/stories/content/infographic/IoT-Infographic/postscapes- harbor-iot-infographics.jpg o Slide 6, "Statista - Internet of things to hit the mainstream by 2020", http://www.statista.com/chart/2936/internet-of-things-to-hit-the-mainstream-by-2020/ o Slide 8, "Circuits wallpaper", http://hqwallbase.com/images/big/circuits_wallpaper-3053.jpg o Slide 14, "Blowfish", https://sketchingwithhardware.wordpress.com/2012/04/06/blowfish-dont-scare-it-or-it-puffs-up/ o Slide 15, "Ardupilot", http://copter.ardupilot.com/ o Slide 15, "Quadropod", http://www.instructables.com/id/Speech-Controlled-Quadropod/?lang=de o Slide 16, "Internet of Things toilet", http://www.instructables.com/id/Internet-of-Things-Toilet-Uploads-Events-to-the-Cl/ o Slide 16, "Raspberry Pi microwave", http://www.raspberrypi.org/the-raspberry-pi-microwave/ #23 THE END – Sources