<?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>Golioth Connectivity Archives - The Golioth Developer Blog</title>
	<atom:link href="https://blog.golioth.io/category/golioth-connectivity/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.golioth.io/category/golioth-connectivity/</link>
	<description>Golioth, Zephyr, and IoT Development News and How Tos</description>
	<lastBuildDate>Tue, 14 Apr 2026 18:10:45 +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>Golioth Connectivity Archives - The Golioth Developer Blog</title>
	<link>https://blog.golioth.io/category/golioth-connectivity/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Sending images to Bluetooth devices using Golioth Pouch</title>
		<link>https://blog.golioth.io/sending-images-to-bluetooth-devices-using-golioth-pouch/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Thu, 09 Apr 2026 17:53:49 +0000</pubDate>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[AL2TECH]]></category>
		<category><![CDATA[nRF54]]></category>
		<category><![CDATA[Pouch]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10579</guid>

					<description><![CDATA[<p>Golioth partner AL2Tech used the Pouch protocol to send JPEG images encrypted end-to-end from the Cloud down to low power Bluetooth devices</p>
<p>The post <a href="https://blog.golioth.io/sending-images-to-bluetooth-devices-using-golioth-pouch/">Sending images to Bluetooth devices using Golioth Pouch</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Golioth Edge Inference using Bluetooth and Qualcomm hardware is a Snap</title>
		<link>https://blog.golioth.io/golioth-edge-inference-using-bluetooth-and-qualcomm-hardware-is-a-snap/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 17:03:40 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Partners]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10544</guid>

					<description><![CDATA[<p>Golioth showcased a Bluetooth node running a gesture detection program developed by EdgeImpulse on an nRF52840. The results of the detection are sent through a Bluetooth Gateway implementation packaged as a Snap and imported onto an Qualcomm iQ9 running Ubuntu.</p>
<p>The post <a href="https://blog.golioth.io/golioth-edge-inference-using-bluetooth-and-qualcomm-hardware-is-a-snap/">Golioth Edge Inference using Bluetooth and Qualcomm hardware is a Snap</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Bluetooth at Golioth, so far (2025)</title>
		<link>https://blog.golioth.io/bluetooth-at-golioth-so-far-2025/</link>
		
		<dc:creator><![CDATA[Sam Friedman]]></dc:creator>
		<pubDate>Thu, 11 Dec 2025 17:17:20 +0000</pubDate>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[2025]]></category>
		<category><![CDATA[Golioth Connectivity]]></category>
		<category><![CDATA[Pouch]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10330</guid>

					<description><![CDATA[<p>The Golioth team has been busy creating new technologies to securely connect your Bluetooth device to the Cloud through gateways. Read about all of the features of Golioth Connectivity and Pouch and get a preview of what is coming in the new year.</p>
<p>The post <a href="https://blog.golioth.io/bluetooth-at-golioth-so-far-2025/">Bluetooth at Golioth, so far (2025)</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Send-when-idle using Zephyr and Golioth Pouch</title>
		<link>https://blog.golioth.io/send-when-idle-using-zephyr-and-golioth-pouch/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Thu, 04 Dec 2025 15:42:32 +0000</pubDate>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[Interrupt]]></category>
		<category><![CDATA[ISR]]></category>
		<category><![CDATA[RTOS]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10339</guid>

					<description><![CDATA[<p>Bundling data to send when a device is no longer generating new events is an efficient way to operate a low power Bluetooth device. This post explores how to use Zephyr RTOS components to easily wait until a device is idle to start transmitting using Golioth Pouch.</p>
<p>The post <a href="https://blog.golioth.io/send-when-idle-using-zephyr-and-golioth-pouch/">Send-when-idle using Zephyr and Golioth Pouch</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Now on NXP&#8217;s Application Code Hub: Golioth Connectivity via the FRDM-MCXW71</title>
		<link>https://blog.golioth.io/now-on-nxps-application-code-hub-golioth-connectivity-via-the-frdm-mcxw71/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Tue, 25 Nov 2025 16:14:05 +0000</pubDate>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[ACH]]></category>
		<category><![CDATA[Application Code Hub]]></category>
		<category><![CDATA[NXP]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10322</guid>

					<description><![CDATA[<p>Golioth's Bluetooth example using Pouch on the FRDM-MCXW71 and the FRDM-RW612 is now available on NXP's Application Code Hub (ACH).</p>
<p>The post <a href="https://blog.golioth.io/now-on-nxps-application-code-hub-golioth-connectivity-via-the-frdm-mcxw71/">Now on NXP&#8217;s Application Code Hub: Golioth Connectivity via the FRDM-MCXW71</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Bluetooth roaming with Golioth Connectivity</title>
		<link>https://blog.golioth.io/bluetooth-roaming-with-golioth-connectivity/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Tue, 28 Oct 2025 15:08:47 +0000</pubDate>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Roaming]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10225</guid>

					<description><![CDATA[<p>Golioth Connectivity enables Bluetooth devices to 'roam' between gateways out of the box. This post and video explain how Golioth enables Bluetooth fleets to securely connect to the cloud through standard gateways.</p>
<p>The post <a href="https://blog.golioth.io/bluetooth-roaming-with-golioth-connectivity/">Bluetooth roaming with Golioth Connectivity</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Visualizing Bluetooth OTA Firmware Updates</title>
		<link>https://blog.golioth.io/visualizing-bluetooth-ota-firmware-updates/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Wed, 08 Oct 2025 13:30:20 +0000</pubDate>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Gateways]]></category>
		<category><![CDATA[Golioth Connectivity]]></category>
		<category><![CDATA[OTA]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10163</guid>

					<description><![CDATA[<p>This demo shows a full end-to-end encrypted Over-The-Air (OTA) Firmware Update for a Bluetooth Device from the Cloud using Golioth's Pouch capabilities and . The demo also utilizes the accelerometer and LED matrix of the Tikk board to activate the OTA and display progress throughout the download.</p>
<p>The post <a href="https://blog.golioth.io/visualizing-bluetooth-ota-firmware-updates/">Visualizing Bluetooth OTA Firmware Updates</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Bluetooth Gateways in the Field: The Globalscale GTI-RW612</title>
		<link>https://blog.golioth.io/bluetooth-gateways-in-the-field-the-globalscale-gti-rw612/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Tue, 23 Sep 2025 16:17:22 +0000</pubDate>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Gateways]]></category>
		<category><![CDATA[Bluetooth Gateway]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Globalscale Technologies]]></category>
		<category><![CDATA[GTI]]></category>
		<category><![CDATA[NXP]]></category>
		<category><![CDATA[rw612]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10110</guid>

					<description><![CDATA[<p>Golioth Connectivity enables developers to connect Bluetooth devices to the cloud using Gateways, including microcontroller based gateways. Today we&#8217;re discussing the Globalscale GTI-RW612 gateway. It&#8217;s an off-the-shelf piece of hardware normally marketed at the Matter ecosystem, but has been repurposed for Golioth Connectivity. We&#8217;ll show how we got it working sending Bluetooth device data to [&#8230;]</p>
<p>The post <a href="https://blog.golioth.io/bluetooth-gateways-in-the-field-the-globalscale-gti-rw612/">Bluetooth Gateways in the Field: The Globalscale GTI-RW612</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to build a Bluetooth-connected digital signage fleet</title>
		<link>https://blog.golioth.io/how-to-build-a-bluetooth-connected-digital-signage-fleet/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Thu, 04 Sep 2025 13:52:09 +0000</pubDate>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[BLE]]></category>
		<category><![CDATA[Digital Signage]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10046</guid>

					<description><![CDATA[<p>Use Golioth Connectivity to create Bluetooth-enabled Digital Signage fleets. This demo shows how you can create an LED matrix that shows different informational callouts. We also show how you can easily provision a new device onto your fleet with certificates.</p>
<p>The post <a href="https://blog.golioth.io/how-to-build-a-bluetooth-connected-digital-signage-fleet/">How to build a Bluetooth-connected digital signage fleet</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>A Settings System for any Bluetooth Fleet</title>
		<link>https://blog.golioth.io/a-settings-system-for-any-bluetooth-fleet/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 02 Sep 2025 14:49:25 +0000</pubDate>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[BLE]]></category>
		<category><![CDATA[settings]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10034</guid>

					<description><![CDATA[<p>The Golioth settings service is now available via Golioth Connectivity, which supports Bluetooth devices. This allows you to send updates to all your devices, a subset, or a single device, just like other devices using the Golioth Firmware SDK.</p>
<p>The post <a href="https://blog.golioth.io/a-settings-system-for-any-bluetooth-fleet/">A Settings System for any Bluetooth Fleet</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
