SlideShare a Scribd company logo
Internet of Things
Budapest, February 2015
…and Firefox OS
@janjongboom
Telenor R&D
Mozilla things
(we're hiring)
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
I hate
JavaScript!
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
VBScript
<3 <3 <3
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Why Firefox OS?
Why Firefox OS?
Why not?
Why Firefox OS?
Why not?
Rich ecosystem
Why Firefox OS?
Why not?
Rich ecosystem
Low level APIs
Prerequisites
Raspberry Pi B+ (v1)
Breadboard
Some LEDs

Jan's awesome Firefox OS Build
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
1 navigator.gpio.setPinMode(2, 'output')
2 .then(pin => {
3 pin.writeDigital(true);
4
5 setTimeout(() => pin.writeDigital(false), 500);
6 });
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
1 navigator.gpio.setPinMode(26, 'input')
2 .then(pin26 => {
3
4 setInterval(() => {
5 pin26.readDigital().then(v => {
6 // do something
7 });
8 }, 50);
9
10 });
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Downside
Connectivity?
Camera?
Accelerometer?
€ 80
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
€ 25
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
JanOS
Fork of Firefox OS
Same OS as Rpi
Runs without display
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
1 # enable
2 echo 1 > /sys/devices/platform/gonzo-sysfs/red_led
3
4 # disable
5 echo 0 > /sys/devices/platform/gonzo-sysfs/red_led
6
7 # get status
8 cat /sys/devices/platform/gonzo-sysfs/red_led
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015
This Saturday
Workshop
All the devices
All the sensors
This Saturday
Workshop
All the devices
All the sensors
Thank you!
http://janos.io

More Related Content

PDF
Firefox OS and the Internet of Things - NDC London 2014
PDF
Firefox os how large open source project works
PDF
Bringing the Open Web & APIs to 
mobile devices with Firefox OS - BrazilJS
PDF
Firefox OS overview
PPTX
Firefox OS: Challenges and opportunities for an open source mobile OS
PDF
Hardening Firefox for Security and Privacy
PDF
Mobile Open Software Platforms - Ecosystem Strategies & Challenges
PDF
The Web is the platform, @lxjs
Firefox OS and the Internet of Things - NDC London 2014
Firefox os how large open source project works
Bringing the Open Web & APIs to 
mobile devices with Firefox OS - BrazilJS
Firefox OS overview
Firefox OS: Challenges and opportunities for an open source mobile OS
Hardening Firefox for Security and Privacy
Mobile Open Software Platforms - Ecosystem Strategies & Challenges
The Web is the platform, @lxjs

Viewers also liked (9)

PDF
Progressive Mobile Web Apps
DOCX
Software ecosystem
PDF
State of the Mobile OS market
PDF
Toward Firefox OS
PDF
Firefox OS - Answering global challenges
PDF
Elements and enablers: how to develop an operator IoT ecosystem
PPTX
Firefox os
PDF
The Mobile Economy 2017
PDF
The Mobile Ecosystem
Progressive Mobile Web Apps
Software ecosystem
State of the Mobile OS market
Toward Firefox OS
Firefox OS - Answering global challenges
Elements and enablers: how to develop an operator IoT ecosystem
Firefox os
The Mobile Economy 2017
The Mobile Ecosystem
Ad

Similar to Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015 (20)

PDF
Abusing phones to make the internet of things - Wix UA Meetup
PDF
JavaOne 2015 : How I Rediscovered My Coding Mojo by Building an IoT/Robotics ...
PPTX
Build 2016 - B880 - Top 6 Reasons to Move Your C++ Code to Visual Studio 2015
PDF
Tested configuration for different Primavera versions
DOC
Wt oep visiting card
PPTX
JavaScript and Internet Controlled Electronics
PPTX
Exploring the Internet of Things Using Ruby
ODP
Device Emulation with OSGi and Flash
PPTX
[University] Capstone Design Project 2 (SAIOT)
PPTX
Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn...
PDF
InterConnect2016: WebApp Architectures with Java and Node.js
PDF
Raspberry pi course syllabus
PPTX
IoT on Raspberry Pi
PDF
Run Go applications on Pico using TinyGo
PDF
JavaScript Web Workers
PDF
Introducing the Arduino
PPTX
Building your own RC Car with Raspberry Pi
PDF
[Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi
PDF
JavaScript all the things! - FullStack 2017
PDF
4 Sessions
Abusing phones to make the internet of things - Wix UA Meetup
JavaOne 2015 : How I Rediscovered My Coding Mojo by Building an IoT/Robotics ...
Build 2016 - B880 - Top 6 Reasons to Move Your C++ Code to Visual Studio 2015
Tested configuration for different Primavera versions
Wt oep visiting card
JavaScript and Internet Controlled Electronics
Exploring the Internet of Things Using Ruby
Device Emulation with OSGi and Flash
[University] Capstone Design Project 2 (SAIOT)
Building IoT infrastructure on edge with .net, Raspberry PI and ESP32 to conn...
InterConnect2016: WebApp Architectures with Java and Node.js
Raspberry pi course syllabus
IoT on Raspberry Pi
Run Go applications on Pico using TinyGo
JavaScript Web Workers
Introducing the Arduino
Building your own RC Car with Raspberry Pi
[Forward4 Webinar 2016] Building IoT Prototypes w/ Raspberry Pi
JavaScript all the things! - FullStack 2017
4 Sessions
Ad

More from Jan Jongboom (20)

PDF
TinyML on Arduino - workshop
PDF
Intelligent Edge - Getting started with TinyML for industrial applications
PDF
Teaching your sensors new tricks with Machine Learning - Eta Compute webinar
PDF
Get started with TinyML - Embedded online conference
PDF
Adding intelligence to your LoRaWAN deployment - The Things Virtual Conference
PDF
Get started with TinyML - Hackster webinar 9 April 2020
PDF
Tiny intelligent computers and sensors - Open Hardware Event 2020
PDF
Teaching your sensors new tricks with Machine Learning - CENSIS Tech Summit 2019
PDF
Adding intelligence to your LoRaWAN devices - The Things Conference on tour
PDF
Machine learning on 1 square centimeter - Emerce Next 2019
PDF
Fundamentals of IoT - Data Science Africa 2019
PDF
17,000 contributions in 32K RAM - FOSS North 2019
PDF
Open Hours: Mbed Simulator
PDF
Efficient IoT solutions based on LoRaWAN, The Things Network and Mbed OS
PDF
Machine learning on 1 cm2 - Tweakers Dev Summit
PDF
Simulating LoRaWAN devices - LoRa Alliance AMM 2019
PDF
Develop with Mbed OS - The Things Conference 2019
PDF
Firmware Updates over LoRaWAN - The Things Conference 2019
PDF
Faster Device Development - GSMA @ CES 2019
PDF
Mbed LoRaWAN stack: a case study - LoRa Alliance AMM Tokyo
TinyML on Arduino - workshop
Intelligent Edge - Getting started with TinyML for industrial applications
Teaching your sensors new tricks with Machine Learning - Eta Compute webinar
Get started with TinyML - Embedded online conference
Adding intelligence to your LoRaWAN deployment - The Things Virtual Conference
Get started with TinyML - Hackster webinar 9 April 2020
Tiny intelligent computers and sensors - Open Hardware Event 2020
Teaching your sensors new tricks with Machine Learning - CENSIS Tech Summit 2019
Adding intelligence to your LoRaWAN devices - The Things Conference on tour
Machine learning on 1 square centimeter - Emerce Next 2019
Fundamentals of IoT - Data Science Africa 2019
17,000 contributions in 32K RAM - FOSS North 2019
Open Hours: Mbed Simulator
Efficient IoT solutions based on LoRaWAN, The Things Network and Mbed OS
Machine learning on 1 cm2 - Tweakers Dev Summit
Simulating LoRaWAN devices - LoRa Alliance AMM 2019
Develop with Mbed OS - The Things Conference 2019
Firmware Updates over LoRaWAN - The Things Conference 2019
Faster Device Development - GSMA @ CES 2019
Mbed LoRaWAN stack: a case study - LoRa Alliance AMM Tokyo

Recently uploaded (20)

PPT
Design_with_Watersergyerge45hrbgre4top (1).ppt
PDF
The New Creative Director: How AI Tools for Social Media Content Creation Are...
PPTX
Funds Management Learning Material for Beg
PDF
Slides PDF The World Game (s) Eco Economic Epochs.pdf
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PPTX
Digital Literacy And Online Safety on internet
PPTX
Slides PPTX World Game (s) Eco Economic Epochs.pptx
PPTX
artificialintelligenceai1-copy-210604123353.pptx
DOC
Rose毕业证学历认证,利物浦约翰摩尔斯大学毕业证国外本科毕业证
PPTX
innovation process that make everything different.pptx
PPTX
E -tech empowerment technologies PowerPoint
PPTX
Introduction to Information and Communication Technology
PPTX
Power Point - Lesson 3_2.pptx grad school presentation
DOCX
Unit-3 cyber security network security of internet system
PDF
SASE Traffic Flow - ZTNA Connector-1.pdf
PPTX
artificial intelligence overview of it and more
PPTX
Job_Card_System_Styled_lorem_ipsum_.pptx
PDF
Unit-1 introduction to cyber security discuss about how to secure a system
PPT
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
PDF
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
Design_with_Watersergyerge45hrbgre4top (1).ppt
The New Creative Director: How AI Tools for Social Media Content Creation Are...
Funds Management Learning Material for Beg
Slides PDF The World Game (s) Eco Economic Epochs.pdf
INTERNET------BASICS-------UPDATED PPT PRESENTATION
Digital Literacy And Online Safety on internet
Slides PPTX World Game (s) Eco Economic Epochs.pptx
artificialintelligenceai1-copy-210604123353.pptx
Rose毕业证学历认证,利物浦约翰摩尔斯大学毕业证国外本科毕业证
innovation process that make everything different.pptx
E -tech empowerment technologies PowerPoint
Introduction to Information and Communication Technology
Power Point - Lesson 3_2.pptx grad school presentation
Unit-3 cyber security network security of internet system
SASE Traffic Flow - ZTNA Connector-1.pdf
artificial intelligence overview of it and more
Job_Card_System_Styled_lorem_ipsum_.pptx
Unit-1 introduction to cyber security discuss about how to secure a system
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)

Firefox OS & IoT - Experimental javascript meetup, Budapest, 26 February 2015