<?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>Alert notification on nrf51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24440/alert-notification-on-nrf51822</link><description>Hi, 
I need help with alert notification service. I am working on alert notification example provided in the SDK 12.3.0 with S130. I tried this example on nrf51422 development board and it is working. After changing to RAM ORIGIN = 0x20002080, LENGTH</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Aug 2017 11:41:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24440/alert-notification-on-nrf51822" /><item><title>RE: Alert notification on nrf51822</title><link>https://devzone.nordicsemi.com/thread/96237?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 11:41:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c47e72f4-6ab1-48db-9ca1-29c13acdaafa</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The &lt;code&gt;ble_app_alert_notification&lt;/code&gt; example implements the client role on a peripheral device. Note that MCP(Master Control Panel) is deprecated, and nRF-Connect could instead be used for testing this example(running the server role as a central). See this &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/ble_sdk_app_alert_notification.html?cp=4_0_2_4_1_2_0_1#project_alert_notification_test"&gt;page&lt;/a&gt;. If you download SDK 13, you can find the .ncs file for &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Connect-for-desktop"&gt;nRF-Connect&lt;/a&gt; in the ble_app_alert_notification example folder.&lt;/p&gt;
&lt;p&gt;See &lt;a href="https://devzone.nordicsemi.com/question/5217/alert-notification-as-master-or-periferal/"&gt;this answer&lt;/a&gt; regarding the different BLE role of the devices runing this example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Alert notification on nrf51822</title><link>https://devzone.nordicsemi.com/thread/96236?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 05:42:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5d4b7da-8849-4aa4-8b34-38c99d1abf2e</guid><dc:creator>Rahul Sahu</dc:creator><description>&lt;p&gt;Thank you for your reply. Do you know any central code for alert notification that i can use on another nrf51822 module. my purpose is to send alert between two PTR5518A modules using alert notification profile. Any suggestion for central code will be helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Alert notification on nrf51822</title><link>https://devzone.nordicsemi.com/thread/96238?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2017 14:52:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31639565-ef05-4d3f-bcb7-158d2775bcd8</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;nrf_log is used for printing logs over the UART and/or Segger RTT SWD interface. You can enable/disable this by setting the &lt;code&gt;NRF_LOG_ENABLED&lt;/code&gt; in &lt;code&gt;sdk_config.h&lt;/code&gt;. app_uart is a library used together with the uart drivers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Alert notification on nrf51822</title><link>https://devzone.nordicsemi.com/thread/96234?ContentTypeID=1</link><pubDate>Sat, 19 Aug 2017 13:09:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd35283b-6336-4114-af0e-f1a7fdf7e013</guid><dc:creator>Rahul Sahu</dc:creator><description>&lt;p&gt;Hi,
This problem is happening with alert notification example only. I have tried ble_app_uart example and it is working on PTR5518A  module. After porting alert notification to ble_app_uart example, this is working. Still trying to find the original problem. Do you know what is the use of nrf_log in alert notification example. It seems that if I close the uart and then if I try to connect my module gets disconnected. What is the role of app_uart in alert notification service ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Alert notification on nrf51822</title><link>https://devzone.nordicsemi.com/thread/96235?ContentTypeID=1</link><pubDate>Fri, 18 Aug 2017 14:46:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19f1b52b-1acc-4016-bae3-9e17ee1b6b1b</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Do you have the same problem with other BLE examples also? e.g. ble_app_uart ? What revision is the nRF51 chip used on the  PTR5518A  module ? Note that &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51/dita/nrf51/compatibility_matrix/nRF51822_ic_revision_overview.html?cp=3_0_1"&gt;revision 1&lt;/a&gt; of the nRF51-series have anomalies that will give issues with newer softdevices(such as the one used in SDK 12).  You should also try to debug the nRF51 and see if you are running into the error-handler. See &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/"&gt;this post&lt;/a&gt; about debugging.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>