SlideShare a Scribd company logo
1 of 35
Download to read offline
©	2018	Arm	Limited	
Jan	Jongboom,	Arm

14	March	2018
IoT	Deep	Dive:	
LoRaWAN
©	2018	Arm	Limited	2
©	2018	Arm	Limited	3
The	case	for	LoRa
Powerconsumption/Bandwidth
Range
©	2018	Arm	Limited	4
LoRa	key	use	cases
©	2018	Arm	Limited	
LoRa	PHYsics

crash-course
©	2017	Arm	Limited
©	2018	Arm	Limited	6
High	link	budget
TX
P (dBm)
RX
Derived	from	work	by	Thomas	Telkamp
TX	Power
Connector	loss
Antenna	gain
Connector	loss
Antenna	gain
RX	Power
Path	loss	and	fading
14
0
-100
Receiver	sensitivity
-137	dBm
14	dBm151	dBm	link	budget
©	2018	Arm	Limited	7
Link	budget
Wi-Fi
Sub-GHz 6LoWPAN
LoRa
TX	Power RX	Sensitivity Link	budget
20 dBm -75 dBm 95	dBm
11 dBm -110 dBm 121	dBm
14 dBm -137 dBm 151	dBm
©	2018	Arm	Limited	8
Theoretical	maximum	in	free	space
2.4	GHz,	with	95.5	dBm	link	budget:

550	meters	
915	MHz,	with	151	dBm	link	budget:

850,000	meters
©	2018	Arm	Limited	9
©	2018	Arm	Limited	10
Unfortunately...	we	don't	live	in	free	space
Attenuation Reflection and diffraction Fresnel zone
©	2018	Arm	Limited	
Based	on	Tokyo	-	model	for	calculating	realistic	path	loss
Picture by Moyan Brenn: https://commons.wikimedia.org/wiki/File:Tokyo_(16043023330).jpg©	2017	Arm	Limited	
Hata	model
Large city (250 bps)
Large city (1,760 bps)
Suburb (250 bps)
TX	height RX	height Range
0.1 m 40 m 4	km
0.1 m 40 m 2.5	km
0.1 m 40 m 9	km
Suburb (250 bps) 1 m 100 m 13	km
©	2018	Arm	Limited	
https://www.youtube.com/watch?v=dxYY097QNs0
©	2018	Arm	Limited	
What	is	LoRaWAN?
©	2018	Arm	Limited	14
LoRaWAN
LoRaWAN	is	a	standardized,	bi-directional	messaging	protocol	on	top	of	LoRa	modulation;	the	
physical	layer	
In	the	data	link	layer,	LoRaWAN	manages	channels,	data

rates	and	executes	MAC	commands	
LoRaWAN	messages	contain	device	addresses	and	the	server

selects	gateways	for	downlink	in	the	network	layer	
The	server	and	device	keep	track	of	frame	counters	and

perform	a	message	integrity	check	in	the	transport	layer	
LoRaWAN’s	over	the	air	activation	(OTAA)	manages	the

creation	of	a	new	session	with	security	context	
LoRaWAN	encrypts	application	payload	but	does	not	prescribe

a	binary	payload	format	to	use
©	2018	Arm	Limited	15
Device	classes
Flexibility	in	power	conservation	versus	fast	network	initiated	transmission
Class	A	😴	 Class	B	⏰	 Class	C	⚡
Device	initiated	communication	
Devices	are	typically	in	deep	
sleep	and	send	messages	on	
intervals	and/or	events	
Only	after	uplink	transmission,	
there	is	a	receive	window	for	
downlink	messages	
Best	for	most	sensor	
applications	and	battery	
conservation
Time	synchronized	
communication	
The	network	broadcasts	beacons	
for	devices	to	sync	time	
In	so-called	ping	slots,	devices	
wake	up	and	the	network	may	
send	downlink	messages	
Best	for	most	downlink	intensive	
applications
Network	initiated	
communication	
The	devices	are	continuously	
listening,	often	temporarily	or	
on	power	supply	
The	network	can	send	downlink	
message	at	any	given	time	
Best	for	downlink	intensive	
applications	that	require	low	
latencies
©	2018	Arm	Limited	16
Typical	LoRaWAN	Topology
Network	Session	Key:	Message	Integrity
Applicadon	Session	Key:	Join,	Encrypdon	and	Decrypdon
Devices Gateways Network	Server User

