<?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>Modulation Configuration in nRF Series</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36600/modulation-configuration-in-nrf-series</link><description>Hello, 
 Recently i am working on UART application on nRF51822 based product. 
 In UART application code, there is no option to configure the modulation rate. 
 So, I would to ask the following questions: 
 1) If there will be no configuration regarding</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Aug 2018 04:25:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36600/modulation-configuration-in-nrf-series" /><item><title>RE: Modulation Configuration in nRF Series</title><link>https://devzone.nordicsemi.com/thread/142287?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 04:25:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bbccdca-0499-456b-a238-bafd738629c3</guid><dc:creator>Mihir Tailor</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;It gives me a required answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modulation Configuration in nRF Series</title><link>https://devzone.nordicsemi.com/thread/142194?ContentTypeID=1</link><pubDate>Tue, 31 Jul 2018 13:32:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ce8de3d-35e6-4c16-b0f9-eaea4a94b97f</guid><dc:creator>haakonsh</dc:creator><description>&lt;ol&gt;
&lt;li&gt;Nrf_1Mbit is default. The sofDevice will change it to&amp;nbsp;Ble_1Mbit when enabled.&lt;/li&gt;
&lt;li&gt;See&amp;nbsp;&lt;a title="nrf_esb_init" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/group__nrf__esb.html?cp=4_0_6_6_10_0_37#ga6a0097525e07dbe2a1de56c5af5da758"&gt;nrf_esb_init&lt;/a&gt;,&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/structnrf__esb__config__t.html"&gt;nrf_esb_config_t&lt;/a&gt;&amp;nbsp;, and&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/group__nrf__esb.html#ga53240c84de2370937f2bf88a216fe3b6"&gt;nrf_esb_bitrate_t&lt;/a&gt;&amp;nbsp;for ESB, &lt;a title="nrf_gzll_set_datarate" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/group__gzll__02__api.html?cp=4_0_6_6_10_1_49#ga31ea7c06c87b5068dcd39be89f390142"&gt;nrf_gzll_set_datarate&lt;/a&gt;&amp;nbsp;for Gazell, and&amp;nbsp;&lt;a title="Radio Transmitter Example" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/nrf_dev_radio_tx_example.html?cp=4_0_6_4_5_24"&gt;Radio Transmitter Example&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a title="Radio Receiver Example" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/nrf_dev_radio_rx_example.html?cp=4_0_6_4_5_23"&gt;Radio Receiver Example&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modulation Configuration in nRF Series</title><link>https://devzone.nordicsemi.com/thread/141274?ContentTypeID=1</link><pubDate>Wed, 25 Jul 2018 08:28:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:901b2a7a-941e-4912-8984-1030b284f012</guid><dc:creator>Mihir Tailor</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;But here modulation rate means the modulation rate of Radio.&lt;/p&gt;
&lt;p&gt;In nRF51 series products, there are some options for it like Nrf_1Mbit, Nrf_2Mbit, Nrf_250Kbit or&amp;nbsp;Ble_1Mbit.&lt;/p&gt;
&lt;p&gt;So I&amp;nbsp;am asking regarding this modulation rate.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modulation Configuration in nRF Series</title><link>https://devzone.nordicsemi.com/thread/141268?ContentTypeID=1</link><pubDate>Wed, 25 Jul 2018 07:55:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdc02bcf-d43b-4455-a0cd-0eb8728d4263</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;With modulation rate i assume you mean baud rate. In sdk 12.3.0 in the peripheral/uart example, the baudrate can be set in main inside the&amp;nbsp;&lt;span&gt;UART communication structure &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.0.0%2Fstructapp__uart__comm__params__t.html"&gt;app_uart_comm_params_t&lt;/a&gt;. For example if you want a baud rate of 11520 you set the last data field to&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk51.v10.0.0%2Fgroup__nrf__uart__hal.html"&gt;UART_BAUDRATE_BAUDRATE_Baud115200&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cheers, Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>