SlideShare a Scribd company logo
THINGAn unexpected journey
Sculpture: “Electrolux Death Ray” 

by: Greg Brotherton
at: brotron.com
Thing. An unexpected journey. Devoxx UK 2014
A walk on the hardware side from a networking
guy. As networking and things collide the
search for right-shifting experiences with things
from functional (but sucks) to a unified
experience with well-factored services, devices
and human interactions will be required.
This talk logs the journey of a software engineer
in the shoes of an electronic engineer and
product designer to better understand the
"internet of things".
THINGs?
What is the internet of
Internet of Things (noun) - a proposed
development of the Internet in which everyday
objects have network connectivity, allowing
them to send and receive data …
– “Internet of Things” - added to Oxford English Dictionary - August 2013
– “Internet of Things” - a better definition - Darach Ennis, October 2013
Internet of Things (noun) - a proposed
development of the Internet in which everyday
people can easily network everyday
objects, allowing them to send and receive
data …
THINGs
A pre-history of the internet of
Starting with electricity (skipping smoke signals etc..)
Edison did not invent the electric light. He invented the first
commercially practical incandescent bulb (and first practical
use of electrically interconnected networks) …
May 24th 1844. Morse sends first telegraph from Washington
D.C. to Baltimore. The message was “What hath God
wrought”, Numbers 23:23.
"Mr. Watson,!
Come here!”
Alexander Graham Bell’s first telephone call
to his assistant Thomas A. Watson.
The Victorian internet of things era begins…
– March 10th, 1876

Alexandar Graham Bell.
“Mr. Watson - !
come here. I want 

to see you”
Bell’s Lab Notebook: http://www.loc.gov/exhibits/treasures/trr002.html
Heathrow RADAR


Ra(dio) d(etection) a(nd) r(anging). 



A system for detecting the presence, direction,
distance, and speed of aircraft, ships, and
other objects, by sending out pulses of high-
frequency electromagnetic waves that are
reflected off the object back to the source.
!
!
Origins: 



Dr Christian Doppler discovers effect of pitch changes over distance in 1842.!
Dr Heinrich Hertz discovers reflectivity of radio waves in 1886.
!
Initial Application:!
!
Research into electromagnetic DEATH RAYS by British Air Ministry in 1934.
No, i’m not kidding: http://www.doramusic.com/Radar.htm
!
!
Henry Tizard
Robert
Watson-Watt
Arnold
Wilkins
Harry Wimperis
Could such a
death ray be
constructed
and used
against
aircraft?
Could such a
death ray be
constructed
and used
against
aircraft?
£1,000 standing reward
to anyone who can build
a death ray that can kill a
sheep at 100 yards
RADAR - So analog. Much age. Very antique…
RADAR - In theory, it can BBQ sheep at 100 yards…
ADS-B - Automatic Dependent Surveillance Broadcast
1090MHz
From Death Ray to Plane to Plane collision avoidance?
Oh the irony…
Cheap SDR
15 quid, ebay
github: antirez/dump1090
THING
Design a
Design a thing
• Design radio mesh network capable using uC
embedded device for home area networking
• Use CAD/CAM and surface mount technology
• Require modular packaging interface for ease of
prototyping wireless sensor, and other internet of
things domains.
• Use free, open source technology where possible
THING
Survey existing
RF
Thing. An unexpected journey. Devoxx UK 2014
Design a thing
• Design cheap radio mesh network using uC
embedded device for home area networking
• Use CAD/CAM and surface mount technology
• Require modular packaging interface for ease of
prototyping wireless sensor, and other internet of
things domains.
• Use free, open source technology where possible
9.48USD is ~ 5.65GBP for 10. That’s 60p each. #winning
Thing. An unexpected journey. Devoxx UK 2014
THING
Prototype a
Prototype
Using Arduino Pro Mini
THING
Implement a
Circuit Design
Eagle CAD
Board Layout
Eagle CAD
Create CAM (gerber) files
CAD -> CAM scripts are manufacturing specific
Order PCBs, … wait (weeks)
CAD -> CAM scripts are manufacturing specific
Solder, test and rework
May (probably will) require another revision or three to
manufacturing before everything is 'good'
THING
Evolve a
Evolve a thing
• Design cheap radio mesh network using uC
embedded device for home area networking
• Use CAD/CAM and surface mount technology
• Require modular packaging interface for ease of
prototyping wireless sensor, and other internet of
things domains.
• Use free, open source technology where possible
Modular?
No better platform…
…to integrate with!
but how to make the PCBs lego shaped with lego size
holes?
Packaging. How?
Dude, you’re a programmer, so …
Write!
Code!
3D shape model
Using OpenSCAD
Project 3D to 2D outline
Using OpenSCAD
Convert to CAD instructions
Using a simple ruby script