ApplicaRon
ApplicaRon	
Server
©	2018	Arm	Limited	17
©	2018	Arm	Limited	
The	Things	Network
©	2018	Arm	Limited	19
The	Things	Network	Mission
Our	mission	
is	to	build	
a	decentralized,	
open	and	
crowd	sourced	
IoT	data	network	
Owned	and	operated	by	its	users
©	2017	Arm	Limited
©	2018	Arm	Limited	21 ©	2017	Arm	Limited	
Number of Communities 623
Number of Countries 96
Number of Community Members 33633
Number of Gateways Active 3075
Number of Community Partners 492
The	Things	Network
©	2018	Arm	Limited	22
You	are	the	network
©	2018	Arm	Limited	
Building	something
©	2018	Arm	Limited	24
An	IoT	device	is	more	than	an	MCU	+	radio
Bootloader
Asymmetric	crypto
Storage	driver
Resilient	filesystem
Advanced	

LoRaWAN	stack
Radio	drivers
FlashIAP
Update	client
©	2018	Arm	Limited	25
Arm	Mbed
A	free,	open	source	Platform	OS	targeting	IoT	end	node	devices	
Mbed	
OS
Cortex-M	
RTOS

kernel
Portable

drivers
Integrated

security
IoT

connectivity
Device	
management
Development	
tools
Developer	
community
Partner	
ecosystem
150	development	boards
LoRa,	BLE,	Cellular,	Wi-Fi,	etc.
©	2018	Arm	Limited	
Mbed	OS	tools
26
mbed.org/code
Mbed CLI
Command Line

Interface Mbed pyOCD
CMSIS-DAP Debug Library
Mbed DAPLink
CMSIS-DAP Debug Firmware
Mbed Greentea

Porting Testsuite and CI
Mbed Compiler
Free Online IDE
Mbed	OS	DVCS	support
Mbed	OS	IDEs	and	toolchains
Mbed	OS	core	tools
Arm	Compiler	5
Online	Compiler	to	get	started	quickly	
Wide	support	for	offline	toolchains
©	2018	Arm	Limited	27
Two	approaches
Module Radio
Radio	+	MCU	
Easy	to	integrate	in	own	design	
Pre-certified
SX1272	or	SX1276	
Cheaper	material	/	higher	design	cost	
Need	to	do	own	RF	design
©	2018	Arm	Limited	28
Picking	a	gateway
Kerlink IoT station
Multi-Tech Conduit
IMST iC880A
Lorix One
The Things Gateway
Lorrier LR2
SX1301	+	2x	SX1257
©	2018	Arm	Limited	29
Hands-on,	building	a	network
L-TEK FF1705 Multi-Tech Conduit Network Server
©	2018	Arm	Limited	
http://mbed.com/fota-lora
©	2018	Arm	Limited	
http://bit.ly/deep-dive-lora
Thank	You!	
Danke!	
Merci!	
谢谢!	
ありがとう!	
Gracias!	
Kiitos!	
감사합니다	
धन्यवाद
©	2018	Arm	Limited	
https://github.com/johanstokking/arm-ttn-webinar
https://os.mbed.com/teams/MultiTech/code/Dot-Examples/
http://bit.ly/lora-update-demo
http://slideshare.net/janjongboom/
©	2018	Arm	Limited	
The	Arm	trademarks	featured	in	this	presentation	are	registered	trademarks	or	
trademarks	of	Arm	Limited	(or	its	subsidiaries)	in	the	US	and/or	elsewhere.		All	rights	
reserved.		All	other	marks	featured	may	be	trademarks	of	their	respective	owners.	


www.arm.com/company/policies/trademarks

More Related Content

What's hot

LoRa WAN - Connecting the Internet of Things
LoRa WAN - Connecting the Internet of ThingsLoRa WAN - Connecting the Internet of Things
LoRa WAN - Connecting the Internet of ThingsKent Plummer
 
Networks for Smart cities Joy Rajan Cheruvathoor iet
Networks for Smart cities Joy Rajan Cheruvathoor ietNetworks for Smart cities Joy Rajan Cheruvathoor iet
Networks for Smart cities Joy Rajan Cheruvathoor ietJoy Rajan Cheruvathoor
 
