26
Internet Of Things with firefox os

IoT & Firefox OS

  • Upload
    ram

  • View
    235

  • Download
    0

Embed Size (px)

Citation preview

Page 1: IoT & Firefox OS

Internet Of Things

with firefox os

Page 2: IoT & Firefox OS

Source : http://postscapes.com/

Internet Of Things

"In the next century, planet earth will don an electronic skin.

It will use the Internet as a scaffold to support and transmit its sensations."

- Neil Gross 1999

Page 3: IoT & Firefox OS
Page 4: IoT & Firefox OS
Page 5: IoT & Firefox OS
Page 6: IoT & Firefox OS
Page 7: IoT & Firefox OS
Page 8: IoT & Firefox OS
Page 9: IoT & Firefox OS

Arduino

Page 10: IoT & Firefox OS

Raspberry Pi

Page 11: IoT & Firefox OS

Firefox OS

Firefox OS

Page 12: IoT & Firefox OS

Based on Web Technologies

Page 13: IoT & Firefox OS
Page 14: IoT & Firefox OS

Firefox OS Phone

Page 15: IoT & Firefox OS

APIs

userproximity

var uphandler = (e) => console.log(e.near)

window.addEventListener('userproximity',uphandler)

window.removeEventListener('userproximity',uphandler)

devicelight

var dlhandler = (e) => console.log(e.value)

window.addEventListener('devicelight',dlhandler)

window.removeEventListener('devicelight',dlhandler)

devicemotion

var achandler = (e) => console.log(e.accelerationIncludingGravity.x)

window.addEventListener('devicemotion',achandler)

window.removeEventListener('devicemotion',achandler)

Page 16: IoT & Firefox OS

Bluetooth doorbell

Page 17: IoT & Firefox OS

Security camera

Page 18: IoT & Firefox OS

Other projects

wotjs:

<web-arduino id="light" device-name="DEVICE">

<pin index="7" mode="OUTPUT" value="HIGH"></pin>

</web-arduino>

Page 19: IoT & Firefox OS

Other projects

Foxberry Pi:

Page 20: IoT & Firefox OS

Other projects

FlyWeb:

Page 21: IoT & Firefox OS

Thanks :)

Page 22: IoT & Firefox OS
Page 23: IoT & Firefox OS

Few demos: Arduino :

Page 24: IoT & Firefox OS

SensorBot using Arduino

Page 25: IoT & Firefox OS

SensorBot using Arduino

Page 26: IoT & Firefox OS

SensorBot using Arduino