<?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>Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124521/want-to-know-the-speed-of-the-nrf54-series-device-firmware-update</link><description>We evaluated the BLE Mesh DFU performance on the nRF52840 and observed that transferring a 342 KB binary took approximately 36 minutes. This aligns closely with the documentation provided on Nordic’s website. We would like to confirm whether the DFU speed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Oct 2025 08:36:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124521/want-to-know-the-speed-of-the-nrf54-series-device-firmware-update" /><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/550562?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2025 08:36:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44cc8151-2b01-4e52-a0cc-d81e5b20f80e</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In the case of&amp;nbsp;Thread, there is no single unified way as to how DFU can be done. For example Matter defines it&amp;#39;s own Matter OTA way, though customers may implement something proprietary on top of IPv6.&lt;/p&gt;
&lt;p&gt;In general the throughput on Thread highly depends on the used communication scheme e.g. UDP/TCP, strategy on confirmation and packet sizes, topology of the network etc.&lt;/p&gt;
&lt;p&gt;For basic usages&amp;nbsp;we&amp;nbsp;would say it could be between 8kB to 11kB per second.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/550330?ContentTypeID=1</link><pubDate>Wed, 01 Oct 2025 10:48:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7b27d25-7ae0-4d30-bdee-a96e02e51907</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sure. I am checking with the teams and will update you shortly.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/550189?ContentTypeID=1</link><pubDate>Tue, 30 Sep 2025 12:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70bbfb8a-dbf9-4251-aa67-3b6ef67e1a5a</guid><dc:creator>Nagajans</dc:creator><description>&lt;p&gt;Thank you for the information &amp;mdash; it closely matches my practical experiments. Could I also get the same timing calculations for Zigbee and Thread? This data is really important for us to evaluate and compare all three wireless technologies.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/550154?ContentTypeID=1</link><pubDate>Tue, 30 Sep 2025 11:48:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff5d4c5f-0154-48cd-ab37-c377d3512a3e</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Bluetooth Mesh prioritizes reliability and scalability over raw throughput. DFU is especially heavy because the firmware is split into many SAR segments that share the primary advertising channels with all other mesh traffic.&lt;a href="https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/MBT/out/en/index-en.html#UUID-06ffb477-68a2-320b-16c1-95e446ce155b:~:text=Each%20block%20is%20composed%20of%20identically%20sized%20chunks%20of%20data%2C%20except%20for%20the%20last%20chunk%20which%20may%20be%20smaller%20than%20the%20other%20chunks%20if%20the%20block%E2%80%99s%20size%20is%20not%20an%20integer%20multiple%20of%20the%20chunk%E2%80%99s%20size"&gt; You can take a look here&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Our samples send chunks &lt;strong&gt;back-to-back&lt;/strong&gt; (no gap between chunks).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;With default settings,&lt;br /&gt; &lt;code&gt;I=60 ms&lt;/code&gt; (SEG_INT_STEP=0x05), &lt;br /&gt;3 network repeats (NS), &lt;br /&gt;~25 ms effective repeat spacing (NI) (incl. controller randomization), &lt;br /&gt;3 multicast rounds (T) with &lt;strong&gt;250 ms&lt;/strong&gt; gaps &lt;br /&gt;→ a &lt;strong&gt;15-segment SAR message ≈ 3.08 s&lt;/strong&gt;.&lt;br /&gt;since,&lt;br /&gt;&lt;span&gt;Total time needed for complete transfer of one SAR message to multicast destination is:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;R * (N - 1 ) * I (time for all rounds) + (R - 1) * T (gap between rounds) + LastT&lt;/li&gt;
&lt;li&gt;= 3 (N - 1) * 60 + 500 + 58&amp;nbsp; = 180 * (N - 1) + 558 ms. For 15 segment message,&lt;/li&gt;
&lt;li&gt;= 3078 ms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Of course there will be additonal minor delays due to processing of each segment&lt;/li&gt;
&lt;li&gt;For DFU transfer let’s assume:
&lt;ul&gt;
&lt;li&gt;Block Size of 4KB (default)&lt;/li&gt;
&lt;li&gt;Chunk Size of 15 segments
&lt;ul&gt;
&lt;li&gt;Thus, BLOB data size per Chunk Transfer message = &lt;a title="https://www.bluetooth.com/wp-content/uploads/files/specification/html/mshprt_v1.1/out/en/index-en.html#uuid-f65c4984-f100-77c9-d5e5-7a161e002bb9_table_3.61" href="https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/MshPRT_v1.1/out/en/index-en.html#UUID-f65c4984-f100-77c9-d5e5-7a161e002bb9_Table_3.61" rel="noopener noreferrer" target="_blank"&gt;15 * 12 - 4&lt;/a&gt;&amp;nbsp;- &lt;a title="https://www.bluetooth.com/wp-content/uploads/files/specification/html/mbt/out/en/index-en.html#uuid-094a0d94-0082-9968-6a5c-9ca43b381adb_table_4.11" href="https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/MBT/out/en/index-en.html#UUID-094a0d94-0082-9968-6a5c-9ca43b381adb_Table_4.11" rel="noopener noreferrer" target="_blank"&gt;3&lt;/a&gt; = 173 bytes&lt;/li&gt;
&lt;li&gt;This gives 23.67 Chunks per block, we will assume 25 chunks per block (extra room will account of additional messages sent for starting the Block Transfer, some re-sending of lost chunk, and other setup).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;What that means for a ~550 KB image is that,&lt;br /&gt;- Total Chunks within 550KB firmware = ((550 * 1024) / 4096) * 25 = 3437.5 = ~3436 Chunks (SAR messages)&lt;br /&gt;- total time needed for 550 KB firmware transfer = Total Chunks * Time for one SAR transfer (where each SAR message has 15 segments) = 3436 * 3078 ms = 10576 seconds = 2.94 hours.&lt;br /&gt;- It is important to note that total time required to finish DFU to hundreds of nodes will be marginally higher and not linearly higher. Meaning, if it takes 2 nodes to finish DFU in 2 hours, then for 200 nodes it will take, say, 2.5 hours (and not 400 hours). It is hard to compute this theoretically due to nature of the process which involves automatic retries for lost packets.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You can squeeze ~30% more speed by reducing repeats and spacing—at the cost of higher network load. Instead of the default, you can set:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;CONFIG_BT_MESH_NETWORK_TRANSMIT_COUNT=1&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;CONFIG_BT_MESH_RELAY_RETRANSMIT_COUNT=1&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;CONFIG_BT_MESH_SAR_TX_SEG_INT_STEP=0x03&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;Also,&amp;nbsp;DFU is supported in the nRF Mesh iOS app (recommended).&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;[quote user="Nagajans"]Is there a way to issue all these commands from a smartphone instead of using shell commands?[/quote]&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;If you really want to do that, then use Device Manager App and connect to the distributor node (make sure to pair the device first using nRF Mesh App) ... then switch to Device Manager App. That app has a freeform text box mode where customers can manually type those commands and they will be sent to the device. That is really cumbersome though. nRF Mesh iOS app does similar things in the background automatically using Mesh messages and users don&amp;#39;t have to type much.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/550094?ContentTypeID=1</link><pubDate>Tue, 30 Sep 2025 07:06:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db2de280-1990-4ffe-9f7a-2396a9bb492f</guid><dc:creator>Nagajans</dc:creator><description>&lt;p&gt;Okay, I understand. Is there a way to issue all these commands from a smartphone instead of using shell commands?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/550087?ContentTypeID=1</link><pubDate>Tue, 30 Sep 2025 06:22:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fa6cfdb-6b14-4736-8706-02ae7f36e54d</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;&lt;span&gt; Broadcast updates will be slow by design. Because it won&amp;#39;t matter much if they are updating 10 devices or 100 device, Total time required will be more-or-less the same. It is designed on purpose to support update of hundreds of devices with predictability and without loss of many packets.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Priyanka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/550052?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 14:57:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe1c52dd-17e7-4d38-a574-5348b772b22a</guid><dc:creator>Nagajans</dc:creator><description>&lt;p&gt;I tested broadcasting with a multicast address, but it seems to take longer compared to updating a single device, since the Distributor waits for responses from each target. Is there a way to perform the update without requiring responses, to make the process faster?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/550031?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 13:16:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57453177-0766-4328-bb2d-b8844dce9419</guid><dc:creator>Priyanka</dc:creator><description>[quote user="Nagajans"]I tried using multicast by subscribing all targets to the group address &lt;code&gt;0xC000&lt;/code&gt;.[/quote]
&lt;p&gt;That&amp;#39;s correct. Make sure you have subscribed Firmware Update Server, and BLOB Transfer Server model instances on the target devices. It is necessary to configure both for subscriptions.&lt;/p&gt;
[quote user="Nagajans"]I then added this group address to the receiver target list in the distributor. [/quote]
&lt;blockquote&gt;
&lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You cannot add group address to target list. The target list is still the unicast addresses for the target. The DFU start command becomes different when you want to use the group address. So,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For Unicast DFU transfer, you will use something like this (if your appkey index is 0 and slot index is 0):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;mesh models dfd start 0 0&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For Multicast DFU transfer, you will use something like this (if your appkey index is 0 and slot index is 0, groupcast address of 0xC000):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;mesh models dfd start 0 0 0xC000&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also, you can try using iOS nRF Mesh app to evaluate this (mesh DFU including group transfer). We recently added this feature to iOS mobile app, we don&amp;#39;t have exact documentation yet explaining this, but it should be possible to evaluate this on your own by experimenting. It will alleviate a lot of hassle in trying to configure publish/subscribe settings and setting up of the transfer.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/550002?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 11:00:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00c496bd-940c-4cdf-8d9a-971a05c26ab9</guid><dc:creator>Nagajans</dc:creator><description>&lt;p&gt;I tried using multicast by subscribing all targets to the group address &lt;code data-start="131" data-end="139"&gt;0xC000&lt;/code&gt;. I then added this group address to the receiver target list in the distributor. After starting the DFU process, it did not work. Am I missing something in this procedure?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/549965?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 07:05:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bca894c7-9a3f-46d9-9f21-3b9e1138582c</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;&lt;span&gt;This is what I heard from the internal experts:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;&lt;em&gt;Wondering why do they need even faster DFU timing than default timing of unicast (i.e. one to one) mesh DFU transfer? Is customer&amp;#39;s ultimate goal is to upgrade just one or two &amp;nbsp;nodes (using unicast DFU) or do hundreds of nodes simultaneously (using multicast DFU) in parallel? &amp;nbsp;Also, is it acceptable for their use-case to have a performance bottleneck (or missed messages) for other command and control mesh messages (such as turning the FAN on or off, or getting temperature reading from the sensor, etc.) when multicast or unicast mesh DFU is in progress?&lt;/em&gt;&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Priyanka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/549575?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 13:31:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:191bd4c0-fbaf-4b89-a869-ad5543462d20</guid><dc:creator>Nagajans</dc:creator><description>&lt;p&gt;I&amp;rsquo;m using the default &lt;strong data-start="74" data-end="112"&gt;distributor and target sample code&lt;/strong&gt; without any modifications to the configuration. If I change the default value to &lt;strong data-start="194" data-end="209"&gt;500 or 1000&lt;/strong&gt; in the distributor code, will it improve the transmission speed? Alternatively, could you guide me on how to configure the settings to achieve higher transmission speeds?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;config BT_MESH_TX_BLOB_CHUNK_SEND_INTERVAL&lt;br /&gt; int &amp;quot;BLOB Client chunk send interval&amp;quot;&lt;br /&gt; default 0&lt;br /&gt; range 0 2147483647&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/549561?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 12:22:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49f27257-6d91-43bc-a903-3e5a9e6f4b6c</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please note that&amp;nbsp;&lt;span&gt; Mesh DFU will be significantly lower compared to peer to peer DFU because Mesh DFU is designed to operate on several nodes in the network at the same time, in background when mesh network is live and operation. This is what I hear from the internal team:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;Bluetooth Mesh DFU is designed to happen in the background. Ideally, our recommendation is to choose as slower speed as their use-case can tolerate. The slower DFU is better for continued network operation (to control the lights for examples) compared to faster DFU operation. Default for sending chunks is to send them &lt;a title="https://github.com/zephyrproject-rtos/zephyr/blob/1612683d4010b571be79f21d86edf683aac37679/subsys/bluetooth/mesh/kconfig#l1019" href="https://github.com/zephyrproject-rtos/zephyr/blob/1612683d4010b571be79f21d86edf683aac37679/subsys/bluetooth/mesh/Kconfig#L1019" rel="noopener noreferrer" target="_blank"&gt;as soon as possible&lt;/a&gt; once previous chunk has finished sending. Note that each chunk is many bytes long and therefore results in SAR transaction at the transport layer. This means:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;For unicast transfer: New chunk message will be sent once previous chunk message has finished. Meaning, previous SAR transfer has finished. The SAR transfer for unicast sending finishes once lower transport receives the full blockack for SAR message, or it fails to receive complete block ack &lt;a title="https://github.com/zephyrproject-rtos/zephyr/blob/1612683d4010b571be79f21d86edf683aac37679/subsys/bluetooth/mesh/kconfig#l616" href="https://github.com/zephyrproject-rtos/zephyr/blob/1612683d4010b571be79f21d86edf683aac37679/subsys/bluetooth/mesh/Kconfig#L616" rel="noopener noreferrer" target="_blank"&gt;after completing max number of retries&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;For multicast transfer: New chunk message will be sent once previous chunk message has finished. Meaning, previous SAR transfer has finished. The SAR transfer for multicast sending finishes &lt;a title="https://github.com/zephyrproject-rtos/zephyr/blob/1612683d4010b571be79f21d86edf683aac37679/subsys/bluetooth/mesh/kconfig#l656" href="https://github.com/zephyrproject-rtos/zephyr/blob/1612683d4010b571be79f21d86edf683aac37679/subsys/bluetooth/mesh/Kconfig#L656" rel="noopener noreferrer" target="_blank"&gt;once preset number of retries to send all segments&lt;/a&gt; are complete.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So, likely customer has evaluated with default settings and they default max trasnfer speed that mesh DFU can achieve for given default SAR related Kconfig options. If network traffic during the DFU is not a concern for their use-case, they can use default settings.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ideally, it is recommended to keep network traffic low, and keep a gap of 0.5 to 1 second between each DFU Chunk by configuring &lt;a title="https://github.com/zephyrproject-rtos/zephyr/blob/1612683d4010b571be79f21d86edf683aac37679/subsys/bluetooth/mesh/kconfig#l1019" href="https://github.com/zephyrproject-rtos/zephyr/blob/1612683d4010b571be79f21d86edf683aac37679/subsys/bluetooth/mesh/Kconfig#L1019" rel="noopener noreferrer" target="_blank"&gt;this&lt;/a&gt; setting.&amp;quot;&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/549554?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 11:56:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7935953a-a6ee-4755-bc81-d0450a7b7467</guid><dc:creator>Nagajans</dc:creator><description>&lt;p data-start="51" data-end="249"&gt;oh ok, then I observed about &lt;strong data-start="68" data-end="90"&gt;88 kbps throughput&lt;/strong&gt; during DFU transfer from a smartphone to the nRF52840. To achieve speeds closer to &lt;strong data-start="174" data-end="186"&gt;400 kbps&lt;/strong&gt;, which specific controller part number would be appropriate?&lt;/p&gt;
&lt;p data-start="251" data-end="512"&gt;Given that the &lt;strong data-start="266" data-end="282"&gt;nRF54 series&lt;/strong&gt; uses a &lt;strong data-start="290" data-end="317"&gt;multi-core architecture&lt;/strong&gt;, the bottlenecks present in the nRF52 series should be eliminated. Does this mean we can expect &lt;strong data-start="414" data-end="458"&gt;significantly higher transmission speeds&lt;/strong&gt; with the nRF54 series compared to the nRF52 series?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/549547?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 11:37:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:088e9613-070c-428e-8d01-e5357e81e0f4</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Please not that it&amp;#39;s 50kilo bytes per second, i.e. approx. 400kbps.&amp;nbsp;&lt;span&gt; The nRF connect and DM apps are also displaying the speed in kB/s not kbps when doing dfu with SMP.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Also, for point to point on the 52 series, you may be bottlenecked by the flash memory (each 4k page erase takes about 90 ms during which the CPU will be halted). RRAM allows overwrite without erase.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/549513?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 09:34:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d03654e-4006-4c08-8b6f-a17abf0e6255</guid><dc:creator>Nagajans</dc:creator><description>&lt;p&gt;I tested a point-to-point connection between a smartphone and the nRF52840, and the transmission speed reached up to 11 kbps. Could you please verify and provide clarification on the transmission speeds for both the nRF52 and nRF54 DK boards? This information is very important for our evaluation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to know the speed of the nrf54 series device firmware update</title><link>https://devzone.nordicsemi.com/thread/549507?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 09:14:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40ef335d-b413-4e1d-a2ca-e872797bc141</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Nagarajan,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The standard throughput over BLE from Mobile app can reach even 50k. I am verifying internally whether for mesh this throughput is significantly lower ?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Priyanka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>