Lpwa 2016 amsterdam endetec keynote 20160607_e03
Lpwa 2016 amsterdam  endetec keynote 20160607_e03Lpwa 2016 amsterdam  endetec keynote 20160607_e03
Lpwa 2016 amsterdam endetec keynote 20160607_e03Birdz
 
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-FinalEd Hightower
 
NB-IoT: a sustainable technology for connecting billions of devices
NB-IoT: a sustainable technology for connecting billions of devicesNB-IoT: a sustainable technology for connecting billions of devices
NB-IoT: a sustainable technology for connecting billions of devicesEricsson
 
Designing LoRaWAN for dense IoT deployments webinar
Designing LoRaWAN for dense IoT deployments webinarDesigning LoRaWAN for dense IoT deployments webinar
Designing LoRaWAN for dense IoT deployments webinarActility
 
Sigfox Technology Overview (nov 2017)
Sigfox Technology Overview (nov 2017)Sigfox Technology Overview (nov 2017)
Sigfox Technology Overview (nov 2017)Nicolas Lesconnec
 
Low-Power Wide Area - Overview
Low-Power Wide Area - OverviewLow-Power Wide Area - Overview
Low-Power Wide Area - OverviewM2M Alliance e.V.
 
LPWAN London Meetup: Solving Urban Challenges
LPWAN London Meetup: Solving Urban ChallengesLPWAN London Meetup: Solving Urban Challenges
LPWAN London Meetup: Solving Urban ChallengesDigital Catapult
 
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.11ahFaheem Zafari
 
LPWAN Technologies for Internet of Things (IoT) and M2M Scenarios
LPWAN Technologies for Internet of Things (IoT) and M2M ScenariosLPWAN Technologies for Internet of Things (IoT) and M2M Scenarios
LPWAN Technologies for Internet of Things (IoT) and M2M ScenariosPeter R. Egli
 
3GPP Standards for the Internet-of-Things
3GPP Standards for the Internet-of-Things3GPP Standards for the Internet-of-Things
3GPP Standards for the Internet-of-ThingsEiko Seidel
 
Get started on SIGFOX
Get started on SIGFOXGet started on SIGFOX
Get started on SIGFOXRyan Derouin
 
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
 
R&s 10 juin 2015 sigfox christophe
R&s 10 juin 2015 sigfox christopheR&s 10 juin 2015 sigfox christophe
R&s 10 juin 2015 sigfox christopheReseauxetservicestpa
 
Comarch BLE & LoRa devices
Comarch BLE & LoRa devices Comarch BLE & LoRa devices
Comarch BLE & LoRa devices Comarch
 
How to Put an 5G Elephant into a 4G Fridge?
How to Put an 5G Elephant into a 4G Fridge?How to Put an 5G Elephant into a 4G Fridge?
How to Put an 5G Elephant into a 4G Fridge?Huawei Network
 
The wireless techology SigFox - A technical report
The wireless techology SigFox - A technical reportThe wireless techology SigFox - A technical report
The wireless techology SigFox - A technical reportAngelos Alevizopoulos
 
LoRaWAN and 3GPP technologies cover all Industrial IoT use cases
LoRaWAN and 3GPP technologies cover all Industrial IoT use casesLoRaWAN and 3GPP technologies cover all Industrial IoT use cases
LoRaWAN and 3GPP technologies cover all Industrial IoT use casesErika Gelinard
 

What's hot (20)

LoRa WAN - Connecting the Internet of Things
LoRa WAN - Connecting the Internet of ThingsLoRa WAN - Connecting the Internet of Things
LoRa WAN - Connecting the Internet of Things
 
Networks for Smart cities Joy Rajan Cheruvathoor iet
Networks for Smart cities Joy Rajan Cheruvathoor ietNetworks for Smart cities Joy Rajan Cheruvathoor iet
Networks for Smart cities Joy Rajan Cheruvathoor iet
 
Lpwa 2016 amsterdam endetec keynote 20160607_e03
Lpwa 2016 amsterdam  endetec keynote 20160607_e03Lpwa 2016 amsterdam  endetec keynote 20160607_e03
Lpwa 2016 amsterdam endetec keynote 20160607_e03
 
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
 
