<?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>how can I make nRF52832 talk to nRF51822 (BLE)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23910/how-can-i-make-nrf52832-talk-to-nrf51822-ble</link><description>I want nRF52832 to be a central device which will take an input from nRF51822 (peripheral device). Also, Is it possible to make two nRF51822 talk to each other?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 05 Aug 2017 09:57:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23910/how-can-i-make-nrf52832-talk-to-nrf51822-ble" /><item><title>RE: how can I make nRF52832 talk to nRF51822 (BLE)</title><link>https://devzone.nordicsemi.com/thread/94109?ContentTypeID=1</link><pubDate>Sat, 05 Aug 2017 09:57:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2927b45a-22c5-42dc-a640-581f045d3f22</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Finally make sure LF clock source matches with what you have on the board and RAM/ROM memory alignment is right for your nRF5x chip and Soft Device variants and you are done. I would actually bet this construct is already somewhere on the GitHub as BLEnano should be pretty popular in the open source community, however I&amp;#39;m lazier then you are so I leave it with you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how can I make nRF52832 talk to nRF51822 (BLE)</title><link>https://devzone.nordicsemi.com/thread/94108?ContentTypeID=1</link><pubDate>Sat, 05 Aug 2017 09:55:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc25737b-515f-4d0d-b734-64ba67abca1e</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;There is of course no example of exactly BLEnano board in Nordic SDK, because simply Nordic don&amp;#39;t produce them However modifying any example to different HW layout (when it shares the chip variant with the original) is super easy: as board headers are included in every project, just define &lt;code&gt;BOARD_CUSTOM&lt;/code&gt; globally in your project - e.g. in Makefile - and then create &lt;code&gt;custom_board.h&lt;/code&gt; with desired content (e.g. by starting from some Nordic PCAxxxxx.h file as example). You can see more about that construction in &lt;code&gt;.\components\boards\boards.h&lt;/code&gt;. I usually use even two stage approach so I define both &lt;code&gt;BOARD_CUSTOM&lt;/code&gt; and &lt;code&gt;BOARD_BLENANO&lt;/code&gt; (in your case) and then write just basic if/else sequence in &lt;code&gt;custom_board.h&lt;/code&gt; pointing to actual header file with all the functional defines and values (e.g. &lt;code&gt;board_blenano.h&lt;/code&gt; file in your case).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how can I make nRF52832 talk to nRF51822 (BLE)</title><link>https://devzone.nordicsemi.com/thread/94107?ContentTypeID=1</link><pubDate>Sat, 05 Aug 2017 02:41:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c92cfedb-748f-4f6a-8328-f617114dd1f3</guid><dc:creator>jay</dc:creator><description>&lt;p&gt;I was not able to find any example where BLEnano can talk to BLEnano. Can you please share the link? I want to transmit some integer values from one to the other.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how can I make nRF52832 talk to nRF51822 (BLE)</title><link>https://devzone.nordicsemi.com/thread/94106?ContentTypeID=1</link><pubDate>Sat, 29 Jul 2017 08:53:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:262e0b5f-cf13-4b8c-a773-38649897ba2a</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;nRF51 examples were discontinued in SDK v13.x but they are all there till v12.3.0. Also using S130 on nRF51 is probably the best way to go today (S130 v2.0.1 is the latest and greatest - and maybe the last - evolution of Nordic stack fro nRF51). I would say that for newcomer the easiest way is to take &lt;code&gt;nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_uart\pca10028\s130\arm5_no_packs\ble_app_uart_pca10028_s130.uvprojx&lt;/code&gt; Keil project on nRF51 DK side and &lt;code&gt;nRF5_SDK_12.3.0_d7731ad\examples\ble_central\ble_app_uart_c\pca10040\s132\arm5_no_packs\ble_app_uart_c_pca10040_s132.uvprojx&lt;/code&gt; on nRF52 DK side. Nordic BLE UART Service (NUS) examples should work against each other flawlessly regardless what platform you use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how can I make nRF52832 talk to nRF51822 (BLE)</title><link>https://devzone.nordicsemi.com/thread/94105?ContentTypeID=1</link><pubDate>Sat, 29 Jul 2017 07:11:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c236f6af-4094-4d86-af0e-342aeee0a5f1</guid><dc:creator>Knut Auvor Grythe</dc:creator><description>&lt;p&gt;You should be able to do both of those things just fine. It&amp;#39;s not clear how you want them to &amp;quot;talk&amp;quot;, but you should probably find a starting point in the examples Most of the examples have been around for a long time, so even if you&amp;#39;re using s132 on one device and s110 on the other, you can probably just use s132 with an example from the latest SDK and s110 with an example from something older.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>