<?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>Communicate Two Nrf?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50004/communicate-two-nrf</link><description>Hello there; 
 We want to develop a project using the nrf52 series. We have two nrf52s. The first one is in the center and connected to the mains and there is no battery problem. The other will be in the user&amp;#39;s pocket and run on battery. (cr2032) Here</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Jul 2019 12:31:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50004/communicate-two-nrf" /><item><title>RE: Communicate Two Nrf?</title><link>https://devzone.nordicsemi.com/thread/199528?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 12:31:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8a6adc1-b1e3-4c84-b172-8f0f54df817a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;A few things when it comes to the nRF52840, which has two internal regulators instead of one etc. But the current consumption guide for the nRF51 series is still relevant to the nRF52 series.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communicate Two Nrf?</title><link>https://devzone.nordicsemi.com/thread/199524?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 12:18:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c156999d-ba16-4073-b983-19a3a4b46b12</guid><dc:creator>awneil</dc:creator><description>[quote userid="75734" url="~/f/nordic-q-a/50004/communicate-two-nrf/199520"]our &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/hardware-and-layout/posts/nrf51-current-consumption-guide"&gt;current consumption guide&lt;/a&gt;, which explains just about every way to reduce current consumption in the nRF5 series[/quote]
&lt;p&gt;Actually, it just says nRF5&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/span&gt; - is it all equally applicable to nRF5&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt;? Are there any additional considerations and/or opportunities with nRF5&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/span&gt; ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communicate Two Nrf?</title><link>https://devzone.nordicsemi.com/thread/199520?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 11:59:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ec1dc52-dfbd-4916-9bed-ef62c116de9a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Mustafa&lt;/p&gt;
&lt;p&gt;First of all, making a device like what you&amp;#39;re describing lasting a year on a coin cell battery seems rather optimistic. I don&amp;#39;t think you&amp;#39;ll be able to achieve that with the application you&amp;#39;re describing.&lt;/p&gt;
&lt;p&gt;For starters, I think you should check out some of our SDK examples. For example the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fble_sdk_app_hrc.html&amp;amp;cp=5_1_4_2_0_1"&gt;ble_app_hrs_c &lt;/a&gt;example for your central device. And something like the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fble_sdk_app_beacon.html&amp;amp;cp=5_1_4_2_2_2"&gt;ble_app_beacon &lt;/a&gt;or the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fble_sdk_app_hrs.html&amp;amp;cp=5_1_4_2_2_13"&gt;ble_app_hrs &lt;/a&gt;example for the peripheral (pocket) device. Then you&amp;#39;ll have to modify these two examples to do what you want. I don&amp;#39;t think we have any examples implementing the password functionality you&amp;#39;re describing, so you&amp;#39;ll have to create a service for that yourself.&lt;/p&gt;
&lt;p&gt;Things to have in mind:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To reduce power consumption in the peripheral device, please follow our &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/hardware-and-layout/posts/nrf51-current-consumption-guide"&gt;current consumption guide&lt;/a&gt;, which explains just about every way to reduce current consumption in the nRF5 series.&lt;/li&gt;
&lt;li&gt;For the central, you&amp;#39;ll probably want it to scan all the time so that it won&amp;#39;t miss any advertisement packets by the peripheral, as the peripheral shouldn&amp;#39;t advertise too often to save power.&lt;/li&gt;
&lt;li&gt;If the password feature you&amp;#39;re describing, is just to keep the connection secure, I think a more power-efficient way to go about it would be a whitelist or similar, which is used in the _hrs examples I linked to.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Due to the summer holidays in Norway, our support team is understaffed this week, and delayed replies must be expected. Sorry for the inconvenience!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>