<?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>Send Data from nrf51-dk to Esp8266</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16517/send-data-from-nrf51-dk-to-esp8266</link><description>Hi all Nordic developers, 
 I am currently working on nrf51 to scan all the nearby beacon and then i wish to send the data to the esp8266. I already able to scan all the beacon, and it&amp;#39;s working. However, i face difficulties to push the scan result to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Sep 2016 06:02:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16517/send-data-from-nrf51-dk-to-esp8266" /><item><title>RE: Send Data from nrf51-dk to Esp8266</title><link>https://devzone.nordicsemi.com/thread/63186?ContentTypeID=1</link><pubDate>Tue, 20 Sep 2016 06:02:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d8d470d-4fdc-40d5-9ed8-0154c6444b63</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;There is no example that I am aware of that demonstrates how to forward scan results over UART, but it should be fairly straight forward. You can take a central example from the SDK (such as the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/ble_sdk_app_hrc.html?cp=4_0_0_4_2_0_0"&gt;BLE Heart Rate Collector Example&lt;/a&gt;). There you can see the handling of advertising events (&lt;code&gt;BLE_GAP_EVT_ADV_REPORT&lt;/code&gt;). You could modify the code there to either parse and forward parts of the advertising data via some serial interface to the other chip, or you can transfer the whole thing raw. If you want to start with UART and a terminal, you may also want to look at the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/uart_example.html?cp=4_0_0_4_5_37"&gt;UART Example&lt;/a&gt; for how to do that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Data from nrf51-dk to Esp8266</title><link>https://devzone.nordicsemi.com/thread/63185?ContentTypeID=1</link><pubDate>Mon, 19 Sep 2016 16:40:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eec98fec-5dc3-4af9-83e6-070306260058</guid><dc:creator>June1993</dc:creator><description>&lt;p&gt;Hi, thank you for the answer.I try the solution and i am confusing on the coding to transmit the scan result(eg. Peripheral Address and Rssi) to the UART Terminal automatically.Is there any example code for this??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Data from nrf51-dk to Esp8266</title><link>https://devzone.nordicsemi.com/thread/63184?ContentTypeID=1</link><pubDate>Mon, 19 Sep 2016 11:35:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:460bd24c-cfaf-4462-b318-0fc2742d06c6</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Am I correct to assume that the nRF51 and the ESP8266 is on the same board? If so, it should be possible for them to communicate using SPI, I2C or UART, as all are supported by both devices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>