SlideShare a Scribd company logo
Comparative Study of Lora & Sigfox
Submitted To: Submitted By:
Proff. Piyush Tiwari Jatin(2K19/EC/081)
Keshav(2K19/EC/091)
As the name implies, Low-Power Wide-Area Networks (LPWANs) allow for low power consumption
over a wide area, aka long range.
Messages sent over LPWAN must be small and simple. For machines, decreasing the amount of data sent
(the bandwidth) means lower energy at range.
The need of IOT and M2M application pose some unique requirements on LPWAN technologies as shown in
comparison with other wireless technologies:
 Proprietary wireless technology developed by Semtech.
 PHY radio protocol for IOT .
 Derivative of Chirp Spread Spectrum.
 Designed for long range, low power and low data rate.
 At +14dbm output power, 868MHz
 Up to 5km range in urban environment & up to 15km suburban
 >10 year battery life capability
 Star topology (not mesh or p2p)
 Robust Communication
 Not susceptible interference from WIFI, Bluetooth, GSM, LTE etc.
 Bits to kilobytes per second
 depending upon channel width & modulation
 Sigfox is a French global network operator founded in 2010
 Sigfox is a narrowband (or ultra-narrowband) technology
 It uses a standard radio transmission method called binary phase-shift
keying (BPSK)
 Designed for long range, low power and low data rate.
 Highly resistant to noise
 Random Access
 Bidirectional functionality
 Cloud based Core Network
 Highly secure
Comparison of Lora & Sigfox
(in terms of IOT factor)
Quality of Service(QOS)
 Both Sigfox and LoRa employ unlicensed spectra and asynchronous communication protocols.
 Sigfox occupies 100 Hz and operates at 433MHz, 868MHz and 915MHz frequencies depending on the
geographical regions.
 LoRaWAN has similar policies to prevent network congestion allowing channels to be available only %1
duty-cycle for EU 868MHz.
Energy Consumption & Latency
 Sigfox & LoRa end-devices are in sleep mode most of the time outside operation, which reduce the amount of
consumed energy.
 Sigfox has the lowest power consumption performance as compared to other LPWAN technologies but LORaWAN is
more energy efficient than Sigfox.
 Sigfox, LoRa provides class C to handle low-bidirectional latency at the expense of increased energy consumption.
Network Coverage & Range
 Sigfox has longer range than Lora.
Comparative Case Study
(on Lora & Sigfox Technology)
 LoRa is a proprietary spread spectrum
modulation scheme that is derivative of
Chirp Spread Spectrum modulation
(CSS) and which trades data rate for
sensitivity within a fixed channel
bandwidth.
 Sigfox is using 192KHz of the publicly
available band to exchange messages over
the air. The modulation is Ultranarrow band.
Each message is 100 Hz wide and transferred
with a data rate of 100 or 600 bits per second
depending on the region.
 Benefits: Benefits:
OR
High Robustness
Lower susceptibility to
multipath fading
Enhanced Network capacity
Doppler Resistant
High Sensitivity
High message capacity
Efficient spectrum occupancy
Higher Resistant to noise
o 500 random messages with each 25 bytes.
o Green represents successful transmissions.
o Red represents collision with the same SF.
o 3 random messages were sent by each 1000 devices.
o Green represents successful transmissions.
o Red represents collision.
 This figure shows the relation of the number of
collisions while sending up to 1000 (25 byte)
messages / minute using SF7, resulting a short
message (36 ms).
 This results in the graph below where the number of
