SlideShare a Scribd company logo
LoRaWan & The Things Network
Romain Cambier - Shareif.com
About me
Romain Cambier - @r_cambier
CS Engineer from Mons (172), BE
Founder & Owner of Shareif.com
The Things Network Ambassador
Wireless TechnologiesBandwidth
Range
VSAT
2G
3G
4G
ZigBee
802.15.3
802.15.4
RFID
NFC
BlueTooth
BLE
802.11.a/b/g
802.11.ac/n
Tens of meters Hundreds of meters Thousands of meters
LPWAN
> 1 Mbps
> 100 Mbps
<< 1 Mbps
LoRa ≠ LoRaWan
What is LoRa ?
● Wireless modulation
● Radio physical layer
● Low bandwidth & energy
● Uses ISM bands
● Great link budget (> 150 dB)
What is LoRaWan ?
● Communication protocol built above LoRa modulation
● Data rate from 300 bps to 5.5 kbps (up to 50kbps
using FSK)
● Features :
– Bi-directional communication
– Mobility
– Localization
LoRa(Wan)
History
● 2007 : Nanoscale-Labs
● 2009 : Cycleo
● 2012 : Semtech
● 2015 : LoRa Alliance
Radio Basics
Radio Keying : OOKTime
Frequency
Radio Keying : FSKTime
Frequency
Radio Keying :PSKTime
Frequency
Spread Spectrum
Chirp Spread Spectrum
Time Frequency
Chirp Spread Spectrum
Chirp frequency :
LoRa
LoRa Modulation
● Spread-spectrum technique and a variation of chirp
spread spectrum (CSS)
Chirp Spread Spectrum in LoRa
Time
Frequency
Chirp Spread Spectrum in LoRa
Phase shiftings
= where the data is
~ PSK over chirp
LoRa demodulation
x =
LoRa demodulation, with noise
x =
LoRa Modulation
● Spread-spectrum technique and a variation of chirp
spread spectrum (CSS)
● LoRa uses Spreading Factors to set the modulation
rate (SF7 to SF12)
LoRa Spreading Factors
SF7
SF8
SF9
...
LoRa Spreading Factors
Spreading Factor Symbols/second Bitrate TOA (10 bytes, ms) SNR limit (dB)
SF 7 976 5469 56 -7,5
SF 8 488 3125 103 -10
SF 9 244 1758 205 -12,5
SF 10 122 977 371 -15
SF 11 61 537 741 -17,5
SF 12 30 293 1483 -20
Benefits of the Modulation
● Very resistant to interferences
● Very low sensibility to fading & multipath
● Good sensitivity (below noise level)
● Doppler effect resistant
– Moving devices
– High clock tolerance
● LoRa reception is super simple
FSK Modulation
● Same idea as PSK
● Modulate frequency instead
● Higher sensibility to :
– Moving devices
– Bad clock sync
– Random interferences
FSK Modulation
● Same idea as PSK
● Modulate frequency instead
● Higher sensibility to :
– Moving devices
– Bad clock sync
– Random interferences
LoRaWan
LoRaWan protocol : Device class
● Class A
– Emit on request, listen only after emit → ultra-low energy
● Class B
– Emit on request, listen based on time interval → low energy
● Class C
– Emit on request, always listen → « high » energy
LoRaWan Network Architecture
LoRaWan protocol :
authentication
ABP :
● Dev addr
● AppSKey
● NwkSKey
OTA :
● DevEUI
● AppEUI
● AppKey
● AppSKey and NwkSKey
derivated from AppKey &
Network response
LoRaWan Network Encryption
LoRaWan protocol : Messages
● Join Request (AppEUI, DevEUI, DevNonce)
● Join Accept (AppNonce, NetId, DevAddr, DLSettings, RxDelay,
CFList)
● UnConf data up (your data)
● UnConf data down (your data)
● Conf data up (your data)
● Conf data down (your data)
● RFU / Proprietary
LoRaWan protocol
preamble phdr phdr_crc phy PL crc
mhdr mac PL mic
fhdr fport frm PL
dev addr fctrl fcnt fopts
mtype rfu major
Can contains
MAC commands
LoRaWan protocol : MAC
commands
● LinkCheckReq, LinkCheckAns = connectivity check
● LinkADRReq, LinkADRAns = change emit settings like SF
● DutyCycleReq, DutyCycleAns = update device DC
● RXParamSetupReq, RXParamSetupAns = change RX window
● DevStatusReq, DevStatusAns = get dev. status like battery
● NewChannelReq, NewChannelAns= channel upadte
● RXTimingSetupReq, RXTimingSetupAns = change RX window
LoRaWan Network Architecture
LoRaWan Network : Devices
● Joining the network (if OTAA)
● Converting your payload as a LoRaWan packet
● Sending the packet
● Listening for downlink packets
● Converting the packet back to payload
LoRaWan Network : Gateways
● Receiving radio packets
● Checking CRC (message integrity, only for uplink)
● Forwarding to network server
● Listening for downlink messages to forward to devices
LoRaWan Network : Network
Server
● Dealing with join requests
● Dealing with devices addresses
● Choosing time and gateways to use for downlink
● En/Decrypting MAC payload
LoRaWan Network : App. Server
● Receiving packets from devices
● Scheduling responses to devices
● En/Decrypting FRM Payload (the real payload)
● In fact, do something with the data...
LoRaWan Network : Localisation
● Triangulation
– Accuracy (3gw) :
→ ~ 180 m in crowded area
→ ~ 350 m in clear area
– Accuracy (4gw) 
→ ~ 95 m in crowded area
→ ~ 210 m in clear area
From semtech
LoRaWan Network : Localisation
● Triangulation
● Big-Data
– Accuracy (3gw) :
→ ~ 35 m in crowded area
→ ~ 220 m in clear area
– Accuracy (4gw) 
→ ~ 22 m in crowded area
LoRaWan protocol : Duty Cycle
● The more messages on the same frequency & SF =
the higher collision probability
● We want reliable transmission
● We want a lot of devices per gateway (>1000)
→ we need the keep the collision probability low
enough !
→ Typically, < 10 % or even < 5 %
LoRaWan protocol : Duty Cycle
● A gateway listen on 8 frequencies and all SF
● We want > 1000 devices / gateway
● We want < 10% of duty cycle
→ 30 seconds / day / devices gives a DC < 5%
LoRaWan protocol : Duty Cycle
● Rule: max. 30 seconds/device/day
● For a 10-bytes PL we have max:
– 20 messages/day at SF12
– 500 messages/day at SF7
– Much more using SF7-250 or FSK modulation (lower range & higher 
energy)
● Downlink is limited to < 10 messages/device/day
LoRaWan protocol : ADR
Spreading Factor SNR limit (dB)
SF 7 -7,5
SF 8 -10
SF 9 -12,5
SF 10 -15
SF 11 -17,5
SF 12 -20
● Reception of a packet on
SF12 with SNR = -7,5dB
● Check the best SF with a
margin of 5dB
● Send MAC command to request
SF9 on the device
The Things Network : Principles
● Standards compliant
● Compliant with spectrum regulations
● Open source
● Designed for distribution and decentralization
● One global, free and open network
The Things Network : History
● Jul. ‘15 : Announce of The Things Network
● Sept. ‘15 : First gateways installed in Amsterdam
→ Croft environment started
● Oct. ‘15 : KickStarter campaign started
● Nov. ‘15 : KickStarter end with > 2x funding!
● Mar. ‘16: Staging environment setup
The Things Network :
Architecture
R
Router
Routes raw packets
from gateways to
brokers
NC
Network Controller
Node state: data rate
and frequency
management
H
Application Handler
Decryption, deduping,
works on behalf of
apps
A
Application
User application
Gateway
Send data to and
receive data from
nodes
B
Broker
Decoupling from
Router and Application
Handler
The Things Network :
Architecture
H
S1, S2
S2, S1, S3
S2, S1, S3
S3, S2
B
R
ANC
Private Network
B
R NC
HBR
NC
H
H
H
NR
A
A
Private Storage Handler
A
The Things Network : Gateways
The Things Network : Projects
● LoRaWan over BLE
● LoRaWan over 802.15.4
● M-Bus over LoRa(Wan)
The Things Network : Numbers
● > 6,000 members
● > 2,000 gateways
● > 200 communities
● > 55 countries
... and counting !
The Things Network : Coverage
The Things Network : Coverage
The Things Network : Coverage
352 KM
160 KM
LoRaWan : Performance
The Things Network :
Applications
ComeEmpty.Me
The Things Network :
Applications
SmartBin.com
The Things Network :
Applications
FLUID
The Things Network :
Applications
The Things Network :
Applications
flood.network
LoRaWan & The Things Network
Romain Cambier - Shareif.com
Sources
● Thomas Telkamp - LoRa crash course – 10 Nov. ‘16
● Matt Knight - Decoding LoRa – 05 Oct. ‘16
● Johan Stokking – The Things Network – Jul. ‘15
● TTNMapper.org – Nov. ‘16

