<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LTE Archives - The Golioth Developer Blog</title>
	<atom:link href="https://blog.golioth.io/tag/lte/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.golioth.io/tag/lte/</link>
	<description>Golioth, Zephyr, and IoT Development News and How Tos</description>
	<lastBuildDate>Mon, 03 Feb 2025 14:46:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.golioth.io/wp-content/uploads/2023/09/cropped-Golioth_Symbol_Coral_RGB-1-32x32.png</url>
	<title>LTE Archives - The Golioth Developer Blog</title>
	<link>https://blog.golioth.io/tag/lte/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Troubleshooting IoT Cellular Connections with Nordic nRF9160</title>
		<link>https://blog.golioth.io/troubleshooting-iot-cellular-connections-with-nordic-nrf9160/</link>
		
		<dc:creator><![CDATA[Marko Puric]]></dc:creator>
		<pubDate>Tue, 03 Oct 2023 14:38:32 +0000</pubDate>
				<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[cellular]]></category>
		<category><![CDATA[Cellular Monitor]]></category>
		<category><![CDATA[LTE]]></category>
		<category><![CDATA[LTE Link Monitor]]></category>
		<category><![CDATA[LTE-M]]></category>
		<category><![CDATA[NB-IoT]]></category>
		<category><![CDATA[Nordic]]></category>
		<category><![CDATA[nRF9160]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=5171</guid>

					<description><![CDATA[<p>Cellular connected IoT can be intimidating, especially when the cellular connection doesn&#8217;t work, or only works intermittently. Today we will explore Nordic&#8217;s LTE Link Monitor and Cellular Monitor applications to show how you can troubleshoot cellular connection using the nRF9160 DK as the development board. Programming the modem firmware The modem allows applications to send [&#8230;]</p>
<p>The post <a href="https://blog.golioth.io/troubleshooting-iot-cellular-connections-with-nordic-nrf9160/">Troubleshooting IoT Cellular Connections with Nordic nRF9160</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Switching Between LTE-M and NB-IoT Cellular Standards in Zephyr</title>
		<link>https://blog.golioth.io/switching-between-lte-m-and-nb-iot-cellular-standards-in-zephyr/</link>
		
		<dc:creator><![CDATA[Marko Puric]]></dc:creator>
		<pubDate>Thu, 27 Jul 2023 14:47:07 +0000</pubDate>
				<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[cellular]]></category>
		<category><![CDATA[LTE]]></category>
		<category><![CDATA[LTE-M]]></category>
		<category><![CDATA[NB-IoT]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=4928</guid>

					<description><![CDATA[<p>It&#8217;s a tale as old as IoT. You get a project with a cellular connection working, but when you move to a different physical location, all of a sudden you cannot connect to the internet. You know your network provider has cellular coverage in the area, and your SIM card is paid up. So why [&#8230;]</p>
<p>The post <a href="https://blog.golioth.io/switching-between-lte-m-and-nb-iot-cellular-standards-in-zephyr/">Switching Between LTE-M and NB-IoT Cellular Standards in Zephyr</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Control LTE with the Nordic nRF9160 and Golioth</title>
		<link>https://blog.golioth.io/how-to-control-lte-with-the-nordic-nrf9160-and-golioth/</link>
					<comments>https://blog.golioth.io/how-to-control-lte-with-the-nordic-nrf9160-and-golioth/#comments</comments>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 28 Feb 2023 15:37:36 +0000</pubDate>
				<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[cellular]]></category>
		<category><![CDATA[LTE]]></category>
		<category><![CDATA[LTE link controller]]></category>
		<category><![CDATA[LTE modem]]></category>
		<category><![CDATA[Nordic]]></category>
		<category><![CDATA[nRF9160]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=4077</guid>

					<description><![CDATA[<p>Here's how to control the nRF9160 cellular modem, and what to do about your connection to Golioth when the modem is turned off. When building cellular IoT devices, the modem is often the most costly component in terms of power budget. Connecting to an LTE network also takes time. In both cases, manual control of the LTE connection means you make all the decision on when and how the radio is used. </p>
<p>The post <a href="https://blog.golioth.io/how-to-control-lte-with-the-nordic-nrf9160-and-golioth/">How to Control LTE with the Nordic nRF9160 and Golioth</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.golioth.io/how-to-control-lte-with-the-nordic-nrf9160-and-golioth/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
	</channel>
</rss>
