<?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>Development environment recommendation?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92281/development-environment-recommendation</link><description>It has been about 4 years since I was developing for the nrf52840. During that time, it seems Nordic has moved to promoting the VS Code IDE vs. Segger Embedded Studio. If starting a new project, which IDE is recommended? 
 Ken</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Oct 2022 11:42:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92281/development-environment-recommendation" /><item><title>RE: Development environment recommendation?</title><link>https://devzone.nordicsemi.com/thread/389189?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 11:42:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe807dc0-529b-499a-a2d8-44e92c676c8a</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Ken,&lt;/p&gt;
&lt;p&gt;I do not have any recommendations when it comes to developing apps for PC or phone, but you will probably be able to find some information if you search online.&lt;/p&gt;
&lt;p&gt;Windows has a native Windows Bluetooth LE API which you can look into, for example:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/Microsoft/Windows-universal-samples/tree/main/Samples/BluetoothLE"&gt;https://github.com/Microsoft/Windows-universal-samples/tree/main/Samples/BluetoothLE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find more information in the Windows developer page: &lt;a href="https://learn.microsoft.com/en-us/windows/uwp/devices-sensors/bluetooth-low-energy-overview"&gt;https://learn.microsoft.com/en-us/windows/uwp/devices-sensors/bluetooth-low-energy-overview&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Apple also has its own API, which you can find information about and examples for on their developer page: &lt;a href="https://developer.apple.com/bluetooth/"&gt;https://developer.apple.com/bluetooth/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For iOS we have an example app that can be used for new developers to get started, the &lt;a href="https://github.com/NordicSemiconductor/iOS-nRF-Blinky"&gt;iOS nRF Blinky&lt;/a&gt; app.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development environment recommendation?</title><link>https://devzone.nordicsemi.com/thread/389085?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2022 20:01:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:301d61ff-411f-4d26-a1e2-49718d3a8909</guid><dc:creator>Ken58</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;A follow on question: &amp;nbsp;What would be your development IDE recommendation if I am developing a bluetooth&amp;nbsp;app that has a central role to run on on Windows, Mac OS, or iOS? &amp;nbsp;What bluetooth stack would you recommend?&lt;/p&gt;
&lt;p&gt;Ken&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development environment recommendation?</title><link>https://devzone.nordicsemi.com/thread/388019?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2022 00:23:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc71b7d2-7e2c-409f-bbb5-5e520aff5df8</guid><dc:creator>Ken58</dc:creator><description>&lt;p&gt;Hi Marty,&lt;/p&gt;
&lt;p&gt;Thanks very much for your advice!&lt;/p&gt;
&lt;p&gt;Have a great day,&lt;/p&gt;
&lt;p&gt;Ken&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development environment recommendation?</title><link>https://devzone.nordicsemi.com/thread/387811?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2022 07:37:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61be10c8-bb51-4343-8929-13e6a347137d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Ken,&lt;/p&gt;
&lt;p&gt;VS Code with our&amp;nbsp;nRF Connect for VS Code extension is the recommended. Since it is 4 years since you developed with Nordic products you might not be aware that we have switched to a new SDK in that time, the nRF Connect SDK. The VS Code extension is only supported with this SDK, so if you are using nRF5 SDK then Segger Embedded Studio is still the recommended IDE. However, we recommend all new projects to be developed in nRF Connect SDK.&lt;/p&gt;
&lt;p&gt;I will give you some links to hopefully help you get started and find more information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html"&gt;nRF Connect SDK documentation&lt;/a&gt;. If you look under &amp;#39;Getting started&amp;#39; you will find a guide on how to install the SDK and toolchain, and how to build and flash programs.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;DevAcademy - nRF Connect SDK Fundamentals&lt;/a&gt; - Hands-on course for learning the essentials of nRF Connect SDK.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nrfconnect.github.io/vscode-nrf-connect/"&gt;nRF Connect for VS Code extension&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt; - An article explaining why we have moved to nRF Connect SDK.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>