More Related Content

What's hot

LoRaWAN Intro (Oct 2019)
LoRaWAN Intro (Oct 2019)LoRaWAN Intro (Oct 2019)
LoRaWAN Intro (Oct 2019)
Alper Yegin
 
Low-Power Wide Area - Overview
Low-Power Wide Area - OverviewLow-Power Wide Area - Overview
Low-Power Wide Area - Overview
M2M Alliance e.V.
 
Overview of Low Power Wide Area Networks
Overview of Low Power Wide Area NetworksOverview of Low Power Wide Area Networks
Overview of Low Power Wide Area Networks
Maarten Weyn
 
Procomuns 2016
Procomuns 2016 Procomuns 2016
Open fest2018 LoRa, LoRa WAN, The Thing Network - capabilities, myths, applic...
Open fest2018 LoRa, LoRa WAN, The Thing Network - capabilities, myths, applic...Open fest2018 LoRa, LoRa WAN, The Thing Network - capabilities, myths, applic...
Open fest2018 LoRa, LoRa WAN, The Thing Network - capabilities, myths, applic...
Olimex Bulgaria
 
City scale and nationwide LoRa network: deployment challenges, best operating...
City scale and nationwide LoRa network: deployment challenges, best operating...City scale and nationwide LoRa network: deployment challenges, best operating...
City scale and nationwide LoRa network: deployment challenges, best operating...
Alexander Trubitsin
 
