<?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>nRF52810 Bluetooth - Getting Started</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37568/nrf52810-bluetooth---getting-started</link><description>Hi there, 
 I am an experienced Electronics Design Engineer. In the past 5 years, however, I have only dealt with on-board systems (hardware) such as power supplies, analogue circuit design, digital circuit design, signal processing, amplifiers, etc.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 13 Feb 2021 11:37:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37568/nrf52810-bluetooth---getting-started" /><item><title>RE: nRF52810 Bluetooth - Getting Started</title><link>https://devzone.nordicsemi.com/thread/294265?ContentTypeID=1</link><pubDate>Sat, 13 Feb 2021 11:37:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bb3817a-c1a7-4f81-8652-e49fdb3b357e</guid><dc:creator>koubin</dc:creator><description>&lt;p&gt;&lt;span&gt;hello, the last two links leads to the Not found page now.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cheers&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 Bluetooth - Getting Started</title><link>https://devzone.nordicsemi.com/thread/144814?ContentTypeID=1</link><pubDate>Sun, 19 Aug 2018 23:01:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cb20cad-8bc9-4ba2-85ce-8d8961572f1a</guid><dc:creator>scott.williams.113</dc:creator><description>&lt;p&gt;Thanks Viktor. I was a little hesitant as some of the SDK stuff said is titled for nRF51 series chips, not nRF52. But I&amp;#39;ll have a closer look and see what I can get working :) Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 Bluetooth - Getting Started</title><link>https://devzone.nordicsemi.com/thread/144670?ContentTypeID=1</link><pubDate>Fri, 17 Aug 2018 09:30:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea6be3bb-788d-4c3b-bede-23eaa8a2c16a</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Scott,&lt;/p&gt;
&lt;p&gt;In addition to what Viktor suggested, I would recommend you to check out the tips in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/30338/getting-started-for-beginners"&gt;this thread&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also you could check out &lt;a href="https://github.com/bjornspockeli/nordic_workshop" target="_blank" rel="noopener noreferrer"&gt;these tutorials&lt;/a&gt;&amp;nbsp;made by Bjorn.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To get Bluetooth to work on nRF52810 you have to &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fgetting_started_softdevice.html&amp;amp;cp=4_0_0_1_4" target="_blank" rel="noopener noreferrer"&gt;flash the &amp;quot;softdevice&amp;quot;&lt;/a&gt;, which is the Bluetooth stack as well as your application.&lt;/p&gt;
&lt;p&gt;There are several &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fexamples_ble.html&amp;amp;cp=4_0_0_4_1" target="_blank" rel="noopener noreferrer"&gt;BLE examples&lt;/a&gt; in the SDK which you can use as reference.&lt;/p&gt;
&lt;p&gt;Good luck and have fun developing!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 Bluetooth - Getting Started</title><link>https://devzone.nordicsemi.com/thread/144624?ContentTypeID=1</link><pubDate>Fri, 17 Aug 2018 06:51:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63b2bc0f-9fe2-4e4c-8016-b9e5a19bcc66</guid><dc:creator>vist</dc:creator><description>&lt;p&gt;Hi Scott,&lt;/p&gt;
&lt;p&gt;you should check out the infocenter&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Findex.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Findex.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and download the latest SDK&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/"&gt;https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/&lt;/a&gt;&amp;nbsp;. There are multiple examples in the SDK. Typically you would run one of the peripheral examples on your chip and use a smartphone with the nRF Connect app to connect to the chip.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Viktor&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>