<?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>Cannot send data after RTC wake up</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13953/cannot-send-data-after-rtc-wake-up</link><description>Hi, I use S110 to develop a product which will send data to master every 30s. I registered a 30s App timer at RTC1. When this event occurs, I can control the IO pins but cannot send out any data. Do I need to turn on the radio first before sending data</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 May 2016 10:55:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13953/cannot-send-data-after-rtc-wake-up" /><item><title>RE: Cannot send data after RTC wake up</title><link>https://devzone.nordicsemi.com/thread/53298?ContentTypeID=1</link><pubDate>Thu, 19 May 2016 10:55:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a81a910-8497-4b6f-82c5-2fba0171c4d4</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Are notification on the RX characteristic enabled? This is normally done by the central. If notification is not enabled &lt;code&gt;ble_nus_string_send(..)&lt;/code&gt; will return &lt;code&gt;NRF_ERROR_INVALID_STATE&lt;/code&gt;. Can you check the return value of &lt;code&gt;ble_nus_string_send(..)&lt;/code&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>