<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OTA uart FW UPGRADE with AT+cmd?]]></title><description><![CDATA[<p>I need to implement the OTA firmware update via UART and with AT commands.<br />
The FR800X_sdk1.2_43ed3f4 SDK contains an example for AT commands, and evt.event_id = AT_RECV_UPGRADE_DATA is also provided.</p>
<p>The procedure begins with AT+MODE:U<br />
at_ota_init(); --&gt; missing api<br />
chk_ret = check_whole_pkt_in_upgrade_mode(); --&gt; missing api<br />
but the code is not complete.</p>
<p>firmware upgrade process is expected while receiving from uart:<br />
app_at_recv_c<br />
if(gAT_ctrl_env.upgrade_start == true)<br />
gAT_env.upgrade_data_processing == 0</p>
<p>Where can I find the complete code and manual?</p>
]]></description><link>http://www.freqchip.net:4567/topic/1772/ota-uart-fw-upgrade-with-at-cmd</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 03:17:19 GMT</lastBuildDate><atom:link href="http://www.freqchip.net:4567/topic/1772.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Apr 2026 09:18:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OTA uart FW UPGRADE with AT+cmd? on Fri, 10 Apr 2026 12:14:30 GMT]]></title><description><![CDATA[<p>I need to implement the OTA firmware update via UART and with AT commands.<br />
The FR800X_sdk1.2_43ed3f4 SDK contains an example for AT commands, and evt.event_id = AT_RECV_UPGRADE_DATA is also provided.</p>
<p>The procedure begins with AT+MODE:U<br />
at_ota_init(); --&gt; missing api<br />
chk_ret = check_whole_pkt_in_upgrade_mode(); --&gt; missing api<br />
but the code is not complete.</p>
<p>firmware upgrade process is expected while receiving from uart:<br />
app_at_recv_c<br />
if(gAT_ctrl_env.upgrade_start == true)<br />
gAT_env.upgrade_data_processing == 0</p>
<p>Where can I find the complete code and manual?</p>
]]></description><link>http://www.freqchip.net:4567/post/4305</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/4305</guid><dc:creator><![CDATA[gianfyu]]></dc:creator><pubDate>Fri, 10 Apr 2026 12:14:30 GMT</pubDate></item><item><title><![CDATA[Reply to OTA uart FW UPGRADE with AT+cmd? on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://www.freqchip.net:4567/uid/1888">@gianfyu</a><br />
【有道云笔记】串口ota参考代码.7z<br />
<a href="https://note.youdao.com/s/1ZFI03XQ" rel="nofollow">https://note.youdao.com/s/1ZFI03XQ</a><br />
参考这个例程</p>
]]></description><link>http://www.freqchip.net:4567/post/4307</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/4307</guid><dc:creator><![CDATA[ZR]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to OTA uart FW UPGRADE with AT+cmd? on Invalid Date]]></title><description><![CDATA[<p>Thanks. The attached example does not include AT command handling.<br />
Starting from the ble_at example from the SDK, is there a complete example that also includes OTA UART?</p>
]]></description><link>http://www.freqchip.net:4567/post/4308</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/4308</guid><dc:creator><![CDATA[gianfyu]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>