SlideShare a Scribd company logo
Enabling	firmware	
updates	over	LPWAN
Jan	Jongboom	|	Developer	Evangelist	|	Arm
Tech	Symposia	2017
©	2017	Arm	Limited	2
©	2017	Arm	Limited	3
Wait,	what...	LPWAN?
Powerconsumption/Bandwidth
Range
IoT	sweet	spot
©	2017	Arm	Limited	4
Pick	two
High bandwidth Low power
Long range
©	2017	Arm	Limited	5
Many	choices...
10	years	battery	life,	10	km	range
©	2017	Arm	Limited	
LPWAN

Physics	crash-course
©	2017	Arm	Limited
©	2017	Arm	Limited	7
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
©	2017	Arm	Limited	7
High	link	budget
RX
Derived	from	work	by	Thomas	Telkamp
TX	Power
Connector	loss
Antenna	gain
Connector	loss
Antenna	gain
RX	Power
Path	loss	and	fading
Receiver	sensitivity
-137	dBm
14	dBm151	dBm	link	budget
©	2017	Arm	Limited	8
Link	budget
Wi-Fi
Unlicensed LPWAN
Licensed LPWAN
TX	Power RX	Sensitivity Link	budget
20.5 dBm -75 dBm 95.5	dBm
14 dBm -137 dBm 151	dBm
23 dBm -129 dBm 152	dBm
©	2017	Arm	Limited	9
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
©	2017	Arm	Limited	10
©	2017	Arm	Limited	11
Unfortunately...	we	don't	live	in	free	space
Attenuation Reflection and diffraction Fresnel zone
©	2017	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
©	2017	Arm	Limited	©	2017	Arm	Limited	 https://www.flickr.com/photos/aaronjacobs/64368770
Aggressive	

