Slide 1

Slide 1 text

Internet of Things Without the Hype LinuxBarbados - Thursday, December 17, 2015 http://rayhightower.com

Slide 2

Slide 2 text

15 minutes to start the discussion.

Slide 3

Slide 3 text

Why?

Slide 4

Slide 4 text

Distance is dead. 
 Tom Peters, Author
 In Search of Excellence

Slide 5

Slide 5 text

Gartner Hype Cycle Image by Jeremy Kemp https://commons.wikimedia.org/wiki/File:Gartner_Hype_Cycle.svg

Slide 6

Slide 6 text

Gartner Hype Cycle IoT Peak of Inflated Expectations

Slide 7

Slide 7 text

Commoditization

Slide 8

Slide 8 text

Online Brochure?

Slide 9

Slide 9 text

Online Brochure?

Slide 10

Slide 10 text

Business Apps?

Slide 11

Slide 11 text

Business Apps?

Slide 12

Slide 12 text

What?

Slide 13

Slide 13 text

Bright LEDs Lasers Li Ion Batteries

Slide 14

Slide 14 text

Remotely Operated Vehicle

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

Hardware

Slide 20

Slide 20 text

Electronics Assembly

Slide 21

Slide 21 text

Software

Slide 22

Slide 22 text

TCP/IP

Slide 23

Slide 23 text

No content

Slide 24

Slide 24 text

Parallella

Slide 25

Slide 25 text

RJ-45 Power μUSB μHDMI μSD RISC ARM 18 cores: 2 ARM + 16 RISC

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

No content

Slide 28

Slide 28 text

http://rayhightower.com/blog/2014/09/09/solar-powered-parallella/ 5 volts 1 amp 5 watts Solar!

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

Find all primes up to 16,000,000. Serial on Parallella.

Slide 31

Slide 31 text

8 inline int isprime(unsigned long number) 9 { 10 unsigned long i; 11 unsigned long s = sqrt(number); 12 for(i=3;i<=s;i+=2) 13 { 14 if(number % i == 0) 15 return 0; 16 } 17 return 1; 18 } /* Copyright (c) Adapteva, contributed by M. Thompson with modifications by T. Malthouse. */

Slide 32

Slide 32 text

237.1 sec

Slide 33

Slide 33 text

Find all primes up to 16,000,000. Serial on Mac OS X.

Slide 34

Slide 34 text

14.4 sec

Slide 35

Slide 35 text

Find all primes up to 16,000,000. Parallel on Parallella.

Slide 36

Slide 36 text

27 #include 28 29 // Default max number of prime tests per core 30 // Used if a limit it not provided in argv[1] 31 #define DEFAULT_MAX_TESTS 500000 32 33 int main(int argc, char *argv[]) 34 { 35 unsigned row, col, coreid, i, j; 36 e_platform_t platform; 37 e_epiphany_t dev; 38 /* Copyright (c) Adapteva, contributed by M. Thompson with modifications by T. Malthouse.*/

Slide 37

Slide 37 text

18.6 sec

Slide 38

Slide 38 text

Summary: Finding Primes 0" 50" 100" 150" 200" 250" Parallel Parallella Serial Mac Serial Parallella 18.6 sec 14.4 sec 237.1 sec

Slide 39

Slide 39 text

Embarrassingly parallel problem.

Slide 40

Slide 40 text

No content

Slide 41

Slide 41 text

No content

Slide 42

Slide 42 text

No content

Slide 43

Slide 43 text

No content

Slide 44

Slide 44 text

How?

Slide 45

Slide 45 text

Dull companies with steady earnings growth… make the best investments. Forbes Magazine
 November 1995

Slide 46

Slide 46 text

+ +

Slide 47

Slide 47 text

Place it. Press it. Get it.

Slide 48

Slide 48 text

No content

Slide 49

Slide 49 text

If it has been learned, it is learnable. 
 Susan Taylor, Editor
 Essence Magazine

Slide 50

Slide 50 text

Thanks. Discussion time!