sigfox makers tour são paulo

83
São Paulo Sigfox Makers Tour #22 April 2017

Upload: nicolas-lesconnec

Post on 15-Apr-2017

165 views

Category:

Engineering


0 download

TRANSCRIPT

Page 1: Sigfox Makers Tour São Paulo

São Paulo Sigfox Makers Tour #22

April 2017

Page 2: Sigfox Makers Tour São Paulo

Introduction

Page 3: Sigfox Makers Tour São Paulo

Sigfox Operator in South America

Jose Almeida

Page 4: Sigfox Makers Tour São Paulo

4

Alexandre Araujo Jean-Christophe de Coster

Nicolas Lesconnec Eric Villa

Page 5: Sigfox Makers Tour São Paulo

About Sigfox

IoT Communication Service

Available in 32 countries right now

Low Energy + Simplicity

Chipsets from several major silicon vendors

Page 6: Sigfox Makers Tour São Paulo
Page 7: Sigfox Makers Tour São Paulo
Page 8: Sigfox Makers Tour São Paulo

Online resources

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

Videos : http://youtube.com/sigfox

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

Github: http://github.com/sigfox

Page 9: Sigfox Makers Tour São Paulo

Sigfox basics

Page 10: Sigfox Makers Tour São Paulo

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 11: Sigfox Makers Tour São Paulo

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 12: Sigfox Makers Tour São Paulo
Page 13: Sigfox Makers Tour São Paulo

New possibilities

Existing solutions: Cheaper connection & extended battery life

Enables totally new IoT applications

Backup connectivity for higher bandwidth devices

Page 14: Sigfox Makers Tour São Paulo

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 15: Sigfox Makers Tour São Paulo

Hardware solutions

Page 16: Sigfox Makers Tour São Paulo

Hardware

Sigfox is not a hardware vendor

Ecosystem of established partners

Page 17: Sigfox Makers Tour São Paulo

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 18: Sigfox Makers Tour São Paulo

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 19: Sigfox Makers Tour São Paulo

Prototyping

Arduino & Raspberry Pi kits available from various partners

RCZ2 (Americas) solutions ecosystem starting to grow

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

Page 20: Sigfox Makers Tour São Paulo

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 21: Sigfox Makers Tour São Paulo

Protocol & Network

Page 22: Sigfox Makers Tour São Paulo

Core concepts

Page 23: Sigfox Makers Tour São Paulo

Simplicity

No connection

No configuration

No pairing

No signaling

Page 24: Sigfox Makers Tour São Paulo

Low Energy

Years of battery life

Independent solutions

Reduce maintenance & TCO

Page 25: Sigfox Makers Tour São Paulo

Low Energy

Tx: ~200mA during a couple of seconds (@22dBm)

Key factor: idle consumption (99.x% of the time)

Idle consumption: µA range

Page 26: Sigfox Makers Tour São Paulo

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 27: Sigfox Makers Tour São Paulo

Outdoor & Indoor

Good indoor propagation properties

Of course, you need to consider signal attenuation (~20dB)

Page 28: Sigfox Makers Tour São Paulo

Two-way communication

Devices can receive updates sent from your application server

Each communication is instigated by the device

Page 29: Sigfox Makers Tour São Paulo

Small messages

Useful payload: up to 12 bytes

Up to 140 times each day (contract)

600 bits/s

Page 30: Sigfox Makers Tour São Paulo

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 31: Sigfox Makers Tour São Paulo

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 32: Sigfox Makers Tour São Paulo

Security

Page 33: Sigfox Makers Tour São Paulo

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 34: Sigfox Makers Tour São Paulo

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 35: Sigfox Makers Tour São Paulo

Radio properties

Great tolerance to interferors

Jamming resistant

Interception is hard: UNB & frequency diversity

Page 36: Sigfox Makers Tour São Paulo

Jammers

Page 37: Sigfox Makers Tour São Paulo

Radio Ultra Narrow Band

Page 38: Sigfox Makers Tour São Paulo

Sigfox use

The network currently monitors a 192KHz part of the spectrum

Each message is ~600Hz wide

Page 39: Sigfox Makers Tour São Paulo

Interferors

Page 40: Sigfox Makers Tour São Paulo
Page 41: Sigfox Makers Tour São Paulo

Sigfox messages

192 KHz

Each repetition is 100Hz

Page 42: Sigfox Makers Tour São Paulo

Coverage

Page 43: Sigfox Makers Tour São Paulo

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 44: Sigfox Makers Tour São Paulo
Page 45: Sigfox Makers Tour São Paulo

Sigfox Radio Configuration Zones