The IoT Hunger Games 2015
The IoT Hunger Games 2015The IoT Hunger Games 2015
The IoT Hunger Games 2015
Haystack Technologies
 
An Overview of LoRA, Sigfox, and IEEE 802.11ah
An Overview of LoRA, Sigfox, and IEEE 802.11ahAn Overview of LoRA, Sigfox, and IEEE 802.11ah
An Overview of LoRA, Sigfox, and IEEE 802.11ah
Faheem Zafari
 
Cnam2015 m2 m -iot - course 2 - warming - v(0.2)
Cnam2015   m2 m -iot - course 2 - warming - v(0.2)Cnam2015   m2 m -iot - course 2 - warming - v(0.2)
Cnam2015 m2 m -iot - course 2 - warming - v(0.2)
Thierry Lestable
 
LPWAN Technology ~ What is Weightless-P?
LPWAN Technology ~ What is Weightless-P? LPWAN Technology ~ What is Weightless-P?
LPWAN Technology ~ What is Weightless-P?
Jay Wey 魏士傑
 
Intro Lora - Makers.ID Meetup
Intro Lora - Makers.ID MeetupIntro Lora - Makers.ID Meetup
Intro Lora - Makers.ID Meetup
Mif Masterz
 
LoRa online training for utility guys
LoRa online training for utility guysLoRa online training for utility guys
LoRa online training for utility guys
Nikolay Milovanov
 
LoRa application for detecting the harmful gases
LoRa application for detecting the harmful gasesLoRa application for detecting the harmful gases
LoRa application for detecting the harmful gases
PARNIKA GUPTA
 
