<?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>Master and Slave Implementation on nRF52810 ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59256/master-and-slave-implementation-on-nrf52810</link><description>Hi, 
 In case of nRF52810, is it possible to implement both Master and Slave Mode ? 
 Also, this has do be done while the product being able to work with AT Commands. 
 
 Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 28 Mar 2020 10:37:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59256/master-and-slave-implementation-on-nrf52810" /><item><title>RE: Master and Slave Implementation on nRF52810 ?</title><link>https://devzone.nordicsemi.com/thread/242205?ContentTypeID=1</link><pubDate>Sat, 28 Mar 2020 10:37:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc6450a4-9f87-434e-9674-eddb486235d7</guid><dc:creator>DD_connectivity</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;p&gt;Noted. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Master and Slave Implementation on nRF52810 ?</title><link>https://devzone.nordicsemi.com/thread/242086?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 12:09:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7b5b2f4-22ac-4480-8c4a-09776ce16a70</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I built the s132 UART-HCI connectivity FW for pca10040 board in SDK 14.2.0, the flash and RAM usage is like this:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-1d8e9379285649f586e64dd94e70ab04/ble_5F00_connectivity_5F00_s132.png" /&gt;&lt;/p&gt;
&lt;p&gt;The BLE CLI example is not available in SDK 14.2.0, this was first introduced in SDK 15.0.0.&lt;/p&gt;
&lt;p&gt;I think that you would have problems with fitting concurrent central and peripheral features into a nRF52810 chip. If you require this, I would rather recommend you to go for the nRF52832.&lt;/p&gt;
&lt;p&gt;Since we do not have any AT command solutions, I cannot give any specifics on performance. I would not expect the serial protocol to affect the performance much if you run UART on 1 Megabaud or SPI on 8 MHz.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Master and Slave Implementation on nRF52810 ?</title><link>https://devzone.nordicsemi.com/thread/241988?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 04:08:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a50a2ba1-5465-4da6-ad7f-ee14becc22fe</guid><dc:creator>DD_connectivity</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;p&gt;Thanks for your feedback.&lt;/p&gt;
&lt;p&gt;Considering we move ahead with nRF52810.&lt;/p&gt;
&lt;p&gt;s132 requires 136KB Flash.&lt;/p&gt;
&lt;p&gt;Can you help me with the memory requirements of Serialization solution and CLI and which one do you recommend ?&lt;/p&gt;
&lt;p&gt;Also, does the above method gives better performance than AT Commands ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, can you please guide me to a document where in i can find comparative analysis of using AT command vs. Serialization.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Master and Slave Implementation on nRF52810 ?</title><link>https://devzone.nordicsemi.com/thread/240629?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2020 12:40:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dadd17a-6f79-4323-af85-9af204272138</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;By Master and Slave mode, are you referring to BLE? The nRF52810 is &lt;a href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52810/COMP/nrf52810/nRF52810_ic_rev_sdk_sd_comp_matrix.html"&gt;compatible with s132&lt;/a&gt; softdevice v5.1. This softdevice supports both Peripheral and Central roles. Note that the Flash and RAM sizes of the nRF52810 will limit what functionality the application can utilize. Using the s132 softdevice will take up most of the available space, leaving little room for the application.&lt;/p&gt;
&lt;p&gt;We do not provide any AT Command features. I know some module partners implement this, but all chips from Nordic are delivered with blank flash that you need to program yourself.&lt;/p&gt;
&lt;p&gt;Alternatives to AT Commands are our &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_serialization.html"&gt;serialization solution&lt;/a&gt; and the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_interactive.html"&gt;BLE Interactive&amp;nbsp;CLI example&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>