<?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>nRF52832 sleep mode issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12968/nrf52832-sleep-mode-issue</link><description>Req: from the cap-sense board, different tap will be done by user (like 2 times tap, 3 three times tap etc). so the Bluetooth board (nrf52) will receive these taps as interrupt connected to a gpio configured from cap-sense board.
Profile Used in Bluetooth</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Apr 2016 16:24:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12968/nrf52832-sleep-mode-issue" /><item><title>RE: nRF52832 sleep mode issue</title><link>https://devzone.nordicsemi.com/thread/49436?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 16:24:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52c21ea7-8d67-46b9-95d2-54ce072d6970</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;For the device not going to sleep, could it be that it goes to sleep but the interrupt wakes it up again immediately?  Where have you added the pin_change_int code exactly into the proximity example?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 sleep mode issue</title><link>https://devzone.nordicsemi.com/thread/49437?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 16:19:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e024d6c-604e-45f5-82b5-45b4d103c7a3</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I think the ble_ias_c service is a client service. You can only send notifications from a server service. From a client service, you typically read and write to server characteristics.&lt;/p&gt;
&lt;p&gt;Also, before sending a notification, you must enable the notification property. Try to look into how this is done in the battery service for the ble_app_proximity, which has notifications enabled and battery information is sent to the phone periodically. Specifically, look at the ble_bas_battery_level_update function.  To see how to set the notification property, look at the bas_init function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 sleep mode issue</title><link>https://devzone.nordicsemi.com/thread/49435?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2016 10:30:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e82fe57-ecca-4703-b51b-12d3c66006f9</guid><dc:creator>Reshmi Marimganti</dc:creator><description>&lt;p&gt;REQ: when both mobile and Bluetooth device is connected, character should be sent from Bluetooth device to mobile for doing some functionality in mobile side.
Action Taken :
I have used sd_ble_gatts_hvx() function for sending the character from device to mobile as below,&lt;br /&gt;
memset(&amp;amp;params, 0, sizeof(params));&lt;br /&gt;
params.type = BLE_GATT_HVX_NOTIFICATION;&lt;br /&gt;
params.handle = p_char_send.char_handles.value_handle;&lt;br /&gt;
params.p_data = data_to_send;&lt;br /&gt;
params.p_len = &amp;amp;len;&lt;br /&gt;
params.offset = 0;&lt;br /&gt;
err_code = ble_ias_c_send_alert_level(&amp;amp;m_ias_c, two_press);&lt;br /&gt;
but its not working for me. so, what change i have to do in in order to send character or number from device to mobile?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>