collisions are shown but only when the 3 messages
of 1 devices are not received it will results in a failed
transmission (packet error).
- Very Low Cost
- Global Network
- Low Power & predictability
power consumption
- Anti-jamming
- Out of the box connectivity
- Service level agreement
- Low Cost
- Large payload
- High data rate in short
range
- Possibility to purchase
own base station
Nationwide Network Types
Agriculture
Water/Gas meters
Supply chain & logistics
Private Network Types
Smart City
Smart Building
Utilities
Key Attributes
Examples of Application
For Lora For Sigfox
//Code for Lora Packet Collision Simulation
timespan = 60*1000; %ms
timeinterval = 10; %ms
nrofslots = timespan/timeinterval;
freqspan = 125e3; %hz : 125khz -> 868.7 - 869.2
MHZ
freqinterval = 100; %hz
nrofchannels = 6;
ft = zeros(nrofslots, nrofchannels);
nrofdevices = 500;
nrofpackets = 1;
packetduration = 2000;
%LORA
% SF bitrate(bps) duration (for 25 bytes)
lora_duration = [12 293 682;
11 547 365;
10 976 204;
09 1757 113;
08 3125 64;
07 5478 36;
//Code For Sigfox Packet Collision Simulation
timespan = 60*1000; %ms
timeinterval = 10; %ms
nrofslots = timespan/timeinterval;
freqspan = 200e3; %hz : 125khz -> 868.7 - 869.2
MHZ
freqinterval = 100; %hz
nrofchannels = ceil(freqspan / freqinterval);
ft = zeros(nrofslots, nrofchannels);
nrofdevices = 1000;
nrofpackets = 3;
packetduration = 2000;
colission = zeros(nrofdevices, nrofpackets);
freq = randi([1 nrofchannels], [nrofdevices
nrofpackets]);
time = randi([1 nrofslots -
(packetduration*nrofpackets)/timeinterval],
[nrofdevices 1]);
for i = 1:nrofdevices
 SigFox is the best solution for public network when LoRaWAN is a really great solution
every-time you will operate your own private network.
 Sigfox is simple when LoRaWAN is customizable.
 If national or international coverage is important, then it probably needs to be SigFox.
 When gateways are less, the PER of Lora is almost 10 times SigFox.
 Sigfox consumes least energy but Lora is energy efficient.
 LoRa is likely the better option if you need true bidirectionality because of the symmetric
link.
 Both technologies are working toward optimization for FCC use.
In short:
Which LPWAN technology is best for your IOT project?
So, if your aim is to connect a larger number of IoT devices securely at one corporate site with inadequate cellular
network coverage, and if the amounts of data and number of messages are limited, LoRaWAN can be used as a
local IoT network.
References
[1] …………. https://lora-developers.semtech.com/library/tech-papers-and-guides/lora-and- lorawan/
[2] …………. https://linuxembedded.fr/2020/03/introduction-a-sigfox
[3] …………. https://www.frugalprototype.com/wp-content/uploads/2016/08/an1200.22.pdf
[4]………….https://iot.telekom.com/resource/blob/data/492968/420eb395f967f41e7b7dc9eb42ef0933/mobile-iot-
network-comparison-nb-iot-lorawan-sigfox.pdf
[5] ………… https://www.geeksforgeeks.org/difference-between-lorawan-and-sigfox/
[6]…………https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6387435/#:~:text=Among%20others%2C%20evaluation%20re
sults%20show,as%20the%20message%20transmission%20rate
[7]…………https://www.researchgate.net/publication/339195553_LoRa_An_extension_of_LoRaWAN_protocol_to_reduc
e_infrastructure_costs_by_improving_the_Quality_of_Service/link/5fccdf4445851568d1431e0d/download
A BIG SALUTE TO CORONA WARRIORS

More Related Content

What's hot

Technical_Training_of_5G_Networking_Design.pptx
Technical_Training_of_5G_Networking_Design.pptxTechnical_Training_of_5G_Networking_Design.pptx
Technical_Training_of_5G_Networking_Design.pptx
Bijoy Banerjee
 
Performance Requirement and Lessons Learnt of LTE Terminal_Transmitter Part
Performance Requirement and Lessons Learnt of LTE Terminal_Transmitter PartPerformance Requirement and Lessons Learnt of LTE Terminal_Transmitter Part
Performance Requirement and Lessons Learnt of LTE Terminal_Transmitter Part
criterion123
 
Introduction to RF & Wireless - Part 2
Introduction to RF & Wireless - Part 2Introduction to RF & Wireless - Part 2
Introduction to RF & Wireless - Part 2
Carl Weisman
 
Free Space Optics (FSO)
Free Space Optics (FSO)Free Space Optics (FSO)
Free Space Optics (FSO)
Naveed Qurban
 
Challenges In Designing 5 GHz 802.11 ac WIFI Power Amplifiers
Challenges In Designing 5 GHz 802.11 ac WIFI Power AmplifiersChallenges In Designing 5 GHz 802.11 ac WIFI Power Amplifiers
Challenges In Designing 5 GHz 802.11 ac WIFI Power Amplifiers
criterion123
 
Lte advanced conformance & standards
Lte advanced conformance & standardsLte advanced conformance & standards
Lte advanced conformance & standardsCPqD
 
ULTRA WIDE BAND TECHNOLOGY
ULTRA WIDE BAND TECHNOLOGYULTRA WIDE BAND TECHNOLOGY
ULTRA WIDE BAND TECHNOLOGY
AJAL A J
 
5G radio access
5G radio access5G radio access
5G radio access
Ericsson
 
Filtering Requirements for FDD + TDD CA Scenarios
Filtering Requirements for FDD + TDD CA ScenariosFiltering Requirements for FDD + TDD CA Scenarios
Filtering Requirements for FDD + TDD CA Scenarios
Pei-Che Chang
 
Introduction to RF & Wireless - Part 1
Introduction to RF & Wireless - Part 1Introduction to RF & Wireless - Part 1
Introduction to RF & Wireless - Part 1
Carl Weisman
 
powerpoint_presentation_-_making_5g_nr_a_reality_february_2020_web.pptx
powerpoint_presentation_-_making_5g_nr_a_reality_february_2020_web.pptxpowerpoint_presentation_-_making_5g_nr_a_reality_february_2020_web.pptx
powerpoint_presentation_-_making_5g_nr_a_reality_february_2020_web.pptx
semua
 
Ultrawideband
UltrawidebandUltrawideband
Ultrawideband
Madhur Ahuja
 
UWB and applications
UWB and applicationsUWB and applications
UWB and applications
Thomas George C
 
射頻期中整理.pptx
射頻期中整理.pptx射頻期中整理.pptx
射頻期中整理.pptx
ssuserb4d806
 
CDMA Zero-IF Receiver Consideration
CDMA  Zero-IF Receiver ConsiderationCDMA  Zero-IF Receiver Consideration
CDMA Zero-IF Receiver Consideration
criterion123
 
Introduction to modern receiver
Introduction to modern receiverIntroduction to modern receiver
Introduction to modern receiver
criterion123
 
Lifi technology(nimesh bariya)
Lifi technology(nimesh bariya)Lifi technology(nimesh bariya)
Lifi technology(nimesh bariya)
Nimesh Bariya
 
What is 5G?
What is 5G?What is 5G?
IEEE 802.11ax
IEEE 802.11axIEEE 802.11ax
IEEE 802.11ax
Alice Valentini
 
One LTE B7 Desense Case Study
One LTE B7 Desense Case StudyOne LTE B7 Desense Case Study
One LTE B7 Desense Case Study
criterion123
 

What's hot (20)

Technical_Training_of_5G_Networking_Design.pptx
Technical_Training_of_5G_Networking_Design.pptxTechnical_Training_of_5G_Networking_Design.pptx
Technical_Training_of_5G_Networking_Design.pptx
 
Performance Requirement and Lessons Learnt of LTE Terminal_Transmitter Part
Performance Requirement and Lessons Learnt of LTE Terminal_Transmitter PartPerformance Requirement and Lessons Learnt of LTE Terminal_Transmitter Part
Performance Requirement and Lessons Learnt of LTE Terminal_Transmitter Part
 
Introduction to RF & Wireless - Part 2
Introduction to RF & Wireless - Part 2Introduction to RF & Wireless - Part 2
Introduction to RF & Wireless - Part 2
 
Free Space Optics (FSO)
Free Space Optics (FSO)Free Space Optics (FSO)
Free Space Optics (FSO)
 
Challenges In Designing 5 GHz 802.11 ac WIFI Power Amplifiers
Challenges In Designing 5 GHz 802.11 ac WIFI Power AmplifiersChallenges In Designing 5 GHz 802.11 ac WIFI Power Amplifiers
Challenges In Designing 5 GHz 802.11 ac WIFI Power Amplifiers
 
Lte advanced conformance & standards
Lte advanced conformance & standardsLte advanced conformance & standards
Lte advanced conformance & standards
 
ULTRA WIDE BAND TECHNOLOGY
ULTRA WIDE BAND TECHNOLOGYULTRA WIDE BAND TECHNOLOGY
ULTRA WIDE BAND TECHNOLOGY
 
5G radio access
5G radio access5G radio access
5G radio access
 
Filtering Requirements for FDD + TDD CA Scenarios
Filtering Requirements for FDD + TDD CA ScenariosFiltering Requirements for FDD + TDD CA Scenarios
Filtering Requirements for FDD + TDD CA Scenarios
 
Introduction to RF & Wireless - Part 1
Introduction to RF & Wireless - Part 1Introduction to RF & Wireless - Part 1
Introduction to RF & Wireless - Part 1
 
powerpoint_presentation_-_making_5g_nr_a_reality_february_2020_web.pptx
powerpoint_presentation_-_making_5g_nr_a_reality_february_2020_web.pptxpowerpoint_presentation_-_making_5g_nr_a_reality_february_2020_web.pptx
powerpoint_presentation_-_making_5g_nr_a_reality_february_2020_web.pptx
 
Ultrawideband
UltrawidebandUltrawideband
Ultrawideband
 
UWB and applications
UWB and applicationsUWB and applications
UWB and applications
 
射頻期中整理.pptx
射頻期中整理.pptx射頻期中整理.pptx
射頻期中整理.pptx
 
CDMA Zero-IF Receiver Consideration
CDMA  Zero-IF Receiver ConsiderationCDMA  Zero-IF Receiver Consideration
CDMA Zero-IF Receiver Consideration
 
Introduction to modern receiver
Introduction to modern receiverIntroduction to modern receiver
Introduction to modern receiver
 
Lifi technology(nimesh bariya)
Lifi technology(nimesh bariya)Lifi technology(nimesh bariya)
Lifi technology(nimesh bariya)
 
What is 5G?
What is 5G?What is 5G?
What is 5G?
 
IEEE 802.11ax
IEEE 802.11axIEEE 802.11ax
IEEE 802.11ax
 
One LTE B7 Desense Case Study
One LTE B7 Desense Case StudyOne LTE B7 Desense Case Study
One LTE B7 Desense Case Study
 

Similar to Comparative Study of Lora & Sigfox

LoRa vs Sigfox vs LTE-M
LoRa vs Sigfox vs LTE-M LoRa vs Sigfox vs LTE-M
LoRa vs Sigfox vs LTE-M
Sirin Software
 
Sigfox flyer short technical presentation
Sigfox flyer short technical presentationSigfox flyer short technical presentation
Sigfox flyer short technical presentation
Sigfox
 
Understanding limitations of lo rawan
Understanding limitations of lo rawanUnderstanding limitations of lo rawan
Understanding limitations of lo rawan
mafole
 
5G NR_optimizing RAN design architecture to support new standards.pdf
5G NR_optimizing RAN design architecture to support new standards.pdf5G NR_optimizing RAN design architecture to support new standards.pdf
5G NR_optimizing RAN design architecture to support new standards.pdf
ssuser5c980e1
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
ijasuc
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
ijasuc
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
ijasuc
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
ijasuc
 
5G Technology Tutorial
5G Technology Tutorial5G Technology Tutorial
5G Technology Tutorial
APNIC
 
V_Tikhvinskiy.pdf
V_Tikhvinskiy.pdfV_Tikhvinskiy.pdf
V_Tikhvinskiy.pdf
CharbelRahme2
 
Designing 5G NR (New Radio)
Designing 5G NR (New Radio)Designing 5G NR (New Radio)
Designing 5G NR (New Radio)
Qualcomm Research
 
5G New Radio Technology Throughput Calculation
5G New Radio Technology  Throughput Calculation5G New Radio Technology  Throughput Calculation
5G New Radio Technology Throughput Calculation
Sukhvinder Singh Malik
 
Understand LPWA tetchnologies (Sigfox and LoRa)
Understand LPWA tetchnologies (Sigfox and LoRa)Understand LPWA tetchnologies (Sigfox and LoRa)
Understand LPWA tetchnologies (Sigfox and LoRa)
Robert Vivanco Salcedo
 
5G_NR_Overview_Architecture_and_Operating_Modes
5G_NR_Overview_Architecture_and_Operating_Modes5G_NR_Overview_Architecture_and_Operating_Modes
5G_NR_Overview_Architecture_and_Operating_Modes
Aalekh Jain
 
5g architecture.pptx
5g architecture.pptx5g architecture.pptx
5g architecture.pptx
HimansuShekharPradha1
 
IoT_standards
IoT_standardsIoT_standards
IoT_standards
João Santos
 
Lte latam 2016 v2.5a
Lte latam 2016 v2.5aLte latam 2016 v2.5a
Lte latam 2016 v2.5a
Alberto Boaventura
 
5G network architecture progress
5G network architecture progress5G network architecture progress
5G network architecture progress
Mohammad Anwarul Islam
 
I017446164
I017446164I017446164
I017446164
IOSR Journals
 
[May 2018] Sigfox Technology Overview
[May 2018] Sigfox Technology Overview[May 2018] Sigfox Technology Overview
[May 2018] Sigfox Technology Overview
Nicolas Lesconnec
 

Similar to Comparative Study of Lora & Sigfox (20)

LoRa vs Sigfox vs LTE-M
LoRa vs Sigfox vs LTE-M LoRa vs Sigfox vs LTE-M
LoRa vs Sigfox vs LTE-M
 
Sigfox flyer short technical presentation
Sigfox flyer short technical presentationSigfox flyer short technical presentation
Sigfox flyer short technical presentation
 
Understanding limitations of lo rawan
Understanding limitations of lo rawanUnderstanding limitations of lo rawan
Understanding limitations of lo rawan
 
5G NR_optimizing RAN design architecture to support new standards.pdf
5G NR_optimizing RAN design architecture to support new standards.pdf5G NR_optimizing RAN design architecture to support new standards.pdf
5G NR_optimizing RAN design architecture to support new standards.pdf
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
 
5G Technology Tutorial
5G Technology Tutorial5G Technology Tutorial
5G Technology Tutorial
 
V_Tikhvinskiy.pdf
V_Tikhvinskiy.pdfV_Tikhvinskiy.pdf
V_Tikhvinskiy.pdf
 
Designing 5G NR (New Radio)
Designing 5G NR (New Radio)Designing 5G NR (New Radio)
Designing 5G NR (New Radio)
 
5G New Radio Technology Throughput Calculation
5G New Radio Technology  Throughput Calculation5G New Radio Technology  Throughput Calculation
5G New Radio Technology Throughput Calculation
 
Understand LPWA tetchnologies (Sigfox and LoRa)
Understand LPWA tetchnologies (Sigfox and LoRa)Understand LPWA tetchnologies (Sigfox and LoRa)
Understand LPWA tetchnologies (Sigfox and LoRa)
 
5G_NR_Overview_Architecture_and_Operating_Modes
5G_NR_Overview_Architecture_and_Operating_Modes5G_NR_Overview_Architecture_and_Operating_Modes
5G_NR_Overview_Architecture_and_Operating_Modes
 
5g architecture.pptx
5g architecture.pptx5g architecture.pptx
5g architecture.pptx
 
IoT_standards
IoT_standardsIoT_standards
IoT_standards
 
Lte latam 2016 v2.5a
Lte latam 2016 v2.5aLte latam 2016 v2.5a
Lte latam 2016 v2.5a
 
5G network architecture progress
5G network architecture progress5G network architecture progress
5G network architecture progress
 
I017446164
I017446164I017446164
I017446164
 
[May 2018] Sigfox Technology Overview
[May 2018] Sigfox Technology Overview[May 2018] Sigfox Technology Overview
[May 2018] Sigfox Technology Overview
 

Recently uploaded

From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 

Recently uploaded (20)

From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 

Comparative Study of Lora & Sigfox

  • 1. Comparative Study of Lora & Sigfox Submitted To: Submitted By: Proff. Piyush Tiwari Jatin(2K19/EC/081) Keshav(2K19/EC/091)
  • 2. As the name implies, Low-Power Wide-Area Networks (LPWANs) allow for low power consumption over a wide area, aka long range. Messages sent over LPWAN must be small and simple. For machines, decreasing the amount of data sent (the bandwidth) means lower energy at range.
  • 3. The need of IOT and M2M application pose some unique requirements on LPWAN technologies as shown in comparison with other wireless technologies:
  • 4.
  • 5.  Proprietary wireless technology developed by Semtech.  PHY radio protocol for IOT .  Derivative of Chirp Spread Spectrum.  Designed for long range, low power and low data rate.  At +14dbm output power, 868MHz  Up to 5km range in urban environment & up to 15km suburban  >10 year battery life capability  Star topology (not mesh or p2p)  Robust Communication  Not susceptible interference from WIFI, Bluetooth, GSM, LTE etc.  Bits to kilobytes per second  depending upon channel width & modulation
  • 6.  Sigfox is a French global network operator founded in 2010  Sigfox is a narrowband (or ultra-narrowband) technology  It uses a standard radio transmission method called binary phase-shift keying (BPSK)  Designed for long range, low power and low data rate.  Highly resistant to noise  Random Access  Bidirectional functionality  Cloud based Core Network  Highly secure
  • 7. Comparison of Lora & Sigfox (in terms of IOT factor)
  • 8. Quality of Service(QOS)  Both Sigfox and LoRa employ unlicensed spectra and asynchronous communication protocols.  Sigfox occupies 100 Hz and operates at 433MHz, 868MHz and 915MHz frequencies depending on the geographical regions.  LoRaWAN has similar policies to prevent network congestion allowing channels to be available only %1 duty-cycle for EU 868MHz. Energy Consumption & Latency  Sigfox & LoRa end-devices are in sleep mode most of the time outside operation, which reduce the amount of consumed energy.  Sigfox has the lowest power consumption performance as compared to other LPWAN technologies but LORaWAN is more energy efficient than Sigfox.  Sigfox, LoRa provides class C to handle low-bidirectional latency at the expense of increased energy consumption. Network Coverage & Range  Sigfox has longer range than Lora.
  • 9. Comparative Case Study (on Lora & Sigfox Technology)
  • 10.  LoRa is a proprietary spread spectrum modulation scheme that is derivative of Chirp Spread Spectrum modulation (CSS) and which trades data rate for sensitivity within a fixed channel bandwidth.  Sigfox is using 192KHz of the publicly available band to exchange messages over the air. The modulation is Ultranarrow band. Each message is 100 Hz wide and transferred with a data rate of 100 or 600 bits per second depending on the region.
  • 11.  Benefits: Benefits: OR High Robustness Lower susceptibility to multipath fading Enhanced Network capacity Doppler Resistant High Sensitivity High message capacity Efficient spectrum occupancy Higher Resistant to noise
  • 12. o 500 random messages with each 25 bytes. o Green represents successful transmissions. o Red represents collision with the same SF. o 3 random messages were sent by each 1000 devices. o Green represents successful transmissions. o Red represents collision.
  • 13.  This figure shows the relation of the number of collisions while sending up to 1000 (25 byte) messages / minute using SF7, resulting a short message (36 ms).  This results in the graph below where the number of collisions are shown but only when the 3 messages of 1 devices are not received it will results in a failed transmission (packet error).
  • 14.
  • 15. - Very Low Cost - Global Network - Low Power & predictability power consumption - Anti-jamming - Out of the box connectivity - Service level agreement - Low Cost - Large payload - High data rate in short range - Possibility to purchase own base station Nationwide Network Types Agriculture Water/Gas meters Supply chain & logistics Private Network Types Smart City Smart Building Utilities Key Attributes Examples of Application
  • 16. For Lora For Sigfox //Code for Lora Packet Collision Simulation timespan = 60*1000; %ms timeinterval = 10; %ms nrofslots = timespan/timeinterval; freqspan = 125e3; %hz : 125khz -> 868.7 - 869.2 MHZ freqinterval = 100; %hz nrofchannels = 6; ft = zeros(nrofslots, nrofchannels); nrofdevices = 500; nrofpackets = 1; packetduration = 2000; %LORA % SF bitrate(bps) duration (for 25 bytes) lora_duration = [12 293 682; 11 547 365; 10 976 204; 09 1757 113; 08 3125 64; 07 5478 36; //Code For Sigfox Packet Collision Simulation timespan = 60*1000; %ms timeinterval = 10; %ms nrofslots = timespan/timeinterval; freqspan = 200e3; %hz : 125khz -> 868.7 - 869.2 MHZ freqinterval = 100; %hz nrofchannels = ceil(freqspan / freqinterval); ft = zeros(nrofslots, nrofchannels); nrofdevices = 1000; nrofpackets = 3; packetduration = 2000; colission = zeros(nrofdevices, nrofpackets); freq = randi([1 nrofchannels], [nrofdevices nrofpackets]); time = randi([1 nrofslots - (packetduration*nrofpackets)/timeinterval], [nrofdevices 1]); for i = 1:nrofdevices
  • 17.  SigFox is the best solution for public network when LoRaWAN is a really great solution every-time you will operate your own private network.  Sigfox is simple when LoRaWAN is customizable.  If national or international coverage is important, then it probably needs to be SigFox.  When gateways are less, the PER of Lora is almost 10 times SigFox.  Sigfox consumes least energy but Lora is energy efficient.  LoRa is likely the better option if you need true bidirectionality because of the symmetric link.  Both technologies are working toward optimization for FCC use. In short: Which LPWAN technology is best for your IOT project? So, if your aim is to connect a larger number of IoT devices securely at one corporate site with inadequate cellular network coverage, and if the amounts of data and number of messages are limited, LoRaWAN can be used as a local IoT network.
  • 18. References [1] …………. https://lora-developers.semtech.com/library/tech-papers-and-guides/lora-and- lorawan/ [2] …………. https://linuxembedded.fr/2020/03/introduction-a-sigfox [3] …………. https://www.frugalprototype.com/wp-content/uploads/2016/08/an1200.22.pdf [4]………….https://iot.telekom.com/resource/blob/data/492968/420eb395f967f41e7b7dc9eb42ef0933/mobile-iot- network-comparison-nb-iot-lorawan-sigfox.pdf [5] ………… https://www.geeksforgeeks.org/difference-between-lorawan-and-sigfox/ [6]…………https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6387435/#:~:text=Among%20others%2C%20evaluation%20re sults%20show,as%20the%20message%20transmission%20rate [7]…………https://www.researchgate.net/publication/339195553_LoRa_An_extension_of_LoRaWAN_protocol_to_reduc e_infrastructure_costs_by_improving_the_Quality_of_Service/link/5fccdf4445851568d1431e0d/download
  • 19. A BIG SALUTE TO CORONA WARRIORS