<?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>program nrf51822 and accelerometer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41305/program-nrf51822-and-accelerometer</link><description>Hello, 
 So i recently bought a PCB with a nRF51822 microcontroller and accelerometer. The accelerometer that is on the PCB is the lis2dh. Now I want to program the nrf51822 to send the accelerometer data trough ble. But I have no clue where to start</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Dec 2018 14:58:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41305/program-nrf51822-and-accelerometer" /><item><title>RE: program nrf51822 and accelerometer</title><link>https://devzone.nordicsemi.com/thread/161903?ContentTypeID=1</link><pubDate>Fri, 14 Dec 2018 14:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1fb479e-b2f4-4bc0-a7b8-adfc8959e29c</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;For Segger Embedded Studio we have a tutorial playlist on YouTube: &lt;a href="https://www.youtube.com/playlist?list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV"&gt;Getting started with SEGGER Embedded Studio and the nRF5 SDK&lt;/a&gt;. Apart from that I refer to the sources I linked to previously in this thread.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: program nrf51822 and accelerometer</title><link>https://devzone.nordicsemi.com/thread/161624?ContentTypeID=1</link><pubDate>Thu, 13 Dec 2018 09:54:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b811f9e8-7dff-4d33-aaa7-ac2f60054407</guid><dc:creator>ninabrem</dc:creator><description>&lt;p&gt;Thanks again for the answer.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you have any start up tutorial for Segger or Keil, to guide my way into it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: program nrf51822 and accelerometer</title><link>https://devzone.nordicsemi.com/thread/161480?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 14:35:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d932e37b-39df-426b-885b-1bb07855c6cd</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To be honest I do not know what you will be able to do with that IDE, as I have never tried it. We do not have any examples using that IDE, and our SDK is made with support for Segger Embedded Studio, for Keil, for IAR, and for gcc. While in theory you can set up a project in any IDE with gcc support, it is not necessarily easy to do so. In most (if not all) cases it is best to go with one of the officially supported IDEs, so that you can start off with a project that is correctly set up for that IDE and toolchain.&lt;/p&gt;
&lt;p&gt;Also, we mostly only know how to use the supported IDEs, so if you choose to use something else you will often be on your own.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: program nrf51822 and accelerometer</title><link>https://devzone.nordicsemi.com/thread/161176?ContentTypeID=1</link><pubDate>Tue, 11 Dec 2018 11:50:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7382686b-c660-4e39-a5ed-443db68f846b</guid><dc:creator>ninabrem</dc:creator><description>&lt;p&gt;Thank you for your answer.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So it is not possible to program my beacon with the IDE form Arduino? That&amp;#39;s like the only IDE I know because my school didn&amp;#39;t include other IDE&amp;#39;s accept for Matlab in the projects and lessons. So any other IDE would take some time to learn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: program nrf51822 and accelerometer</title><link>https://devzone.nordicsemi.com/thread/161136?ContentTypeID=1</link><pubDate>Tue, 11 Dec 2018 08:58:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2c0bd16-4595-4920-8a7a-7ac886a844a1</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I recommend having a quick look at the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/nrf51_getting_started"&gt;Getting Started&lt;/a&gt; guide, then look into our &lt;a href="https://devzone.nordicsemi.com/tutorials/"&gt;Tutorials&lt;/a&gt;, in particular the Getting Started and Bluetooth low energy sections. After that the rest of the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/index"&gt;nRF5 SDK documentaiton&lt;/a&gt; should be useful. And of course you can search for answers to your questions here on DevZone.&lt;/p&gt;
&lt;p&gt;I also recommend that you start using Segger Embedded Studio with our SDK, as that is the main IDE that we support.&lt;/p&gt;
&lt;p&gt;Other DevZone users may of course have their own recommendations, hints and tips, and are free to share theirs in this thread.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>