Cellular lpwan paris nov 2015
Cellular  lpwan   paris nov 2015Cellular  lpwan   paris nov 2015
Cellular lpwan paris nov 2015
robert huynh
 
Lo ra
Lo raLo ra
Haystack Technology Overview
Haystack Technology OverviewHaystack Technology Overview
Haystack Technology Overview
Haystack Technologies
 
Get started on SIGFOX
Get started on SIGFOXGet started on SIGFOX
Get started on SIGFOX
Ryan Derouin
 
LoRaWAN101_What is it
LoRaWAN101_What is itLoRaWAN101_What is it
LoRaWAN101_What is it
Birdz
 
9-29-15 IEEE-CVT Presentation by EH-Final
9-29-15 IEEE-CVT Presentation by EH-Final9-29-15 IEEE-CVT Presentation by EH-Final
9-29-15 IEEE-CVT Presentation by EH-Final
Ed Hightower
 
How To Disrupt The Internet of Things With Unified Networking
How To Disrupt The Internet of Things With Unified NetworkingHow To Disrupt The Internet of Things With Unified Networking
How To Disrupt The Internet of Things With Unified Networking
Haystack Technologies
 

What's hot (20)

LoRaWAN Intro (Oct 2019)
LoRaWAN Intro (Oct 2019)LoRaWAN Intro (Oct 2019)
LoRaWAN Intro (Oct 2019)
 
Low-Power Wide Area - Overview
Low-Power Wide Area - OverviewLow-Power Wide Area - Overview
Low-Power Wide Area - Overview
 
Overview of Low Power Wide Area Networks
Overview of Low Power Wide Area NetworksOverview of Low Power Wide Area Networks
Overview of Low Power Wide Area Networks
 
Procomuns 2016
Procomuns 2016 Procomuns 2016
Procomuns 2016
 
Open fest2018 LoRa, LoRa WAN, The Thing Network - capabilities, myths, applic...
Open fest2018 LoRa, LoRa WAN, The Thing Network - capabilities, myths, applic...Open fest2018 LoRa, LoRa WAN, The Thing Network - capabilities, myths, applic...
Open fest2018 LoRa, LoRa WAN, The Thing Network - capabilities, myths, applic...
 
City scale and nationwide LoRa network: deployment challenges, best operating...
City scale and nationwide LoRa network: deployment challenges, best operating...City scale and nationwide LoRa network: deployment challenges, best operating...
City scale and nationwide LoRa network: deployment challenges, best operating...
 
The IoT Hunger Games 2015
The IoT Hunger Games 2015The IoT Hunger Games 2015
The IoT Hunger Games 2015
 
An Overview of LoRA, Sigfox, and IEEE 802.11ah
An Overview of LoRA, Sigfox, and IEEE 802.11ahAn Overview of LoRA, Sigfox, and IEEE 802.11ah
An Overview of LoRA, Sigfox, and IEEE 802.11ah
 
Cnam2015 m2 m -iot - course 2 - warming - v(0.2)
Cnam2015   m2 m -iot - course 2 - warming - v(0.2)Cnam2015   m2 m -iot - course 2 - warming - v(0.2)
Cnam2015 m2 m -iot - course 2 - warming - v(0.2)
 
LPWAN Technology ~ What is Weightless-P?
LPWAN Technology ~ What is Weightless-P? LPWAN Technology ~ What is Weightless-P?
LPWAN Technology ~ What is Weightless-P?
 
Intro Lora - Makers.ID Meetup
Intro Lora - Makers.ID MeetupIntro Lora - Makers.ID Meetup
Intro Lora - Makers.ID Meetup
 
LoRa online training for utility guys
LoRa online training for utility guysLoRa online training for utility guys
LoRa online training for utility guys
 
LoRa application for detecting the harmful gases
LoRa application for detecting the harmful gasesLoRa application for detecting the harmful gases
LoRa application for detecting the harmful gases
 
Cellular lpwan paris nov 2015
Cellular  lpwan   paris nov 2015Cellular  lpwan   paris nov 2015
Cellular lpwan paris nov 2015
 
Lo ra
Lo raLo ra
Lo ra
 