NB-IoT: a sustainable technology for connecting billions of devices
NB-IoT: a sustainable technology for connecting billions of devicesNB-IoT: a sustainable technology for connecting billions of devices
NB-IoT: a sustainable technology for connecting billions of devices
 
Designing LoRaWAN for dense IoT deployments webinar
Designing LoRaWAN for dense IoT deployments webinarDesigning LoRaWAN for dense IoT deployments webinar
Designing LoRaWAN for dense IoT deployments webinar
 
Sigfox Technology Overview (nov 2017)
Sigfox Technology Overview (nov 2017)Sigfox Technology Overview (nov 2017)
Sigfox Technology Overview (nov 2017)
 
Low-Power Wide Area - Overview
Low-Power Wide Area - OverviewLow-Power Wide Area - Overview
Low-Power Wide Area - Overview
 
LPWAN London Meetup: Solving Urban Challenges
LPWAN London Meetup: Solving Urban ChallengesLPWAN London Meetup: Solving Urban Challenges
LPWAN London Meetup: Solving Urban Challenges
 
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
 
LPWAN Technologies for Internet of Things (IoT) and M2M Scenarios
LPWAN Technologies for Internet of Things (IoT) and M2M ScenariosLPWAN Technologies for Internet of Things (IoT) and M2M Scenarios
LPWAN Technologies for Internet of Things (IoT) and M2M Scenarios
 
3GPP Standards for the Internet-of-Things
3GPP Standards for the Internet-of-Things3GPP Standards for the Internet-of-Things
3GPP Standards for the Internet-of-Things
 
Get started on SIGFOX
Get started on SIGFOXGet started on SIGFOX
Get started on SIGFOX
 
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)
 
R&s 10 juin 2015 sigfox christophe
R&s 10 juin 2015 sigfox christopheR&s 10 juin 2015 sigfox christophe
R&s 10 juin 2015 sigfox christophe
 
Comarch BLE & LoRa devices
Comarch BLE & LoRa devices Comarch BLE & LoRa devices
Comarch BLE & LoRa devices
 
LPWAN for IoT
LPWAN for IoTLPWAN for IoT
LPWAN for IoT
 
How to Put an 5G Elephant into a 4G Fridge?
How to Put an 5G Elephant into a 4G Fridge?How to Put an 5G Elephant into a 4G Fridge?
How to Put an 5G Elephant into a 4G Fridge?
 
The wireless techology SigFox - A technical report
The wireless techology SigFox - A technical reportThe wireless techology SigFox - A technical report
The wireless techology SigFox - A technical report
 
LoRaWAN and 3GPP technologies cover all Industrial IoT use cases
LoRaWAN and 3GPP technologies cover all Industrial IoT use casesLoRaWAN and 3GPP technologies cover all Industrial IoT use cases
LoRaWAN and 3GPP technologies cover all Industrial IoT use cases
 

Similar to LoRaWAN Deep Dive: IoT with LoRa and The Things Network

Mobile wireless-networks
Mobile wireless-networksMobile wireless-networks
Mobile wireless-networksPeter R. Egli
 
Eyecom introduction 2014
Eyecom introduction 2014Eyecom introduction 2014
Eyecom introduction 2014Andy Phillips
 
3 g coverage guidelines v2
3 g coverage guidelines v23 g coverage guidelines v2
3 g coverage guidelines v2Ryan Racun
 
AIRCOM LTE Webinar 6 - Comparison between GSM, UMTS & LTE
AIRCOM LTE Webinar 6 - Comparison between GSM, UMTS & LTEAIRCOM LTE Webinar 6 - Comparison between GSM, UMTS & LTE
AIRCOM LTE Webinar 6 - Comparison between GSM, UMTS & LTEAIRCOM International
 
OFC 2019 - 100G DWDM DCI/Metro Network Solutions - Debating alternatives to ...
OFC 2019 -  100G DWDM DCI/Metro Network Solutions - Debating alternatives to ...OFC 2019 -  100G DWDM DCI/Metro Network Solutions - Debating alternatives to ...
OFC 2019 - 100G DWDM DCI/Metro Network Solutions - Debating alternatives to ...Tim Yount
 
2015 10 07 - efficient optical transport layer for high-capacity optical netw...
2015 10 07 - efficient optical transport layer for high-capacity optical netw...2015 10 07 - efficient optical transport layer for high-capacity optical netw...
2015 10 07 - efficient optical transport layer for high-capacity optical netw...Xtera Communications
 
