sigfox overview

76
Sigfox Overview (Long Version) US Version - Sep 2017

Upload: nicolas-lesconnec

Post on 21-Jan-2018

652 views

Category:

Engineering


1 download

TRANSCRIPT

Page 1: Sigfox Overview

Sigfox Overview (Long Version)

US Version - Sep 2017

Page 2: Sigfox Overview

Introduction

Page 3: Sigfox Overview

About Sigfox

IoT Communication Service

Available in 32 countries right now

Low Energy + Simplicity

Chipsets from several major silicon vendors

Page 4: Sigfox Overview

Sigfox architecture

Page 5: Sigfox Overview
Page 6: Sigfox Overview

Contact

Technical information : http://makers.sigfox.com

Docs : http://resources.sigfox.com/

Videos : http://youtube.com/sigfox

Q&A : http://ask.sigfox.com

Page 7: Sigfox Overview

About me

Technical Adoption @Sigfox

[email protected]

Twitter : @nlesconnec

Github : @nicolsc

Page 8: Sigfox Overview

Sigfox basics

Page 9: Sigfox Overview

About Sigfox

Sigfox is not selling chips

Sigfox is not building connected solutions

Sigfox has invented a radio protocol

Sigfox operates a global network

Page 10: Sigfox Overview

Why Sigfox ?

Need for a solution dedicated to the IoT, not an existing one tweaked for it.

We only serve the IoT, that’s why we’re doing it efficiently

Page 11: Sigfox Overview
Page 12: Sigfox Overview

New possibilities

Existing solutions: Cheaper connection & extended battery life

Enables totally new IoT applications

Backup connectivity for higher bandwidth devices

Page 13: Sigfox Overview

How to sigfox

Detect something to send (that’s the hard part)

Power on the communication module

Send

Message is picked up by the network

Data is received on your server

Page 14: Sigfox Overview

Hardware solutions

Page 15: Sigfox Overview

Hardware

Sigfox is not a hardware vendor

Ecosystem of established partners

Page 16: Sigfox Overview

Modules

Starting from $2

Offers combining Sigfox with Wifi , BLE, GPS

Fast track for product certification

Quite expensive

for industrialisation

Skills needed

Ref.Designs

Cheapest solution

Skills++ needed

Certification

program

Page 17: Sigfox Overview

Building your own

You can build your own, using one of the compatible RF transceivers (NXP, STMicro, TI, Semtech, SiLabs)

Only interesting for huge volumes, retrofit or special requirements

Will need full Sigfox certification program

Page 18: Sigfox Overview

Prototyping

Arduino & Raspberry Pi kits available from various partners

Check out http://partners.sigfox.com for the full details

Page 19: Sigfox Overview

Antenna

Best way to ruin a great device is to mess the antenna integration

Balance between design & performance

Take into account from the early days of your project

We’re here to help with experts !

Page 20: Sigfox Overview

Communication

Page 21: Sigfox Overview

Core concepts

Page 22: Sigfox Overview

Simplicity

No connection

No configuration

No pairing

No signaling

Page 23: Sigfox Overview

Low Energy

Years of battery life

tens of mAmps while transmitting

idle (µAmps) 99.x%

Independent solutions

Reduce maintenance & TCO

Page 24: Sigfox Overview

Properties

Good indoor propagation

Simple 2-way communication

Long Range between emitter and receivers

Page 25: Sigfox Overview

Very Long Range

Best case scenario

+100km between transmitter & receiver (base station)

Real life

A few kms (city) to tens of kms (countryside), depending on the topography

Page 26: Sigfox Overview

Two-way communication

Devices can receive updates sent from your application server

Each communication is instigated by the device

Page 27: Sigfox Overview

Small messages

Useful payload: up to 12 bytes

Up to 140 times each day (contract)

600 bits/s

Page 28: Sigfox Overview

Less is more !

GPS coordinates (lat x lng) : 6 bytes

Temperature: 2 bytes

State reporting : 1 byte

Heartbeat, update request : 0 byte

Keep it as simple as possible

Page 29: Sigfox Overview

Example: Sensit

816b1954 | 10000001 01101011 00011001 01010100

10000001 01101011 00011001 01010100 Active mode (Temp)

10000001 01101011 00011001 01010100 Temp. MSB & LSB

10000001 01101011 00011001 01010100 Humidity x2

Temp : 0110011001 = 409 . (409-200) / 8 = 26.125°C

Humidity: 01010100 = 84. 84/2 = 42%

Page 30: Sigfox Overview

Keep it simple

Useful payload up to 12 bytes

No multimedia, no TCP/IP, no JSON, no XML …

Get down to binary : 2^96 possible values

Lightweight frames means shorter emission times

Page 31: Sigfox Overview

Security

Page 32: Sigfox Overview

Security

No keys exchanged over the network, no handshake

Messages can be encrypted or scrambled

Each message is signed with a key unique to the device

Page 33: Sigfox Overview

Message Signature

With each message, a hash is calculated & sent; using:

