<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DFU support for nRF52840 from a third party chipset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110623/dfu-support-for-nrf52840-from-a-third-party-chipset</link><description>Hi, 
 Is there any strategy/method or example of how to perform (non Nordic) MCU to (non Nordic) MCU firmware update via UART ? We want the non Nordic chip to do the firmware update for the nRF5280. The below links with the documentation only refers to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 May 2024 13:30:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110623/dfu-support-for-nrf52840-from-a-third-party-chipset" /><item><title>RE: DFU support for nRF52840 from a third party chipset</title><link>https://devzone.nordicsemi.com/thread/482541?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 13:30:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a30b691-fceb-4bf5-be36-9a5546dcbc64</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can also look at this unofficial sample:&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/v2.2.0/bootloader_samples/client_smp/smp_client_uart"&gt;https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/v2.2.0/bootloader_samples/client_smp/smp_client_uart&lt;/a&gt;&lt;span&gt;. It uses UART instead of Bluetooth as transport.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU support for nRF52840 from a third party chipset</title><link>https://devzone.nordicsemi.com/thread/482450?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 08:26:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d16fbeb-7f16-4fb0-8c83-c614be5cdb2b</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The given SMP client example seems to be exclusively for Bluetooth based DFU, am I right ?&lt;/p&gt;
&lt;p&gt;How will that be utilised for performing Firmware update over UART pins ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU support for nRF52840 from a third party chipset</title><link>https://devzone.nordicsemi.com/thread/482312?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 13:58:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:280dda57-26d0-41b4-a177-02f760aa73ac</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We are not familiar with how your&amp;nbsp;&lt;span&gt;non-Nordic MCU works. T&lt;/span&gt;hat example has already demonstrated how it works out on Nordic MCU.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU support for nRF52840 from a third party chipset</title><link>https://devzone.nordicsemi.com/thread/482232?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 09:58:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b73627a2-87da-4138-a593-90a02d0f99de</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have gone through the sample code. Can you be more specific and give more insight on it, like what exactly we need to implement. Also we don&amp;#39;t have SMP server related sample for our non - Nordic MCU so how will that work out ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU support for nRF52840 from a third party chipset</title><link>https://devzone.nordicsemi.com/thread/480886?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 12:33:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5834319f-42f4-4b92-b221-25b8cbb7e651</guid><dc:creator>Amanda Hsieh</dc:creator><description>[quote user="siddharth_987"]Is it possible to do Firmware Update for nRF52840 through UART pins from a (non Nordic) MCU that has the updated Firmware binary file ?[/quote]
&lt;p&gt;Yes,&amp;nbsp;&lt;span&gt;Check out this sample&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v2.6.1/samples/bluetooth/central_smp_client"&gt;https://github.com/nrfconnect/sdk-nrf/tree/v2.6.1/samples/bluetooth/central_smp_client&lt;/a&gt;&lt;span&gt;&amp;nbsp;as reference.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU support for nRF52840 from a third party chipset</title><link>https://devzone.nordicsemi.com/thread/480793?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 05:41:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcdaae4c-ad9d-4c8f-9f61-8bcae7c602bb</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your response. There is a small typing error in my query. Let me just rephrase it:&lt;/p&gt;
&lt;p&gt;Is it possible to do Firmware Update for nRF52840 through UART pins from a (non Nordic) MCU that has the updated Firmware binary file ?&lt;/p&gt;
&lt;p&gt;If so kindly suggest what method or procedure should we follow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU support for nRF52840 from a third party chipset</title><link>https://devzone.nordicsemi.com/thread/480749?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 15:25:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f230346d-98aa-4b47-8e3e-b50860ec371e</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user=""]Is there any strategy/method or example of how to perform (non Nordic) MCU to (non Nordic) MCU firmware update via UART ? [/quote]
&lt;p&gt;There is no such sample as your requirement. You have to implement&lt;span&gt;&amp;nbsp;SMP Client and SMP Server on the device to&amp;nbsp;communicate via UART.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The following are some relevant samples. Hope they can help.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;SMP Server Sample&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/exercise-1-dfu-over-uart/"&gt;DFU over UART&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/samples/bluetooth/central_smp_client/README.html"&gt;Bluetooth: Central SMP Client&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>