Haystack Technology Overview
Haystack Technology OverviewHaystack Technology Overview
Haystack Technology Overview
 
Get started on SIGFOX
Get started on SIGFOXGet started on SIGFOX
Get started on SIGFOX
 
LoRaWAN101_What is it
LoRaWAN101_What is itLoRaWAN101_What is it
LoRaWAN101_What is it
 
9-29-15 IEEE-CVT Presentation by EH-Final
9-29-15 IEEE-CVT Presentation by EH-Final9-29-15 IEEE-CVT Presentation by EH-Final
9-29-15 IEEE-CVT Presentation by EH-Final
 
How To Disrupt The Internet of Things With Unified Networking
How To Disrupt The Internet of Things With Unified NetworkingHow To Disrupt The Internet of Things With Unified Networking
How To Disrupt The Internet of Things With Unified Networking
 

Similar to Jeudis du Libre / Lorawan & The Things Network

LPWAN.pdf
LPWAN.pdfLPWAN.pdf
Unit-3 -Low Bandwidth Communication.pdf
Unit-3 -Low Bandwidth Communication.pdfUnit-3 -Low Bandwidth Communication.pdf
Unit-3 -Low Bandwidth Communication.pdf
1ms21cs111
 
How To Triple The Range of LoRa
How To Triple The Range of LoRaHow To Triple The Range of LoRa
How To Triple The Range of LoRa
Haystack Technologies
 
FIWARE Global Summit - Connecting to LoRa networks: Practical Demo
FIWARE Global Summit - Connecting to LoRa networks: Practical DemoFIWARE Global Summit - Connecting to LoRa networks: Practical Demo
FIWARE Global Summit - Connecting to LoRa networks: Practical Demo
FIWARE
 
8-ZigBee (2).pdf
8-ZigBee (2).pdf8-ZigBee (2).pdf
8-ZigBee (2).pdf
Jesus Cordero
 
SophiaConf 2018 - N. Tribie (SEQUANS)
SophiaConf 2018 - N. Tribie (SEQUANS)SophiaConf 2018 - N. Tribie (SEQUANS)
SophiaConf 2018 - N. Tribie (SEQUANS)
TelecomValley
 
IEEE 802.16j Multi-hop Relay
IEEE 802.16j Multi-hop RelayIEEE 802.16j Multi-hop Relay
IEEE 802.16j Multi-hop Relay
Yi-Hsueh Tsai
 
Long-Range Low-power Radio (LoRa).pptx
Long-Range Low-power Radio (LoRa).pptxLong-Range Low-power Radio (LoRa).pptx
Long-Range Low-power Radio (LoRa).pptx
Ajay Gangakhedkar
 
Cloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptxCloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptx
RahulBhole12
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
Tal Lavian Ph.D.
 
LPWAN London Meetup: Solving Urban Challenges
LPWAN London Meetup: Solving Urban ChallengesLPWAN London Meetup: Solving Urban Challenges
LPWAN London Meetup: Solving Urban Challenges
Digital Catapult
 
Evolving Enterprise Network Architecture
Evolving Enterprise Network ArchitectureEvolving Enterprise Network Architecture
Evolving Enterprise Network Architecture
Aruba, a Hewlett Packard Enterprise company
 
WPAN According To ZIGBEE
WPAN According To ZIGBEEWPAN According To ZIGBEE
WPAN According To ZIGBEE
Afaq Siddiqui
 
Distributed IP-PBX
Distributed IP-PBX Distributed IP-PBX
How To Choose LoRa Devices?
How To Choose LoRa Devices?How To Choose LoRa Devices?
How To Choose LoRa Devices?
Antenna Manufacturer Coco
 
LoRa и LoRaWAN. Особенности технологий и практическое использование, Богдан К...
LoRa и LoRaWAN. Особенности технологий и практическое использование, Богдан К...LoRa и LoRaWAN. Особенности технологий и практическое использование, Богдан К...
LoRa и LoRaWAN. Особенности технологий и практическое использование, Богдан К...
Sigma Software
 