Mobile-Wireless-Networks.pdf
Mobile-Wireless-Networks.pdfMobile-Wireless-Networks.pdf
Mobile-Wireless-Networks.pdfvaibhav457294
 
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 gasesPARNIKA GUPTA
 
2015 06 23 super optical layer wdm nice 2015
2015 06 23 super optical layer wdm nice 20152015 06 23 super optical layer wdm nice 2015
2015 06 23 super optical layer wdm nice 2015Xtera Communications
 
Radio Design Webinar: Optimising Your 700 MHz Deployments
Radio Design Webinar: Optimising Your 700 MHz DeploymentsRadio Design Webinar: Optimising Your 700 MHz Deployments
Radio Design Webinar: Optimising Your 700 MHz Deployments3G4G
 
Performance of APIC's Direct Modulated DFB Lasers
Performance of APIC's Direct Modulated DFB LasersPerformance of APIC's Direct Modulated DFB Lasers
Performance of APIC's Direct Modulated DFB LasersBob Walter
 
Mymo wireless presentation_30_jul'10
Mymo wireless presentation_30_jul'10Mymo wireless presentation_30_jul'10
Mymo wireless presentation_30_jul'10Design And Reuse
 
AirTight 11ac Webinar Series, Aession 1 - Intro to 802.11ac - June 10 2014
AirTight 11ac Webinar Series, Aession 1 - Intro to 802.11ac - June 10 2014AirTight 11ac Webinar Series, Aession 1 - Intro to 802.11ac - June 10 2014
AirTight 11ac Webinar Series, Aession 1 - Intro to 802.11ac - June 10 2014AirTight Networks
 
2015 09 09-unrepeatered-systems-presentation-snw-singapore-2015
2015 09 09-unrepeatered-systems-presentation-snw-singapore-20152015 09 09-unrepeatered-systems-presentation-snw-singapore-2015
2015 09 09-unrepeatered-systems-presentation-snw-singapore-2015Xtera Communications
 
XLINK-A300N Mobile IP City Wi-Fi System AP rated 300Mbps
XLINK-A300N Mobile IP City Wi-Fi System AP rated 300MbpsXLINK-A300N Mobile IP City Wi-Fi System AP rated 300Mbps
XLINK-A300N Mobile IP City Wi-Fi System AP rated 300MbpsHotware International Inc.
 
3GPP/GSMA technologies for LPWAN in the Licensed Spectrum
3GPP/GSMA technologies for LPWAN in the Licensed Spectrum3GPP/GSMA technologies for LPWAN in the Licensed Spectrum
3GPP/GSMA technologies for LPWAN in the Licensed SpectrumTiE Bangalore
 

Similar to LoRaWAN Deep Dive: IoT with LoRa and The Things Network (20)

Mobile wireless-networks
Mobile wireless-networksMobile wireless-networks
Mobile wireless-networks
 
Eyecom introduction 2014
Eyecom introduction 2014Eyecom introduction 2014
Eyecom introduction 2014
 
3 g coverage guidelines v2
3 g coverage guidelines v23 g coverage guidelines v2
3 g coverage guidelines v2
 
AIRCOM LTE Webinar 6 - Comparison between GSM, UMTS & LTE
AIRCOM LTE Webinar 6 - Comparison between GSM, UMTS & LTEAIRCOM LTE Webinar 6 - Comparison between GSM, UMTS & LTE
AIRCOM LTE Webinar 6 - Comparison between GSM, UMTS & LTE
 
OFC 2019 - 100G DWDM DCI/Metro Network Solutions - Debating alternatives to ...
OFC 2019 -  100G DWDM DCI/Metro Network Solutions - Debating alternatives to ...OFC 2019 -  100G DWDM DCI/Metro Network Solutions - Debating alternatives to ...
OFC 2019 - 100G DWDM DCI/Metro Network Solutions - Debating alternatives to ...
 
2015 10 07 - efficient optical transport layer for high-capacity optical netw...
2015 10 07 - efficient optical transport layer for high-capacity optical netw...2015 10 07 - efficient optical transport layer for high-capacity optical netw...
2015 10 07 - efficient optical transport layer for high-capacity optical netw...
 