https://github.com/bryanduxbury/falconer/blob/master/dxf_to_eagle.rb
Run script in CAD
Using a simple ruby script

https://github.com/bryanduxbury/falconer/blob/master/dxf_to_eagle.rb
Design and layout circuit
Routing is hard to master. Don’t trust the auto router!
Order PCBs, … wait (weeks)
CAD -> CAM scripts are manufacturing specific
Design some more…
More fun to play with IoT the more things you have to
play with!
Design some more…
More fun to play with IoT the more things you have to
play with!
Design some more…
More fun to play with IoT the more things you have to
play with!
Lego mesh networks!
Testing is fun, especially when you add kids…
Design a thing
• Design radio mesh network using uC embedded
device for home area networking
• Use CAD/CAM and surface mount technology
• Require modular packaging interface for ease of
prototyping wireless sensor, and other internet of
things domains.
• Use free, open source technology where possible
OSS and services used
OSS Software
• RF24 - https://github.com/maniacbug/RF24
• RF24 Network -

http://maniacbug.wordpress.com/2012/03/30/rf24network/
• Adafruit NeoPixel library - 

https://github.com/adafruit/Adafruit_NeoPixel
• Adafruit MCP23008 library -

https://github.com/adafruit/Adafruit-MCP23008-library
Networks all the way down
• Serial communications. Both sides must agree baud rate
Images from: https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
Networks all the way down
• Serial Peripheral Interface. (Used by NRF module)
Images from: https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
Networks all the way down
• Serial Peripheral Interface. Bidirectional
Images from: https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
Networks all the way down
• Serial Peripheral Interface. Daisy Chaining
Images from: https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
Networks all the way down
• Even the LEDs used here embed networking circuitry and
can be daisy chained
4mm
4mm
SDLC
Dependencies on
external
manufacturing
processes (eg: new
PCBs) mean some
evolutions require
waits of up to 3
weeks. So bug fixing
can take a long time
Bugs, there’ll be a few
And they cost you cash money each time!
aagh fook! (ugh, wrong way round!)
monkey
patching!
Surface mount takes practice
But, the results are far more stable than breadboarded
or perf-boarded prototypes.
Surface mount takes practice
But, the results are far more stable than breadboarded
or perf-boarded prototypes.
LOOK inside the LED. See?

Yes, circuit inside!!!
O'Legs
Arduino based prototyping modules integrated with Lego.

Will be fully open sourced (soon!)
Designed for (geek) parents and kids to play together!
A question on the future
• Can the internet of things be componentized or modularised
in much the same way as lego so that ordinary people can
more easily design and build their own bespoke connected
things?
• Or will proprietary protocols, proprietary connectors and
impenetrable standards conspire to keep these things apart?
• Is this a cause for concern?
• Is this a death ray or gateway for at home innovation?
• It’s up to us (the creatives)
IoT
Is this a death ray
or gateway for at
home innovation?
Thanks
• Omer Kilik. My friend, colleague and hardware
mentor. Has guided my learning in circuit design
and taught me surface mount soldering.
Questions?
@darachennis

More Related Content

PDF
Anchor Modeling Introduction Med Res
PDF
Click to Edit
PPS
Computer generations
PDF
From Prototype to Kickstarter to Production: How blink(1) was made
PDF
Cad_cam_cim___3rd_edition
PPTX
Intro to CAD CAM Tools
PDF
A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...
PDF
Is Hardware the New Software? Creating the Hightech Innovations that will Tra...
Anchor Modeling Introduction Med Res
Click to Edit
Computer generations
From Prototype to Kickstarter to Production: How blink(1) was made
Cad_cam_cim___3rd_edition
Intro to CAD CAM Tools
A Guide to SlideShare Analytics - Excerpts from Hubspot's Step by Step Guide ...
Is Hardware the New Software? Creating the Hightech Innovations that will Tra...

Similar to Thing. An unexpected journey. Devoxx UK 2014 (20)

