<?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>BLE UART bidirectional connection  nRF51822DK help</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5596/ble-uart-bidirectional-connection-nrf51822dk-help</link><description>Greetings,
My name is Maria, I’m working in an application with the nRF51822DK to communicate via Bluetooth to the USB dongle (PCA10000) and send data between them. In the module I have to do an ADC and send the result to the dongle to display it in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Feb 2015 11:50:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5596/ble-uart-bidirectional-connection-nrf51822dk-help" /><item><title>RE: BLE UART bidirectional connection  nRF51822DK help</title><link>https://devzone.nordicsemi.com/thread/19607?ContentTypeID=1</link><pubDate>Wed, 18 Feb 2015 11:50:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b221c634-192e-4650-ba4c-f61d71332df2</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Maria&lt;/p&gt;
&lt;p&gt;You upload the example to the nRF51822 Development kit and then it will sample the ADC and send the ADC data over BLE and on the configured UART pins. You can then use e.g. the Master Control Panel to receive the data received over BLE, it receives the data via the PCA10000 dongle (which has master emulator firmware to receive BLE data). Then to connect the UART to the PC, you need to connect the nRF6310 motherboard RS232 port to a UART port on the PC, and connect the nRF6310 motherbord like done &lt;a href="https://devzone.nordicsemi.com/documentation/nrf51/6.1.0/s110/html/a00009.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Let me know if my message is adequate or not&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART bidirectional connection  nRF51822DK help</title><link>https://devzone.nordicsemi.com/thread/19606?ContentTypeID=1</link><pubDate>Tue, 17 Feb 2015 19:23:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:733f57b9-32fa-470b-81f1-4ded1b8230e0</guid><dc:creator>maria</dc:creator><description>&lt;p&gt;Hi Stefan
Thank you for your answer, would the ADC example works in PCA10000?
Im trying to send the data via BLE to the dongle then via UART to the PC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART bidirectional connection  nRF51822DK help</title><link>https://devzone.nordicsemi.com/thread/19605?ContentTypeID=1</link><pubDate>Tue, 17 Feb 2015 15:43:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c57348e-83df-4c27-8cb0-46627ec2ffb5</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Maria&lt;/p&gt;
&lt;p&gt;Perhaps the best way to start is to look at some code examples. On Nordic&amp;#39;s Github, you can find some &lt;a href="https://github.com/NordicSemiconductor/nrf51-ADC-examples"&gt;ADC example&lt;/a&gt;s, with and without softdevice (Nordic&amp;#39;s BLE protocol stack). The adc-example-with-softdevice-and-UART example uses ADC sampling and transfers the value to the hardware UART as well as transfers the value over BLE, which you can receive with Master Control Panel, via the PCA10001 dongle. You can also write data from the Master Control Panel to the device which will then be forwarded on the hardware UART. More information on how the examples work, should be given at the top of the main file in each example.&lt;/p&gt;
&lt;p&gt;I do not however fully understand your scenario. Do you intend to send the data to the PC via UART or BLE?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>