Mobile-Wireless-Networks.pdf
Mobile-Wireless-Networks.pdfMobile-Wireless-Networks.pdf
Mobile-Wireless-Networks.pdf
 
w505 Rapid Fire v8
w505 Rapid Fire v8w505 Rapid Fire v8
w505 Rapid Fire v8
 
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
 
Mobile Broadband
Mobile BroadbandMobile Broadband
Mobile Broadband
 
Refarming 4 g
Refarming 4 gRefarming 4 g
Refarming 4 g
 
2015 06 23 super optical layer wdm nice 2015
2015 06 23 super optical layer wdm nice 20152015 06 23 super optical layer wdm nice 2015
2015 06 23 super optical layer wdm nice 2015
 
Radio Design Webinar: Optimising Your 700 MHz Deployments
Radio Design Webinar: Optimising Your 700 MHz DeploymentsRadio Design Webinar: Optimising Your 700 MHz Deployments
Radio Design Webinar: Optimising Your 700 MHz Deployments
 
Performance of APIC's Direct Modulated DFB Lasers
Performance of APIC's Direct Modulated DFB LasersPerformance of APIC's Direct Modulated DFB Lasers
Performance of APIC's Direct Modulated DFB Lasers
 
Mymo wireless presentation_30_jul'10
Mymo wireless presentation_30_jul'10Mymo wireless presentation_30_jul'10
Mymo wireless presentation_30_jul'10
 
AirTight 11ac Webinar Series, Aession 1 - Intro to 802.11ac - June 10 2014
AirTight 11ac Webinar Series, Aession 1 - Intro to 802.11ac - June 10 2014AirTight 11ac Webinar Series, Aession 1 - Intro to 802.11ac - June 10 2014
AirTight 11ac Webinar Series, Aession 1 - Intro to 802.11ac - June 10 2014
 
2015 09 09-unrepeatered-systems-presentation-snw-singapore-2015
2015 09 09-unrepeatered-systems-presentation-snw-singapore-20152015 09 09-unrepeatered-systems-presentation-snw-singapore-2015
2015 09 09-unrepeatered-systems-presentation-snw-singapore-2015
 
802.11ac Overview
802.11ac Overview802.11ac Overview
802.11ac Overview
 
XLINK-A300N Mobile IP City Wi-Fi System AP rated 300Mbps
XLINK-A300N Mobile IP City Wi-Fi System AP rated 300MbpsXLINK-A300N Mobile IP City Wi-Fi System AP rated 300Mbps
XLINK-A300N Mobile IP City Wi-Fi System AP rated 300Mbps
 
3GPP/GSMA technologies for LPWAN in the Licensed Spectrum
3GPP/GSMA technologies for LPWAN in the Licensed Spectrum3GPP/GSMA technologies for LPWAN in the Licensed Spectrum
3GPP/GSMA technologies for LPWAN in the Licensed Spectrum
 

More from Jan Jongboom

TinyML on Arduino - workshop
TinyML on Arduino - workshopTinyML on Arduino - workshop
TinyML on Arduino - workshopJan Jongboom
 
Intelligent Edge - Getting started with TinyML for industrial applications
Intelligent Edge - Getting started with TinyML for industrial applicationsIntelligent Edge - Getting started with TinyML for industrial applications
Intelligent Edge - Getting started with TinyML for industrial applicationsJan Jongboom
 
Teaching your sensors new tricks with Machine Learning - Eta Compute webinar
Teaching your sensors new tricks with Machine Learning - Eta Compute webinarTeaching your sensors new tricks with Machine Learning - Eta Compute webinar
Teaching your sensors new tricks with Machine Learning - Eta Compute webinarJan Jongboom
 
Get started with TinyML - Embedded online conference
Get started with TinyML - Embedded online conferenceGet started with TinyML - Embedded online conference
Get started with TinyML - Embedded online conferenceJan Jongboom
 
Adding intelligence to your LoRaWAN deployment - The Things Virtual Conference
Adding intelligence to your LoRaWAN deployment - The Things Virtual ConferenceAdding intelligence to your LoRaWAN deployment - The Things Virtual Conference
Adding intelligence to your LoRaWAN deployment - The Things Virtual ConferenceJan Jongboom
 
Get started with TinyML - Hackster webinar 9 April 2020
Get started with TinyML - Hackster webinar 9 April 2020Get started with TinyML - Hackster webinar 9 April 2020
Get started with TinyML - Hackster webinar 9 April 2020Jan Jongboom
 