RCZ1 RCZ2 RCZ3 RCZ4

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 46: Sigfox Makers Tour São Paulo
Page 47: Sigfox Makers Tour São Paulo
Page 48: Sigfox Makers Tour São Paulo

Cloud

Page 49: Sigfox Makers Tour São Paulo

Get your data

View messages : Sigfox web platform

Get messages : REST API (pull)

Receive new messages : HTTP Callbacks (push)

Page 50: Sigfox Makers Tour São Paulo

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 51: Sigfox Makers Tour São Paulo

3rd party platforms

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

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

Page 52: Sigfox Makers Tour São Paulo

Downlink messages

A downlink message can be

Semi automatic : sent directly by the network

Customised : sent by your own application server

Page 53: Sigfox Makers Tour São Paulo

Break

Page 54: Sigfox Makers Tour São Paulo

Current use cases

Examples of solutions already in production

Page 55: Sigfox Makers Tour São Paulo

Internet of Things ?

Consumer gadgets

Boring & usefulIoT

Page 56: Sigfox Makers Tour São Paulo

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 57: Sigfox Makers Tour São Paulo

Asset tracking & Security

Page 58: Sigfox Makers Tour São Paulo

Asset tracking

Shipment / Pallet tracking

Valuable assets

Post-theft recovery

GPS or pure network geolocalisation

Page 59: Sigfox Makers Tour São Paulo

Home Alarm System

Backup connectivity for GSM solution

Jamming resistant

Continuity of service

Self deployment

High capacity network

Page 60: Sigfox Makers Tour São Paulo

Smoke detector

Easy install

Fault detection

Remote alert

Page 61: Sigfox Makers Tour São Paulo

Industry

Page 62: Sigfox Makers Tour São Paulo

Predictive maintenance

Optimize & anticipate maintenance

Alerts when customer needs support

Lower operation costs

Increased safety and/or customer satisfaction

Page 63: Sigfox Makers Tour São Paulo

Maintenance

Connected boilers

Remote sites intrusion detection

Industrial equipments

Page 64: Sigfox Makers Tour São Paulo

Health & Assisted living

Page 65: Sigfox Makers Tour São Paulo

Assisted Living Box

Elderly people benefiting from home services

Monitor carers come & go

NFC badge reader

ROI : 6 months

Increased service quality

Page 66: Sigfox Makers Tour São Paulo

Fall Detector

Send an alert when the bearer falls

Panic button

No set up

Long battery life

No « locked in » effect ; works everywhere

Page 67: Sigfox Makers Tour São Paulo

Public sector

Page 68: Sigfox Makers Tour São Paulo

Metering

Different solutions

Smart or add-on to existing meters

Low cost of installation & operation

Page 69: Sigfox Makers Tour São Paulo

Smart parking

Parking spots monitoring

Real time guidance for users

Traffic optimization

Local enforcement optimization

Page 70: Sigfox Makers Tour São Paulo

Waste management

Optimize costs of collection

Plug & play

Years of battery life

Page 71: Sigfox Makers Tour São Paulo

Street lighting

Save Energy & Costs

Improved maintenance

Light intensity management

Page 72: Sigfox Makers Tour São Paulo

Agriculture

Page 73: Sigfox Makers Tour São Paulo

« Smart Agriculture » ?

Crop sensors to optimise yield

Livestock « predictive maintenance »

Beehives monitoring

Weather monitoring

Cattle tracking

Page 74: Sigfox Makers Tour São Paulo

Retail & other services

Page 75: Sigfox Makers Tour São Paulo

Button

Simplest interface possible

Press a button ; trigger a service

No installation

Cloud-based services

Page 76: Sigfox Makers Tour São Paulo

Customer Satisfaction

Effortless customer feedback

No wiring

No pairing

Long battery life

Page 77: Sigfox Makers Tour São Paulo

Sigfox foundation

Page 78: Sigfox Makers Tour São Paulo

Antarctica

Tracking scientists & assets

Long reach

Ease of use

Robust trackers

Page 79: Sigfox Makers Tour São Paulo

Wildlife

Rhinos tracking & monitoring

Anti poaching operation

Implant & play

Long reach

Page 80: Sigfox Makers Tour São Paulo

Workshop session

Using Thinxtra Xkit boards

Page 81: Sigfox Makers Tour São Paulo

Contribute back

Don’t forget to publish your experiments

Code Samples, HW design, fails … will be useful to other people

We all start by copy/pasting ;)

Your own website, github, hackster.io, instructables … your call!

Page 82: Sigfox Makers Tour São Paulo

Workshop resources

http://bit.ly/SMTSaoPaulo