Business Model Concepts for Dynamically Provisioned Optical Networks
Business Model Concepts for Dynamically Provisioned Optical NetworksBusiness Model Concepts for Dynamically Provisioned Optical Networks
Business Model Concepts for Dynamically Provisioned Optical Networks
Tal Lavian Ph.D.
 
IoT Connectivity with LoRa
IoT Connectivity with LoRaIoT Connectivity with LoRa
IoT Connectivity with LoRa
Andri Yadi
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
Tal Lavian Ph.D.
 
Week16 lec2
Week16 lec2Week16 lec2
Week16 lec2
syedhaiderraza
 

Similar to Jeudis du Libre / Lorawan & The Things Network (20)

LPWAN.pdf
LPWAN.pdfLPWAN.pdf
LPWAN.pdf
 
Unit-3 -Low Bandwidth Communication.pdf
Unit-3 -Low Bandwidth Communication.pdfUnit-3 -Low Bandwidth Communication.pdf
Unit-3 -Low Bandwidth Communication.pdf
 
How To Triple The Range of LoRa
How To Triple The Range of LoRaHow To Triple The Range of LoRa
How To Triple The Range of LoRa
 
FIWARE Global Summit - Connecting to LoRa networks: Practical Demo
FIWARE Global Summit - Connecting to LoRa networks: Practical DemoFIWARE Global Summit - Connecting to LoRa networks: Practical Demo
FIWARE Global Summit - Connecting to LoRa networks: Practical Demo
 
8-ZigBee (2).pdf
8-ZigBee (2).pdf8-ZigBee (2).pdf
8-ZigBee (2).pdf
 
SophiaConf 2018 - N. Tribie (SEQUANS)
SophiaConf 2018 - N. Tribie (SEQUANS)SophiaConf 2018 - N. Tribie (SEQUANS)
SophiaConf 2018 - N. Tribie (SEQUANS)
 
IEEE 802.16j Multi-hop Relay
IEEE 802.16j Multi-hop RelayIEEE 802.16j Multi-hop Relay
IEEE 802.16j Multi-hop Relay
 
Long-Range Low-power Radio (LoRa).pptx
Long-Range Low-power Radio (LoRa).pptxLong-Range Low-power Radio (LoRa).pptx
Long-Range Low-power Radio (LoRa).pptx
 
Cloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptxCloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptx
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
 
LPWAN London Meetup: Solving Urban Challenges
LPWAN London Meetup: Solving Urban ChallengesLPWAN London Meetup: Solving Urban Challenges
LPWAN London Meetup: Solving Urban Challenges
 
Evolving Enterprise Network Architecture
Evolving Enterprise Network ArchitectureEvolving Enterprise Network Architecture
Evolving Enterprise Network Architecture
 
WPAN According To ZIGBEE
WPAN According To ZIGBEEWPAN According To ZIGBEE
WPAN According To ZIGBEE
 
Distributed IP-PBX
Distributed IP-PBX Distributed IP-PBX
Distributed IP-PBX
 
How To Choose LoRa Devices?
How To Choose LoRa Devices?How To Choose LoRa Devices?
How To Choose LoRa Devices?
 
LoRa и LoRaWAN. Особенности технологий и практическое использование, Богдан К...
LoRa и LoRaWAN. Особенности технологий и практическое использование, Богдан К...LoRa и LoRaWAN. Особенности технологий и практическое использование, Богдан К...
LoRa и LoRaWAN. Особенности технологий и практическое использование, Богдан К...
 
Business Model Concepts for Dynamically Provisioned Optical Networks
Business Model Concepts for Dynamically Provisioned Optical NetworksBusiness Model Concepts for Dynamically Provisioned Optical Networks
Business Model Concepts for Dynamically Provisioned Optical Networks
 
IoT Connectivity with LoRa
IoT Connectivity with LoRaIoT Connectivity with LoRa
IoT Connectivity with LoRa
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
 
Week16 lec2
Week16 lec2Week16 lec2
Week16 lec2
 

Recently uploaded

22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
MiscAnnoy1
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
amsjournal
 

Recently uploaded (20)

22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
 

Jeudis du Libre / Lorawan & The Things Network