PDF
Building for the Internet of Things: Hardware, Sensors & the Cloud
PDF
Embedded systems The Past Present and the Future
PDF
Gadd_Portfolio
PPT
1. laboratory presentation virtual reality uninpahu_2019-1
PDF
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
PPTX
I Heart LilyPad Arduino
PDF
Arduino Workshop Day 1 - Basic Arduino
PPT
Envisioning the Future
PPT
A Pioneer Speaks – A History & Future of Telepresence
PDF
Implementation of a Robotic Vehicle using an RF Module
PPT
Towards Telepresence
PDF
Transistor Level Modeling For Analog Rf Ic Design 1st Edition Grabinski
PPT
TCP/IP For Engineers
PPT
Blaz_Remskar_1998-2012
PDF
Talk at the Landelijk Architecure Congress (NL)
PDF
Bending the IoT to your will with JavaScript
PDF
Building Droids with JavaScript
PDF
Practical power distribution for industry 1st Edition Jan De Kock
PPTX
2017 Digital Technology Merit Badge - Boy Scouts of America
PDF
The Internet of Things (IoT)
Building for the Internet of Things: Hardware, Sensors & the Cloud
Embedded systems The Past Present and the Future
Gadd_Portfolio
1. laboratory presentation virtual reality uninpahu_2019-1
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
I Heart LilyPad Arduino
Arduino Workshop Day 1 - Basic Arduino
Envisioning the Future
A Pioneer Speaks – A History & Future of Telepresence
Implementation of a Robotic Vehicle using an RF Module
Towards Telepresence
Transistor Level Modeling For Analog Rf Ic Design 1st Edition Grabinski
TCP/IP For Engineers
Blaz_Remskar_1998-2012
Talk at the Landelijk Architecure Congress (NL)
Bending the IoT to your will with JavaScript
Building Droids with JavaScript
Practical power distribution for industry 1st Edition Jan De Kock
2017 Digital Technology Merit Badge - Boy Scouts of America
The Internet of Things (IoT)
Ad

More from darach (13)

PDF
FunctionalJS - May 2014 - Streams
PDF
Deconstructing Lambda
PDF
Streams and Things
PDF
Big Data, Mob Scale.
PDF
Meta Programming with Streams and Pipes
PDF
Erlang/Sapiens
PDF
QCON London 2013
PDF
EFL Munich - February 2013 - "Conversational Big Data with Erlang"
PDF
Streamy, Pipy, Analyticy
PDF
Tech mesh london 2012
PPTX
Data distribution in the cloud with Node.js
PDF
Complex Er[jl]ang Processing with StreamBase
PDF
StreamBase - Embedded Erjang - Erlang User Group London - 20th April 2011
FunctionalJS - May 2014 - Streams
Deconstructing Lambda
Streams and Things
Big Data, Mob Scale.
Meta Programming with Streams and Pipes
Erlang/Sapiens
QCON London 2013
EFL Munich - February 2013 - "Conversational Big Data with Erlang"
Streamy, Pipy, Analyticy
Tech mesh london 2012
Data distribution in the cloud with Node.js
Complex Er[jl]ang Processing with StreamBase
StreamBase - Embedded Erjang - Erlang User Group London - 20th April 2011
Ad

Recently uploaded (20)

PDF
Layer23-Switch.com The Cisco Catalyst 9300 Series is Cisco’s flagship stackab...
PPTX
Embeded System for Artificial intelligence 2.pptx
PPTX
Sem-8 project ppt fortvfvmat uyyjhuj.pptx
PPTX
sdn_based_controller_for_mobile_network_traffic_management1.pptx
PDF
Prescription1 which to be used for periodo
PDF
Chapter -24-By Dr Sajid Ali Ansari 2021.pdf
PPTX
quadraticequations-111211090004-phpapp02.pptx
PDF
PPT Determiners.pdf.......................
PPT
Lines and angles cbse class 9 math chemistry
PPT
chapter_1_a.ppthduushshwhwbshshshsbbsbsbsbsh
PPTX
kvjhvhjvhjhjhjghjghjgjhgjhgjhgjhgjhgjhgjhgjh
PPTX
DEATH AUDIT MAY 2025.pptxurjrjejektjtjyjjy
PPTX
Operating System Processes_Scheduler OSS
PPTX
Nanokeyer nano keyekr kano ketkker nano keyer
PPTX
"Fundamentals of Digital Image Processing: A Visual Approach"
PDF
-DIGITAL-INDIA.pdf one of the most prominent
PPTX
KVL KCL ppt electrical electronics eee tiet
PPTX
Fundamentals of Computer.pptx Computer BSC
PPTX
STEEL- intro-1.pptxhejwjenwnwnenemwmwmwm
PDF
YKS Chrome Plated Brass Safety Valve Product Catalogue
Layer23-Switch.com The Cisco Catalyst 9300 Series is Cisco’s flagship stackab...
Embeded System for Artificial intelligence 2.pptx
Sem-8 project ppt fortvfvmat uyyjhuj.pptx
sdn_based_controller_for_mobile_network_traffic_management1.pptx
Prescription1 which to be used for periodo
Chapter -24-By Dr Sajid Ali Ansari 2021.pdf
quadraticequations-111211090004-phpapp02.pptx
PPT Determiners.pdf.......................
Lines and angles cbse class 9 math chemistry
chapter_1_a.ppthduushshwhwbshshshsbbsbsbsbsh
kvjhvhjvhjhjhjghjghjgjhgjhgjhgjhgjhgjhgjhgjh
DEATH AUDIT MAY 2025.pptxurjrjejektjtjyjjy
Operating System Processes_Scheduler OSS
Nanokeyer nano keyekr kano ketkker nano keyer
"Fundamentals of Digital Image Processing: A Visual Approach"
-DIGITAL-INDIA.pdf one of the most prominent
KVL KCL ppt electrical electronics eee tiet
Fundamentals of Computer.pptx Computer BSC
STEEL- intro-1.pptxhejwjenwnwnenemwmwmwm
YKS Chrome Plated Brass Safety Valve Product Catalogue