Tiny intelligent computers and sensors - Open Hardware Event 2020
Tiny intelligent computers and sensors - Open Hardware Event 2020Tiny intelligent computers and sensors - Open Hardware Event 2020
Tiny intelligent computers and sensors - Open Hardware Event 2020Jan Jongboom
 
Teaching your sensors new tricks with Machine Learning - CENSIS Tech Summit 2019
Teaching your sensors new tricks with Machine Learning - CENSIS Tech Summit 2019Teaching your sensors new tricks with Machine Learning - CENSIS Tech Summit 2019
Teaching your sensors new tricks with Machine Learning - CENSIS Tech Summit 2019Jan Jongboom
 
Adding intelligence to your LoRaWAN devices - The Things Conference on tour
Adding intelligence to your LoRaWAN devices - The Things Conference on tourAdding intelligence to your LoRaWAN devices - The Things Conference on tour
Adding intelligence to your LoRaWAN devices - The Things Conference on tourJan Jongboom
 
Machine learning on 1 square centimeter - Emerce Next 2019
Machine learning on 1 square centimeter - Emerce Next 2019Machine learning on 1 square centimeter - Emerce Next 2019
Machine learning on 1 square centimeter - Emerce Next 2019Jan Jongboom
 
Fundamentals of IoT - Data Science Africa 2019
Fundamentals of IoT - Data Science Africa 2019Fundamentals of IoT - Data Science Africa 2019
Fundamentals of IoT - Data Science Africa 2019Jan Jongboom
 
17,000 contributions in 32K RAM - FOSS North 2019
17,000 contributions in 32K RAM - FOSS North 201917,000 contributions in 32K RAM - FOSS North 2019
17,000 contributions in 32K RAM - FOSS North 2019Jan Jongboom
 
Open Hours: Mbed Simulator
Open Hours: Mbed SimulatorOpen Hours: Mbed Simulator
Open Hours: Mbed SimulatorJan Jongboom
 
Machine learning on 1 cm2 - Tweakers Dev Summit
Machine learning on 1 cm2 - Tweakers Dev SummitMachine learning on 1 cm2 - Tweakers Dev Summit
Machine learning on 1 cm2 - Tweakers Dev SummitJan Jongboom
 
Simulating LoRaWAN devices - LoRa Alliance AMM 2019
Simulating LoRaWAN devices - LoRa Alliance AMM 2019Simulating LoRaWAN devices - LoRa Alliance AMM 2019
Simulating LoRaWAN devices - LoRa Alliance AMM 2019Jan Jongboom
 
Develop with Mbed OS - The Things Conference 2019
Develop with Mbed OS - The Things Conference 2019Develop with Mbed OS - The Things Conference 2019
Develop with Mbed OS - The Things Conference 2019Jan Jongboom
 
Firmware Updates over LoRaWAN - The Things Conference 2019
Firmware Updates over LoRaWAN - The Things Conference 2019Firmware Updates over LoRaWAN - The Things Conference 2019
Firmware Updates over LoRaWAN - The Things Conference 2019Jan Jongboom
 
Faster Device Development - GSMA @ CES 2019
Faster Device Development - GSMA @ CES 2019Faster Device Development - GSMA @ CES 2019
Faster Device Development - GSMA @ CES 2019Jan Jongboom
 
Mbed LoRaWAN stack: a case study - LoRa Alliance AMM Tokyo
Mbed LoRaWAN stack: a case study - LoRa Alliance AMM TokyoMbed LoRaWAN stack: a case study - LoRa Alliance AMM Tokyo
Mbed LoRaWAN stack: a case study - LoRa Alliance AMM TokyoJan Jongboom
 
Simulating microcontrollers - Arm Research Summit 2018
Simulating microcontrollers - Arm Research Summit 2018Simulating microcontrollers - Arm Research Summit 2018
Simulating microcontrollers - Arm Research Summit 2018Jan Jongboom
 

More from Jan Jongboom (20)

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

Recently uploaded

Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一3sw2qly1
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfMilind Agarwal
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewingbigorange77
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 

Recently uploaded (20)

Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewing
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 

LoRaWAN Deep Dive: IoT with LoRa and The Things Network