<?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>Are nRF52810 device able to operate with reliability over 8 hours of continue connection?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection</link><description>In my application I&amp;#39;d like to use nRF52810 due different reasons. Since we&amp;#39;re still in evaluating phase, without even choose a brand and related EVK, I&amp;#39;ve some basic questions about this device. 
 
 Probably, all of my question may be possible, but a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Aug 2019 08:43:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection" /><item><title>RE: Are nRF52810 device able to operate with reliability over 8 hours of continue connection?</title><link>https://devzone.nordicsemi.com/thread/203762?ContentTypeID=1</link><pubDate>Tue, 13 Aug 2019 08:43:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3722a64c-8d3d-4b8b-b9fe-e2211e9748f2</guid><dc:creator>Sigurd</dc:creator><description>[quote userid="82436" url="~/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection"]- Are two&amp;nbsp;&lt;span&gt;nRF52810 able to be connected together&amp;nbsp;for regular data polling or regular data transmitting?&lt;/span&gt;[/quote]
&lt;p&gt;Yes, it&amp;#39;s possible, but as Turbo J&amp;nbsp;mentions, the central would need to use the S132&amp;nbsp;softdevice(BLE stack).&amp;nbsp;Based on flash and ram requirements of your application, it could be a good idea to use the nRF52832 for the central device.&lt;/p&gt;
[quote userid="82436" url="~/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection"]-&amp;nbsp;Are nRF52810 device able to operate with reliability over 8 hours of continue connection?[/quote]
&lt;p&gt;Yes.&lt;/p&gt;
[quote userid="82436" url="~/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection"]This mean no packet losses, no connection losses and no system crashes/loops.[/quote]
&lt;p&gt;The device will retransmit the packet &lt;span&gt;until received by the peer or until you get a disconnect. If the packet is not&amp;nbsp;acknowledged by the peer within the&amp;nbsp;supervision timeout, the link will get disconnected.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote userid="82436" url="~/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection"]Is there some kind of re connection if this is lost[/quote]
&lt;p&gt;&amp;nbsp;If the link is disconnected, the peripheral will&amp;nbsp;typically start advertising again, and the central could then connect to the&amp;nbsp;peripheral again.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="82436" url="~/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection"]or a watchdog if MCU is in crash/loop able to reset it?[/quote]
&lt;p&gt;Yes, the nRF52 has a watchdog peripheral that can do that. See &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52810/wdt.html?cp=3_3_0_5_28"&gt;this link.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="82436" url="~/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection"]- Are two&amp;nbsp;&lt;span&gt;nRF52810&amp;nbsp;able to be unique connected together?&lt;/span&gt;[/quote]
&lt;p&gt;Yes.&lt;/p&gt;
[quote userid="82436" url="~/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection"]About how to match two device, do you think possible during manufacturing to insert inside memory (using NFC interface) two unique IDs of Master and Slave to create this association?[/quote]
&lt;p&gt;You can store your value in either flash or UICR, but you could also just use the value in the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52810/ficr.html?cp=3_3_0_3_3_0_2#register.DEVICEID-0-1"&gt;FICR&amp;nbsp;DEVICEID register&lt;/a&gt;&amp;nbsp;(randomly generated (FIPS compliant) at time of production)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Are nRF52810 device able to operate with reliability over 8 hours of continue connection?</title><link>https://devzone.nordicsemi.com/thread/203398?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2019 17:41:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c298065a-a938-473c-bab3-cc618397c14d</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Do a bit more research: In Bluetooth low Energy, there are Central and Peripherial devices. Slavery was abolished. ;-)&lt;/p&gt;
&lt;p&gt;Unfortunately the S112 Stack can only be Peripherial, and the S132 is VERY BIG on flash consumtion. So you really want an nRF52832 or nRF52840 as the Central device.&lt;/p&gt;
&lt;p&gt;You cannot connect 2 NRF-based devices with NFC, as the chip can only implement the &amp;quot;passive&amp;quot; or &amp;quot;tag&amp;quot; side - and&amp;nbsp; the other side is powering the RF field.&lt;/p&gt;
[quote userid="82436" url="~/f/nordic-q-a/50841/are-nrf52810-device-able-to-operate-with-reliability-over-8-hours-of-continue-connection"]Are two&amp;nbsp;&lt;span&gt;nRF52810&amp;nbsp;able to be unique connected together&lt;/span&gt;[/quote]
&lt;p&gt;Yes. Look at how the BLE examples use peer manager and whitelisting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>