sleeping
©	2017	Arm	Limited	14
Transmit	as	little	as	possible
No	gateway	pinning	
No	keep-alive	
NB-IoT:	200	mW	
Sigfox:	25	mW
https://www.flickr.com/photos/pheezy/5875298232
©	2017	Arm	Limited	15
Listen	as	little	as	possible
RX	consumption:	9	mA	
500	mAh	/	9	mA	/	24h	=	2.31	days	
2.31	days	!==	10	years
©	2017	Arm	Limited	16
Relaying	data	back	to	device
TX RX TX RX TX RX
LoRaWAN Class A, LTE-M Power Save Mode, Sigfox
RX TXRX
LoRaWAN Class B, LTE-M EdRX
RX RX
©	2017	Arm	Limited	17
Tiny	packets
No	IP	routing	in	packets	
Security	in	message,	not	in	transport	layer	
No	TLS	handshakes	(6	messages,	6.5K	data)	
Small	13-14	byte	header	
Every	byte	counts!
©	2017	Arm	Limited	18
IoT	deployments	target	10	years	lifetime
But 10 years is a really long time!
©	2017	Arm	Limited	19 ©	2017	Arm	Limited
©	2017	Arm	Limited	©	2017	Arm	Limited	
How	to
©	2017	Arm	Limited	21
Naive	approach
TX RX TX RX TX RX
Firmware	fragment
Very	inefficient!
Device 1
TX RX TX RX TX RX
Device 2
©	2017	Arm	Limited	22
Better	approach
RX
Many	firmware	fragments
Device 1
Device 2
RX
Device N
RX
©	2017	Arm	Limited	23
But...	how	do	we	do	this?
1. Instruct	devices	to	use	a	new	set	of	keys	(same	for	everyone).	
2. Instruct	devices	to	wake	up	at	the	same	time.	
3. Gateway	can	transmit	to	all	devices	with	one	message.	
Problem:	low	QoS	and	uni-directional
©	2017	Arm	Limited	24
Setting	up	the	device
Device	Address:	0xCF32AB09	
Multicast	Key:		9310E28FA291...
©	2017	Arm	Limited	25
Setting	up	the	device
Packet	size:			204	bytes	
Packet	count:		491	
Padding:							16	bytes
©	2017	Arm	Limited	26
Starting	multicast	session
Frequency:						924.525	MHz	
Data	rate:						220	bytes	/	sec	
Time	to	start:		812	sec	after	UL	event	13
ULCounter	|	RTC	
----------------	
15								|	781	
14								|	704	
13								|	623	
12								|	491	
...
©	2017	Arm	Limited	27
Dealing	with	low	QoS
CRC	hash	of	firmware	
(sent	with	device's	own	credentials)
OK!
©	2017	Arm	Limited	28
Dealing	with	low	QoS
CRC	hash	of	firmware	
(sent	with	device's	own	credentials)
OK!
Forward	error	correction
http://www.inference.phy.cam.ac.uk/mackay/gallager/papers/ldpc.pdf
©	2017	Arm	Limited	29
Speed
220	bytes	per	second	in	real	world	scenario	

(2.5KM	range	in	cities)	
180KB	Firmware	size,	30KB	with	Delta	updates	
Transmission	costs	3m30s	@	15mA	current
https://www.reddit.com/r/Eyebleach/comments/68r4rt/tortoise_taxi/
©	2017	Arm	Limited	©	2017	Arm	Limited	
Security
Picture	by	Yuri	Samoilov	https://www.flickr.com/photos/yusamoilov/13334048894
©	2017	Arm	Limited	31
Link	layer	security	is	not	enough
Firmware manifest
Contains	firmware	hash	
Contains	manufacturer	and	device	class	ID	
Signed	with	private	key
©	2017	Arm	Limited	32
Separate	trusted	and	non-trusted	code
(Not	yet	implemented)
©	2017	Arm	Limited	33
Bootloader	support
New	in	Mbed	OS	5.5	
Bootloader	verifies	integrity,	
preferably	in	non-writable	flash	
Tamper-proof	secure	element	to	
protect	keys
https://os.mbed.com/blog/entry/firmware-updates-mbed-5-flashiap/
©	2017	Arm	Limited	©	2017	Arm	Limited	
Caveats
http://www.totalprosports.com/wp-content/uploads/2013/04/first-pitch-fail-baseball-fail-gifs.gif
©	2017	Arm	Limited	©	2017	Arm	Limited	
Network	congestion
Sending	a	lot	of	data	has	negative	effect	on	network	
Higher	data	rate	is	better	
RX	sensitivity	is	useless	when	someone	screams	next	to	you	
Spread	spectrum	helps	against	narrowband	interference
©	2017	Arm	Limited	36
Spectrum	regulations	in	EU
Unlicensed	does	not	mean	unregulated	
1%	duty	cycle	in	868	MHz	band,	except	at	869.525	MHz	
Downside:	it's	the	RX2	channel	
Round-robin	between	gateways	
Drive	over	to	site	and	deploy	temporary	gateway
©	2017	Arm	Limited	37
US	is	both	better	and	worse
Better
Worse
No	duty	cycle	
Wider	channels	(500	KHz	vs.	125	KHz)	
Faster
400	ms.	dwell	time	
915	MHz	band	is	used	for	a	lot	of	other	stuff,	lower	QoS
©	2017	Arm	Limited	
Current	state
©	2017	Arm	Limited	39
Reference	implementation
Multi-Tech	xDot	(Cortex-M3,	32K	RAM)	
LoRaWAN	1.02	
mbed	OS	5.5	
Network	server	by	The	Things	Network
©	2017	Arm	Limited	40
Client	+	bootloader
Open	source	
Apache	2.0	
Available	on	GitHub	
Very	little	security!	
Secure	bootloader	and	cryptographically	secure	update	service	available	as	licensable	IP	
from	Arm.
©	2017	Arm	Limited	©	2017	Arm	Limited	
Reference implementation:
https://github.com/ArmMbed/fota-lora-radio
Demo:	http://bit.ly/lora-update-demo
©	2017	Arm	Limited	
Recap
1. LPWANs	are	awesome!	
2. Secure	firmware	updates	are	necessity	
3. Firmware	updates	over	LPWAN	deemed	
impossible...	But	they	are	not!
Thank	You!	
Danke!	
Merci!	
!	
!	
Gracias!	
Kiitos!	
감사합니다	
धन्यवाद
©	2017	Arm	Limited	
http://bit.ly/lora-update-demo
jan.jongboom@arm.com
©	2017	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

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
Joy Rajan Cheruvathoor
 
Hacking cable TV Networks Like Die hard Movie
Hacking cable TV Networks Like Die hard MovieHacking cable TV Networks Like Die hard Movie
Hacking cable TV Networks Like Die hard Movie
Rahul Sasi
 
Mimosa ptp backhaul
Mimosa ptp backhaulMimosa ptp backhaul
Mimosa ptp backhaul
rommeliratsu
 
Innovative Networks
Innovative NetworksInnovative Networks
Innovative Networks
Mark Hall
 
Best Practices on Migrating to 802.11ac Wi-Fi
Best Practices on Migrating to 802.11ac Wi-FiBest Practices on Migrating to 802.11ac Wi-Fi
Best Practices on Migrating to 802.11ac Wi-Fi
Aruba, a Hewlett Packard Enterprise company
 
Mohammad Faisal Kairm(073714556) Assignment 2
Mohammad Faisal Kairm(073714556) Assignment 2Mohammad Faisal Kairm(073714556) Assignment 2
Mohammad Faisal Kairm(073714556) Assignment 2mashiur
 
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansPractical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Living Online
 
Mobile Devices and Wi-Fi
Mobile Devices and Wi-FiMobile Devices and Wi-Fi
Dwdm12
Dwdm12Dwdm12
Developer Day 2014 - 5 - philippe guillemette - the future of lte for m2m
Developer Day 2014 - 5 - philippe guillemette - the future of lte for m2mDeveloper Day 2014 - 5 - philippe guillemette - the future of lte for m2m
Developer Day 2014 - 5 - philippe guillemette - the future of lte for m2m
Thibault Cantegrel
 
LPWAN technology overview
LPWAN technology overviewLPWAN technology overview
LPWAN technology overview
Jisc
 
Improving Microwave Capacity
Improving Microwave CapacityImproving Microwave Capacity
Improving Microwave Capacity
Aviat Networks
 
Gren tech outdoor coverage solutions
Gren tech outdoor coverage solutionsGren tech outdoor coverage solutions
Gren tech outdoor coverage solutions
bappyni
 
Span Design considerations in TAT-14 US Backhaul across G.652 Fiber
Span Design considerations in TAT-14 US Backhaul across G.652 FiberSpan Design considerations in TAT-14 US Backhaul across G.652 Fiber
Span Design considerations in TAT-14 US Backhaul across G.652 Fiber
Roderick Dottin
 
Mobile Networks Today And Tomorrow
Mobile Networks Today And TomorrowMobile Networks Today And Tomorrow
Mobile Networks Today And Tomorrow
MobileMonday Norway
 
Next Generation Access Technologies
Next Generation Access TechnologiesNext Generation Access Technologies
Next Generation Access Technologies
BroadbandProperties
 
LTE Backhaul Challenges, Small Cells and the Critical Role of Microwave
LTE Backhaul Challenges, Small Cells and the Critical Role of MicrowaveLTE Backhaul Challenges, Small Cells and the Critical Role of Microwave
LTE Backhaul Challenges, Small Cells and the Critical Role of Microwave
Aviat Networks
 
Cambium - delivering superfast wireless broadband services
Cambium - delivering superfast wireless broadband servicesCambium - delivering superfast wireless broadband services
Cambium - delivering superfast wireless broadband services
Independent Networks Co-operative Association
 
Best Practices on Migrating to 802.11ac Wi-Fi
Best Practices on Migrating to 802.11ac Wi-FiBest Practices on Migrating to 802.11ac Wi-Fi
Best Practices on Migrating to 802.11ac Wi-Fi
Aruba, a Hewlett Packard Enterprise company
 

What's hot (20)

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
 
2012 ah vegas rf fundamentals
2012 ah vegas   rf fundamentals2012 ah vegas   rf fundamentals
2012 ah vegas rf fundamentals
 
Hacking cable TV Networks Like Die hard Movie
Hacking cable TV Networks Like Die hard MovieHacking cable TV Networks Like Die hard Movie
Hacking cable TV Networks Like Die hard Movie
 
Mimosa ptp backhaul
Mimosa ptp backhaulMimosa ptp backhaul
Mimosa ptp backhaul
 
Innovative Networks
Innovative NetworksInnovative Networks
Innovative Networks
 
Best Practices on Migrating to 802.11ac Wi-Fi
Best Practices on Migrating to 802.11ac Wi-FiBest Practices on Migrating to 802.11ac Wi-Fi
Best Practices on Migrating to 802.11ac Wi-Fi
 
Mohammad Faisal Kairm(073714556) Assignment 2
Mohammad Faisal Kairm(073714556) Assignment 2Mohammad Faisal Kairm(073714556) Assignment 2
Mohammad Faisal Kairm(073714556) Assignment 2
 
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and TechniciansPractical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
Practical Fundamentals of Voice over IP (VoIP) for Engineers and Technicians
 
Mobile Devices and Wi-Fi
Mobile Devices and Wi-FiMobile Devices and Wi-Fi
Mobile Devices and Wi-Fi
 
Dwdm12
Dwdm12Dwdm12
Dwdm12
 
Developer Day 2014 - 5 - philippe guillemette - the future of lte for m2m
Developer Day 2014 - 5 - philippe guillemette - the future of lte for m2mDeveloper Day 2014 - 5 - philippe guillemette - the future of lte for m2m
Developer Day 2014 - 5 - philippe guillemette - the future of lte for m2m
 
LPWAN technology overview
LPWAN technology overviewLPWAN technology overview
LPWAN technology overview
 
Improving Microwave Capacity
Improving Microwave CapacityImproving Microwave Capacity
Improving Microwave Capacity
 
Gren tech outdoor coverage solutions
Gren tech outdoor coverage solutionsGren tech outdoor coverage solutions
Gren tech outdoor coverage solutions
 
Span Design considerations in TAT-14 US Backhaul across G.652 Fiber
Span Design considerations in TAT-14 US Backhaul across G.652 FiberSpan Design considerations in TAT-14 US Backhaul across G.652 Fiber
Span Design considerations in TAT-14 US Backhaul across G.652 Fiber
 
Mobile Networks Today And Tomorrow
Mobile Networks Today And TomorrowMobile Networks Today And Tomorrow
Mobile Networks Today And Tomorrow
 
Next Generation Access Technologies
Next Generation Access TechnologiesNext Generation Access Technologies
Next Generation Access Technologies
 
LTE Backhaul Challenges, Small Cells and the Critical Role of Microwave
LTE Backhaul Challenges, Small Cells and the Critical Role of MicrowaveLTE Backhaul Challenges, Small Cells and the Critical Role of Microwave
LTE Backhaul Challenges, Small Cells and the Critical Role of Microwave
 
Cambium - delivering superfast wireless broadband services
Cambium - delivering superfast wireless broadband servicesCambium - delivering superfast wireless broadband services
Cambium - delivering superfast wireless broadband services
 
Best Practices on Migrating to 802.11ac Wi-Fi
Best Practices on Migrating to 802.11ac Wi-FiBest Practices on Migrating to 802.11ac Wi-Fi
Best Practices on Migrating to 802.11ac Wi-Fi
 

Similar to Enabling firmware updates over LPWAN - Tech Symposia 2017 Taiwan

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
Peter R. Egli
 
Wireless Is Simple!
Wireless Is Simple!Wireless Is Simple!
Wireless Is Simple!
Encom
 
Mobile Broadband
Mobile BroadbandMobile Broadband
Mobile Broadband
Fanny Mlinarsky
 
Carrier Ethernet
Carrier EthernetCarrier Ethernet
Carrier Ethernet
vnandlall
 
Why Direct Transmission of 5G Radio over Optical Fiber?
Why Direct Transmission of 5G Radio over Optical Fiber?Why Direct Transmission of 5G Radio over Optical Fiber?
Why Direct Transmission of 5G Radio over Optical Fiber?
Bob Walter
 
ClearView Imaging - Hashem Khan - Choosing The Best Interface For Your Applic...
ClearView Imaging - Hashem Khan - Choosing The Best Interface For Your Applic...ClearView Imaging - Hashem Khan - Choosing The Best Interface For Your Applic...
ClearView Imaging - Hashem Khan - Choosing The Best Interface For Your Applic...
ClearView Imaging
 
AIRCOM LTE Webinar 3 - LTE Carriers
AIRCOM LTE Webinar 3 - LTE CarriersAIRCOM LTE Webinar 3 - LTE Carriers
AIRCOM LTE Webinar 3 - LTE Carriers
AIRCOM International
 
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
Xtera Communications
 
DWDM 101 - BRKOPT-2016
DWDM 101 - BRKOPT-2016DWDM 101 - BRKOPT-2016
DWDM 101 - BRKOPT-2016
Bruno Teixeira
 
3 g coverage guidelines v2
3 g coverage guidelines v23 g coverage guidelines v2
3 g coverage guidelines v2
Ryan Racun
 
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
 
Cisco Connect Toronto 2017 - Optimizing your client's Wi-Fi Experience
Cisco Connect Toronto 2017 - Optimizing your client's Wi-Fi ExperienceCisco Connect Toronto 2017 - Optimizing your client's Wi-Fi Experience
Cisco Connect Toronto 2017 - Optimizing your client's Wi-Fi Experience
Cisco Canada
 
Huawei telecom i+d 2010v4
Huawei telecom i+d 2010v4Huawei telecom i+d 2010v4
Huawei telecom i+d 2010v4TELECOM I+D
 
In building solution mofule12
In building solution mofule12In building solution mofule12
In building solution mofule12
Sumon Saha
 
Cisco Connect Halifax 2018 Optimizing your client's wi-fi experience
Cisco Connect Halifax 2018   Optimizing your client's wi-fi experienceCisco Connect Halifax 2018   Optimizing your client's wi-fi experience
Cisco Connect Halifax 2018 Optimizing your client's wi-fi experience
Cisco Canada
 
Commercializing RF SOI
Commercializing RF SOI Commercializing RF SOI
Commercializing RF SOI
RFSOI
 
Deploy Packet Transport with MPLS-TP - nanog.pdf
Deploy Packet Transport with MPLS-TP - nanog.pdfDeploy Packet Transport with MPLS-TP - nanog.pdf
Deploy Packet Transport with MPLS-TP - nanog.pdf
somenathtiwary
 
N5AC 2015 Huntsville Hamfest FlexRadio Systems
N5AC 2015 Huntsville Hamfest FlexRadio SystemsN5AC 2015 Huntsville Hamfest FlexRadio Systems
N5AC 2015 Huntsville Hamfest FlexRadio Systems
N5AC
 
CTIA 2010 Corporate Overview
CTIA 2010 Corporate OverviewCTIA 2010 Corporate Overview
CTIA 2010 Corporate Overview
Continuous Computing
 

Similar to Enabling firmware updates over LPWAN - Tech Symposia 2017 Taiwan (20)

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
 
Wireless Is Simple!
Wireless Is Simple!Wireless Is Simple!
Wireless Is Simple!
 
Mobile Broadband
Mobile BroadbandMobile Broadband
Mobile Broadband
 
w505 Rapid Fire v8
w505 Rapid Fire v8w505 Rapid Fire v8
w505 Rapid Fire v8
 
Carrier Ethernet
Carrier EthernetCarrier Ethernet
Carrier Ethernet
 
Why Direct Transmission of 5G Radio over Optical Fiber?
Why Direct Transmission of 5G Radio over Optical Fiber?Why Direct Transmission of 5G Radio over Optical Fiber?
Why Direct Transmission of 5G Radio over Optical Fiber?
 
ClearView Imaging - Hashem Khan - Choosing The Best Interface For Your Applic...
ClearView Imaging - Hashem Khan - Choosing The Best Interface For Your Applic...ClearView Imaging - Hashem Khan - Choosing The Best Interface For Your Applic...
ClearView Imaging - Hashem Khan - Choosing The Best Interface For Your Applic...
 
AIRCOM LTE Webinar 3 - LTE Carriers
AIRCOM LTE Webinar 3 - LTE CarriersAIRCOM LTE Webinar 3 - LTE Carriers
AIRCOM LTE Webinar 3 - LTE Carriers
 
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
 
DWDM 101 - BRKOPT-2016
DWDM 101 - BRKOPT-2016DWDM 101 - BRKOPT-2016
DWDM 101 - BRKOPT-2016
 
3 g coverage guidelines v2
3 g coverage guidelines v23 g coverage guidelines v2
3 g coverage guidelines v2
 
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...
 
Cisco Connect Toronto 2017 - Optimizing your client's Wi-Fi Experience
Cisco Connect Toronto 2017 - Optimizing your client's Wi-Fi ExperienceCisco Connect Toronto 2017 - Optimizing your client's Wi-Fi Experience
Cisco Connect Toronto 2017 - Optimizing your client's Wi-Fi Experience
 
Huawei telecom i+d 2010v4
Huawei telecom i+d 2010v4Huawei telecom i+d 2010v4
Huawei telecom i+d 2010v4
 
In building solution mofule12
In building solution mofule12In building solution mofule12
In building solution mofule12
 
Cisco Connect Halifax 2018 Optimizing your client's wi-fi experience
Cisco Connect Halifax 2018   Optimizing your client's wi-fi experienceCisco Connect Halifax 2018   Optimizing your client's wi-fi experience
Cisco Connect Halifax 2018 Optimizing your client's wi-fi experience
 
Commercializing RF SOI
Commercializing RF SOI Commercializing RF SOI
Commercializing RF SOI
 
Deploy Packet Transport with MPLS-TP - nanog.pdf
Deploy Packet Transport with MPLS-TP - nanog.pdfDeploy Packet Transport with MPLS-TP - nanog.pdf
Deploy Packet Transport with MPLS-TP - nanog.pdf
 
N5AC 2015 Huntsville Hamfest FlexRadio Systems
N5AC 2015 Huntsville Hamfest FlexRadio SystemsN5AC 2015 Huntsville Hamfest FlexRadio Systems
N5AC 2015 Huntsville Hamfest FlexRadio Systems
 
CTIA 2010 Corporate Overview
CTIA 2010 Corporate OverviewCTIA 2010 Corporate Overview
CTIA 2010 Corporate Overview
 

More from Jan Jongboom

TinyML on Arduino - workshop
TinyML on Arduino - workshopTinyML on Arduino - workshop
TinyML on Arduino - workshop
Jan 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 applications
Jan 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 webinar
Jan 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 conference
Jan 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 Conference
Jan 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 2020
Jan 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 2020
Jan 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 2019
Jan 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 tour
Jan 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 2019
Jan 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 2019
Jan 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 2019
Jan Jongboom
 
Open Hours: Mbed Simulator
Open Hours: Mbed SimulatorOpen Hours: Mbed Simulator
Open Hours: Mbed Simulator
Jan 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 Summit
Jan 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 2019
Jan 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 2019
Jan 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 2019
Jan Jongboom
 
Faster Device Development - GSMA @ CES 2019
Faster Device Development - GSMA @ CES 2019Faster Device Development - GSMA @ CES 2019
Faster Device Development - GSMA @ CES 2019
Jan 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 Tokyo
Jan Jongboom
 
Simulating microcontrollers - Arm Research Summit 2018
Simulating microcontrollers - Arm Research Summit 2018Simulating microcontrollers - Arm Research Summit 2018
Simulating microcontrollers - Arm Research Summit 2018
Jan 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

一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
VivekSinghShekhawat2
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 

Recently uploaded (20)

一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 

Enabling firmware updates over LPWAN - Tech Symposia 2017 Taiwan