<?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>nRF8001 Send data to smartphone every second</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4700/nrf8001-send-data-to-smartphone-every-second</link><description>Hello, 
 I&amp;#39;ve connected the nRF8001 module and a light sensor to a microcontroller. 
 Actually I can read data only when I send a string from my smartphone but I want to read data from sensor and send it to my smartphone every second without send any</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Dec 2014 11:10:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4700/nrf8001-send-data-to-smartphone-every-second" /><item><title>RE: nRF8001 Send data to smartphone every second</title><link>https://devzone.nordicsemi.com/thread/16654?ContentTypeID=1</link><pubDate>Fri, 05 Dec 2014 11:10:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59b4f836-c707-49f5-9ef7-03083a63a9cb</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;You can look at the &lt;a href="https://github.com/NordicSemiconductor/ble-sdk-arduino/tree/master/libraries/BLE/examples/ble_uart_project_template"&gt;UART over BLE example&lt;/a&gt; in the nRF8001 SDK for Arduino for more details.
This example allows you to send and receive data and you can use this as a template for your requirements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF8001 Send data to smartphone every second</title><link>https://devzone.nordicsemi.com/thread/16653?ContentTypeID=1</link><pubDate>Fri, 05 Dec 2014 08:25:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e82cf514-746d-47eb-a8fb-6ff4a9e90ea1</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Create a tx pipe in nRFgo studio. Use this to send notifications to the phone. Note that the phone will have to enable notifications by writing to the CCCD. Notifications are sent with &lt;em&gt;lib_aci_send_data&lt;/em&gt;. make sure you call &lt;em&gt;lib_aci_is_pipe_available&lt;/em&gt; first to make sure the pipe is available. In addition it would be a good idea to check that you have available credits (data buffers) using &lt;em&gt;lib_aci_get_nb_available_credits&lt;/em&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>