<?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>ESP-IDF Archives - The Golioth Developer Blog</title>
	<atom:link href="https://blog.golioth.io/tag/esp-idf/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.golioth.io/tag/esp-idf/</link>
	<description>Golioth, Zephyr, and IoT Development News and How Tos</description>
	<lastBuildDate>Thu, 09 Oct 2025 16:20:49 +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>ESP-IDF Archives - The Golioth Developer Blog</title>
	<link>https://blog.golioth.io/tag/esp-idf/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Golioth Firmware SDK v0.21.0</title>
		<link>https://blog.golioth.io/golioth-firmware-sdk-v0-21-0/</link>
		
		<dc:creator><![CDATA[Sam Friedman]]></dc:creator>
		<pubDate>Thu, 09 Oct 2025 15:30:25 +0000</pubDate>
				<category><![CDATA[Firmware]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[Golioth Firmware SDK]]></category>
		<category><![CDATA[NCS]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10181</guid>

					<description><![CDATA[<p>Golioth released v0.21.0 of the Golioth Firmware SDK, a multiplatform enabler for embedded devices communicating back to the Golioth cloud. This post recaps some of the changes and how it will improve user experience on low power devices.</p>
<p>The post <a href="https://blog.golioth.io/golioth-firmware-sdk-v0-21-0/">Golioth Firmware SDK v0.21.0</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Golioth Firmware SDK v0.18.0</title>
		<link>https://blog.golioth.io/golioth-firmware-sdk-v0-18-0/</link>
		
		<dc:creator><![CDATA[Sam Friedman]]></dc:creator>
		<pubDate>Thu, 08 May 2025 14:17:34 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[nRF Connect SDK]]></category>
		<category><![CDATA[v0.18.0]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=9508</guid>

					<description><![CDATA[<p>Golioth released Firmware SDK v0.18.0 which pulls in the recent changes from upstream Zephyr, nRF Connect SDK, and ESP-IDF repositories. We are also introducing new gateway support, adding new supported boards, and improving blockwise transfers.</p>
<p>The post <a href="https://blog.golioth.io/golioth-firmware-sdk-v0-18-0/">Golioth Firmware SDK v0.18.0</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Adding Golioth Example Code to Your ESP-IDF Project</title>
		<link>https://blog.golioth.io/adding-golioth-example-code-to-your-esp-idf-project/</link>
		
		<dc:creator><![CDATA[Marko Puric]]></dc:creator>
		<pubDate>Tue, 14 Jan 2025 16:01:29 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[Golioth Firmware SDK]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=8465</guid>

					<description><![CDATA[<p>In our previous blog post, we demonstrated how to add the Golioth Firmware SDK to an ESP-IDF project. As you start integrating Golioth into your projects, you&#8217;ll likely want to build upon the examples we’ve provided and reuse the same utility functions from the common code. The common code is a great starting point to [&#8230;]</p>
<p>The post <a href="https://blog.golioth.io/adding-golioth-example-code-to-your-esp-idf-project/">Adding Golioth Example Code to Your ESP-IDF Project</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Adding The Golioth Firmware SDK to Your ESP-IDF Project</title>
		<link>https://blog.golioth.io/adding-the-golioth-firmware-sdk-to-your-esp-idf-project/</link>
		
		<dc:creator><![CDATA[Marko Puric]]></dc:creator>
		<pubDate>Wed, 27 Nov 2024 17:50:44 +0000</pubDate>
				<category><![CDATA[Device Management]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[Espressif]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=8283</guid>

					<description><![CDATA[<p>Easily integrate the Golioth Firmware SDK into your next ESP-IDF project. This updated post shows how to implement v0.15.0 and beyond of the FW SDK into your projects.</p>
<p>The post <a href="https://blog.golioth.io/adding-the-golioth-firmware-sdk-to-your-esp-idf-project/">Adding The Golioth Firmware SDK to Your ESP-IDF Project</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Sending Audio for IoT to the Cloud</title>
		<link>https://blog.golioth.io/sending-audio-for-iot-to-the-cloud/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 24 Sep 2024 14:22:57 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Blockwise]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[ESP32]]></category>
		<category><![CDATA[i2s]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=8011</guid>

					<description><![CDATA[<p>Uploading audio from IoT devices to the Cloud is easy with Golioth. Here's everything you need to know to deliver large chunks of data from your fleet to whatever cloud service you desire, all with just one API call and one callback function.</p>
<p>The post <a href="https://blog.golioth.io/sending-audio-for-iot-to-the-cloud/">Sending Audio for IoT to the Cloud</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Update a TensorFlow Lite Model Remotely</title>
		<link>https://blog.golioth.io/how-to-update-a-tensorflow-lite-model-remotely/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 27 Aug 2024 15:14:52 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[AI Model Management]]></category>
		<category><![CDATA[AI/ML]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[OTA]]></category>
		<category><![CDATA[TensorFlow]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=7842</guid>

					<description><![CDATA[<p>Golioth enables AI applications by pushing TF Lite model updates directly to devices. These can be stored locally and begin running without a device restart. This example showcases the Golioth SDK running on ESP-IDF.</p>
<p>The post <a href="https://blog.golioth.io/how-to-update-a-tensorflow-lite-model-remotely/">How to Update a TensorFlow Lite Model Remotely</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Golioth Firmware SDK v0.11.0 is now available!</title>
		<link>https://blog.golioth.io/golioth-firmware-sdk-v0-11-0-is-now-available/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 19 Mar 2024 14:41:07 +0000</pubDate>
				<category><![CDATA[SDK]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[Golioth Firmware SDK]]></category>
		<category><![CDATA[NCS]]></category>
		<category><![CDATA[v0.11.0]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=6589</guid>

					<description><![CDATA[<p>Golioth's Firmware SDK (v0.11.0) pulls in recent versions of different ecosystems, allowing developers to target a wide range of custom hardware.</p>
<p>The post <a href="https://blog.golioth.io/golioth-firmware-sdk-v0-11-0-is-now-available/">Golioth Firmware SDK v0.11.0 is now available!</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How To Manually Send Data to LightDB State and LightDB Stream</title>
		<link>https://blog.golioth.io/how-to-manually-send-data-to-lightdb-state-and-lightdb-stream/</link>
		
		<dc:creator><![CDATA[Marko Puric]]></dc:creator>
		<pubDate>Tue, 29 Aug 2023 14:46:48 +0000</pubDate>
				<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[ESP32]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=5035</guid>

					<description><![CDATA[<p>We always recommend connecting ESP32 devices to the Golioth Cloud with the Golioth Firmware SDK. We believe that is the lowest friction way of connecting a device to the internet. But sometimes I want to get under the hood and tinker, and I thought you might like to see how that works as well. We [&#8230;]</p>
<p>The post <a href="https://blog.golioth.io/how-to-manually-send-data-to-lightdb-state-and-lightdb-stream/">How To Manually Send Data to LightDB State and LightDB Stream</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Using VScode for ESP-IDF and Golioth</title>
		<link>https://blog.golioth.io/using-vscode-for-esp-idf-and-golioth/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 15:07:45 +0000</pubDate>
				<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[Webinars]]></category>
		<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[ESP32]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[VScode]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=3921</guid>

					<description><![CDATA[<p>You can use VScode when working with Golioth's ESP-IDF SDK. This guide walks through the process of setting up the ESP-IDF extension for VScode, then shows how to build, flash, and run the golioth-basics example application.</p>
<p>The post <a href="https://blog.golioth.io/using-vscode-for-esp-idf-and-golioth/">Using VScode for ESP-IDF and Golioth</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Trialing PlatformIO and Arduino with Golioth (Labs)</title>
		<link>https://blog.golioth.io/trialing-platformio-and-arduino-with-golioth-labs/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 10 Jan 2023 16:17:48 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[ESP32]]></category>
		<category><![CDATA[Golioth Labs]]></category>
		<category><![CDATA[PlatformIO]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=3800</guid>

					<description><![CDATA[<p>This experiment combines Golioth with Arduino and PlatformIO. The project builds on ESP-IDF, including Arduino as a component. It's not meant for production devices, but may be useful for those migrating from Arduino to ESP-IDF.</p>
<p>The post <a href="https://blog.golioth.io/trialing-platformio-and-arduino-with-golioth-labs/">Trialing PlatformIO and Arduino with Golioth (Labs)</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