Device ID

Secret key, unique to the device. Never transmitted OTA

Payload

Internal increment

Page 34: Sigfox Overview

Radio properties

Great tolerance to interferors

Jamming resistant

Interception is hard: UNB & frequency diversity

Page 35: Sigfox Overview

Jammers

Page 36: Sigfox Overview

Radio Ultra Narrow Band

Page 37: Sigfox Overview

Sigfox use

The network currently monitors a 192KHz part of the spectrum

Each message is ~600Hz wide

Page 38: Sigfox Overview

High capacity

192 KHz

Each repetition is 100Hz

Page 39: Sigfox Overview

Interferors

Page 40: Sigfox Overview
Page 41: Sigfox Overview

Coverage

Page 42: Sigfox Overview

Global network

Sigfox is offering a global network, not a solution to build private networks

Roaming is included is the standard service

Devices will work the same all over the network

Page 43: Sigfox Overview
Page 44: Sigfox Overview

Sigfox Radio Configuration Zones

RC1 RC2 RC3 RC4

Frequency 868 MHz 902 MHz 923 MHz 920 MHz

Power output 14 dBm 22 dBm 14 dBm 22 dBm

Countries

! " # $ %

& ' ( ) *

+ , - . /

0 1

2 3 4 5

6 7 8 9

:;< = >?@ AB CD

Page 45: Sigfox Overview

Cloud

Page 46: Sigfox Overview

Get your data

View messages : Sigfox web platform

Get messages : REST API (pull)

Receive new messages : HTTP Callbacks (push)

Page 47: Sigfox Overview

Callbacks

Each message received from your devices will be forwarded to your application server

Customisable headers & body

You can set more than one callback

Used to send data back to the device as well

Page 48: Sigfox Overview

3rd party platforms

You can easily push your data to a 3rd party platform :

AWS, Azure, Telefonica, thethings.iO, IBM, Samsung…

Page 49: Sigfox Overview

Downlink messages

A downlink message can be

Semi automatic : sent directly by the network

Customised : sent by your own application server

Page 50: Sigfox Overview

Current use cases

Examples of solutions already in production

Page 51: Sigfox Overview

Internet of Things ?

Consumer gadgets

Boring & usefulIoT

Page 52: Sigfox Overview

Perfect Sigfox use cases

Independent solutions

no user, no power socket, no local network

Shy devices

Doesn’t speak much, but only useful data

Page 53: Sigfox Overview

Asset tracking & Security

Page 54: Sigfox Overview

Asset tracking

Shipment / Pallet tracking

Valuable assets

Post-theft recovery

GPS or pure network geolocalisation

Page 55: Sigfox Overview

Home Alarm System

Backup connectivity for GSM solution

Jamming resistant

Continuity of service

Self deployment

High capacity network

Page 56: Sigfox Overview

Smoke detector

Easy install

Fault detection

Remote alert

Page 57: Sigfox Overview

Industry

Page 58: Sigfox Overview

Predictive maintenance

Optimize & anticipate maintenance

Alerts when customer needs support

Lower operation costs

Increased safety and/or customer satisfaction

Page 59: Sigfox Overview

Maintenance

Connected boilers

Remote sites intrusion detection

Industrial equipments

Page 60: Sigfox Overview

Health & Assisted living

Page 61: Sigfox Overview

Assisted Living Box

Elderly people benefiting from home services

Monitor carers come & go

NFC badge reader

ROI : 6 months

Increased service quality

Page 62: Sigfox Overview

Fall Detector

Send an alert when the bearer falls

Panic button

No set up

Long battery life

No « locked in » effect ; works everywhere

Page 63: Sigfox Overview

Public sector

Page 64: Sigfox Overview

Metering

Different solutions

Smart or add-on to existing meters

Low cost of installation & operation

Page 65: Sigfox Overview

Smart parking

Parking spots monitoring

Real time guidance for users

Traffic optimization

Local enforcement optimization

Page 66: Sigfox Overview

Waste management

Optimize costs of collection

Plug & play

Years of battery life

Page 67: Sigfox Overview

Street lighting

Save Energy & Costs

Improved maintenance

Light intensity management

Page 68: Sigfox Overview

Agriculture

Page 69: Sigfox Overview

« Smart Agriculture » ?

Crop sensors to optimise yield

Livestock « predictive maintenance »

Beehives monitoring

Weather monitoring

Cattle tracking

Page 70: Sigfox Overview

Retail & other services

Page 71: Sigfox Overview

Button

Simplest interface possible

Press a button ; trigger a service

No installation

Cloud-based services

Page 72: Sigfox Overview

Customer Satisfaction

Effortless customer feedback

No wiring

No pairing

Long battery life

Page 73: Sigfox Overview

Sigfox foundation

Page 74: Sigfox Overview

Antarctica

Tracking scientists & assets

Long reach

Ease of use

Robust trackers

Page 75: Sigfox Overview

Wildlife

Rhinos tracking & monitoring

Anti poaching operation

Implant & play

Long reach