Thing. An unexpected journey. Devoxx UK 2014

  • 1. THINGAn unexpected journey Sculpture: “Electrolux Death Ray” 
 by: Greg Brotherton at: brotron.com
  • 3. A walk on the hardware side from a networking guy. As networking and things collide the search for right-shifting experiences with things from functional (but sucks) to a unified experience with well-factored services, devices and human interactions will be required. This talk logs the journey of a software engineer in the shoes of an electronic engineer and product designer to better understand the "internet of things".
  • 4. THINGs? What is the internet of
  • 5. Internet of Things (noun) - a proposed development of the Internet in which everyday objects have network connectivity, allowing them to send and receive data … – “Internet of Things” - added to Oxford English Dictionary - August 2013
  • 6. – “Internet of Things” - a better definition - Darach Ennis, October 2013 Internet of Things (noun) - a proposed development of the Internet in which everyday people can easily network everyday objects, allowing them to send and receive data …
  • 7. THINGs A pre-history of the internet of
  • 8. Starting with electricity (skipping smoke signals etc..)
  • 9. Edison did not invent the electric light. He invented the first commercially practical incandescent bulb (and first practical use of electrically interconnected networks) …
  • 10. May 24th 1844. Morse sends first telegraph from Washington D.C. to Baltimore. The message was “What hath God wrought”, Numbers 23:23.
  • 11. "Mr. Watson,! Come here!” Alexander Graham Bell’s first telephone call to his assistant Thomas A. Watson. The Victorian internet of things era begins…
  • 12. – March 10th, 1876
 Alexandar Graham Bell. “Mr. Watson - ! come here. I want 
 to see you” Bell’s Lab Notebook: http://www.loc.gov/exhibits/treasures/trr002.html
  • 14. 
 Ra(dio) d(etection) a(nd) r(anging). 
 
 A system for detecting the presence, direction, distance, and speed of aircraft, ships, and other objects, by sending out pulses of high- frequency electromagnetic waves that are reflected off the object back to the source. ! ! Origins: 
 
 Dr Christian Doppler discovers effect of pitch changes over distance in 1842.! Dr Heinrich Hertz discovers reflectivity of radio waves in 1886. ! Initial Application:! ! Research into electromagnetic DEATH RAYS by British Air Ministry in 1934. No, i’m not kidding: http://www.doramusic.com/Radar.htm ! !
  • 15. Henry Tizard Robert Watson-Watt Arnold Wilkins Harry Wimperis Could such a death ray be constructed and used against aircraft?
  • 16. Could such a death ray be constructed and used against aircraft? £1,000 standing reward to anyone who can build a death ray that can kill a sheep at 100 yards
  • 17. RADAR - So analog. Much age. Very antique… RADAR - In theory, it can BBQ sheep at 100 yards…
  • 18. ADS-B - Automatic Dependent Surveillance Broadcast 1090MHz From Death Ray to Plane to Plane collision avoidance? Oh the irony… Cheap SDR 15 quid, ebay
  • 21. Design a thing • Design radio mesh network capable using uC embedded device for home area networking • Use CAD/CAM and surface mount technology • Require modular packaging interface for ease of prototyping wireless sensor, and other internet of things domains. • Use free, open source technology where possible
  • 23. RF
  • 25. Design a thing • Design cheap radio mesh network using uC embedded device for home area networking • Use CAD/CAM and surface mount technology • Require modular packaging interface for ease of prototyping wireless sensor, and other internet of things domains. • Use free, open source technology where possible
  • 26. 9.48USD is ~ 5.65GBP for 10. That’s 60p each. #winning
  • 33. Create CAM (gerber) files CAD -> CAM scripts are manufacturing specific
  • 34. Order PCBs, … wait (weeks) CAD -> CAM scripts are manufacturing specific
  • 35. Solder, test and rework May (probably will) require another revision or three to manufacturing before everything is 'good'
  • 37. Evolve a thing • Design cheap radio mesh network using uC embedded device for home area networking • Use CAD/CAM and surface mount technology • Require modular packaging interface for ease of prototyping wireless sensor, and other internet of things domains. • Use free, open source technology where possible
  • 40. …to integrate with! but how to make the PCBs lego shaped with lego size holes?
  • 41. Packaging. How? Dude, you’re a programmer, so … Write! Code!
  • 43. Project 3D to 2D outline Using OpenSCAD
  • 44. Convert to CAD instructions Using a simple ruby script
 https://github.com/bryanduxbury/falconer/blob/master/dxf_to_eagle.rb
  • 45. Run script in CAD Using a simple ruby script
 https://github.com/bryanduxbury/falconer/blob/master/dxf_to_eagle.rb
  • 46. Design and layout circuit Routing is hard to master. Don’t trust the auto router!
  • 47. Order PCBs, … wait (weeks) CAD -> CAM scripts are manufacturing specific
  • 48. Design some more… More fun to play with IoT the more things you have to play with!
  • 49. Design some more… More fun to play with IoT the more things you have to play with!
  • 50. Design some more… More fun to play with IoT the more things you have to play with!
  • 51. Lego mesh networks! Testing is fun, especially when you add kids…
  • 52. Design a thing • Design radio mesh network using uC embedded device for home area networking • Use CAD/CAM and surface mount technology • Require modular packaging interface for ease of prototyping wireless sensor, and other internet of things domains. • Use free, open source technology where possible
  • 54. OSS Software • RF24 - https://github.com/maniacbug/RF24 • RF24 Network -
 http://maniacbug.wordpress.com/2012/03/30/rf24network/ • Adafruit NeoPixel library - 
 https://github.com/adafruit/Adafruit_NeoPixel • Adafruit MCP23008 library -
 https://github.com/adafruit/Adafruit-MCP23008-library
  • 55. Networks all the way down • Serial communications. Both sides must agree baud rate Images from: https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
  • 56. Networks all the way down • Serial Peripheral Interface. (Used by NRF module) Images from: https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
  • 57. Networks all the way down • Serial Peripheral Interface. Bidirectional Images from: https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
  • 58. Networks all the way down • Serial Peripheral Interface. Daisy Chaining Images from: https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
  • 59. Networks all the way down • Even the LEDs used here embed networking circuitry and can be daisy chained 4mm 4mm
  • 60. SDLC Dependencies on external manufacturing processes (eg: new PCBs) mean some evolutions require waits of up to 3 weeks. So bug fixing can take a long time
  • 61. Bugs, there’ll be a few And they cost you cash money each time! aagh fook! (ugh, wrong way round!) monkey patching!
  • 62. Surface mount takes practice But, the results are far more stable than breadboarded or perf-boarded prototypes.
  • 63. Surface mount takes practice But, the results are far more stable than breadboarded or perf-boarded prototypes. LOOK inside the LED. See?
 Yes, circuit inside!!!
  • 64. O'Legs Arduino based prototyping modules integrated with Lego.
 Will be fully open sourced (soon!) Designed for (geek) parents and kids to play together!
  • 65. A question on the future • Can the internet of things be componentized or modularised in much the same way as lego so that ordinary people can more easily design and build their own bespoke connected things? • Or will proprietary protocols, proprietary connectors and impenetrable standards conspire to keep these things apart? • Is this a cause for concern? • Is this a death ray or gateway for at home innovation? • It’s up to us (the creatives)
  • 66. IoT Is this a death ray or gateway for at home innovation?
  • 67. Thanks • Omer Kilik. My friend, colleague and hardware mentor. Has guided my learning in circuit design and taught me surface mount soldering.