<?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>connection latency from nRF5340 deep sleep to iOS 18</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121895/connection-latency-from-nrf5340-deep-sleep-to-ios-18</link><description>I am trying to keep nRF5340 in sleep state, and wake it up when there&amp;#39;s a user input (e.g., button) and send a packet as fast as possible to iOS18. What would be the latency for sending the first packet to iOS, including making a connection to the phone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Jun 2025 14:40:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121895/connection-latency-from-nrf5340-deep-sleep-to-ios-18" /><item><title>RE: connection latency from nRF5340 deep sleep to iOS 18</title><link>https://devzone.nordicsemi.com/thread/538270?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 14:40:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2974015-a343-4ba5-93ef-c811bc05b7dd</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Yes, the estimate includes the total system current and&amp;nbsp;with the resources needed to maintain the BLE link alive. The FW application will automatically enter System ON mode (sleep) between BLE protocol events.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection latency from nRF5340 deep sleep to iOS 18</title><link>https://devzone.nordicsemi.com/thread/538262?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 14:15:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ddaf7a2-b2f5-4afb-9649-9776fdb566f4</guid><dc:creator>Kirak</dc:creator><description>&lt;p&gt;Very interesting, thanks! I put some&amp;nbsp;params in the online tool, e.g., connection (peripheral), and the current is pretty low 40 uA.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Does this mean the entire nRF5340 can go this low while keeping BLE peripheral connection to iPhone? or is there extra load from non-BLE part of nRF that needs to be awake?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection latency from nRF5340 deep sleep to iOS 18</title><link>https://devzone.nordicsemi.com/thread/538243?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 13:51:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aacf4457-8d0c-46d3-90cc-cb7f810c148c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;There is generally a trade off between low latency and low average current. But you can maintain a&amp;nbsp;very low (relatively) average current even if the devices are allowed to remain connected. Please try our online power profiler at&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/power/w/opp/2/online-power-profiler-for-bluetooth-le"&gt;Online Power Profiler for Bluetooth LE.&lt;/a&gt;&amp;nbsp; Here you can estimate the expected current draw under various condition and states (connected vs non-connected etc.,) Note: the latency will be more consistent in the connected state as you will not rely on the iOS discovery process.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection latency from nRF5340 deep sleep to iOS 18</title><link>https://devzone.nordicsemi.com/thread/538216?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 12:51:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e45f3d46-37f5-4b7e-9ccf-e3b96d031fc3</guid><dc:creator>Kirak</dc:creator><description>&lt;p&gt;Thanks! The Nordic AI chatbot is great, very helpful.&lt;br /&gt;&lt;br /&gt;After talking with the chatbot, and inspecting datasheet, it seems like the reconnect latency from deep sleep is dominated by iOS discovery scanning frequency not by Nordic wakeup. I&amp;#39;ll keep digging (with real experiments) since a lot of iOS things are not well documented, their policy is pretty dynamic and hidden.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection latency from nRF5340 deep sleep to iOS 18</title><link>https://devzone.nordicsemi.com/thread/537695?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 14:03:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caac3109-9316-4c82-9b5a-e448948bcd2c</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I asked the question to chatGPT and it says the bottleneck is iOS scanning, which may take a couple seconds, but I&amp;#39;m curious real measurements form experts:[/quote]
&lt;p&gt;Did you know that we have our own AI, trained on nRF stuff specifically, which may be more useful than ChatGPT for this:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/6330.pastedimage1748872781426v3.png" alt=" " /&gt;&lt;/p&gt;
[quote user=""]I am trying to keep nRF5340 in sleep state, and wake it up when there&amp;#39;s a user input (e.g., button) and send a packet as fast as possible to iOS18. What would be the latency for sending the first packet to iOS, including making a connection to the phone? We assume the device is already paired with the phone.[/quote]
&lt;p&gt;I recommend that you see &lt;a href="https://academy.nordicsemi.com/"&gt;https://academy.nordicsemi.com/&lt;/a&gt; and specifically our Bluetooth Fundamentals course over there to learn about Bluetooth.&lt;/p&gt;
[quote user=""]What would be the latency for sending the first packet to iOS, including making a connection to the phone?[/quote]
&lt;p&gt;It depends. What kind of sleep do you need?&lt;br /&gt;Alternatively, how low current do you need from your sleep state and how often do you expect to wake up?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>