<?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>nrf51 + lis3dh using spi</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66614/nrf51-lis3dh-using-spi</link><description>I am trying to interface my nrf51 DK with the Lis3dh sensor . I have one reference code by elmot for the project and it is working. 
 https://github.com/elmot/nRF51822xxAA-LIS3DH 
 But for better understanding, I tried to implement the same code using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Oct 2020 10:07:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66614/nrf51-lis3dh-using-spi" /><item><title>RE: nrf51 + lis3dh using spi</title><link>https://devzone.nordicsemi.com/thread/273435?ContentTypeID=1</link><pubDate>Wed, 07 Oct 2020 10:07:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17aff318-6dd8-479a-adc2-96fc3160cc18</guid><dc:creator>awneil</dc:creator><description>[quote userid="93401" url="~/f/nordic-q-a/66614/nrf51-lis3dh-using-spi/273397#273397"]I am a beginner [/quote]
&lt;p&gt;I would suggest that an nRF52 is not a good place for a beginner to start.&lt;/p&gt;
&lt;p&gt;See:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/65832/ble-as-peripheral/269390#269390"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/65832/ble-as-peripheral/269390#269390&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49811/ses-linker-error/199494#199494"&gt;devzone.nordicsemi.com/.../199494&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I would strongly suggest&amp;nbsp;that you spend some time on a simpler,&amp;nbsp;conventional microcontroller before getting into the added complexities of a System on Chip (SoC) - which includes a complete radio transceiver system!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;That should certainly include gaining experience with using debuggers.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://www.avrfreaks.net/comment/1138166#comment-1138166"&gt;https://www.avrfreaks.net/comment/1138166#comment-1138166&lt;/a&gt;&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: nrf51 + lis3dh using spi</title><link>https://devzone.nordicsemi.com/thread/273397?ContentTypeID=1</link><pubDate>Wed, 07 Oct 2020 08:38:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2616df48-e391-4770-b938-f2269de90605</guid><dc:creator>The_user_23</dc:creator><description>&lt;p&gt;Sir, I am a beginner and in the past few days, I did not find any good resource about debugger that can help me to find the error in the code.!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 + lis3dh using spi</title><link>https://devzone.nordicsemi.com/thread/272633?ContentTypeID=1</link><pubDate>Thu, 01 Oct 2020 20:37:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:920d14d5-acdc-42fc-9ae2-68c596b68c33</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;so have you used the debugger to see what&amp;#39;s happening?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 + lis3dh using spi</title><link>https://devzone.nordicsemi.com/thread/272623?ContentTypeID=1</link><pubDate>Thu, 01 Oct 2020 18:50:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2a0128d-a232-4c12-ab87-d9d4c83ac2c7</guid><dc:creator>The_user_23</dc:creator><description>&lt;p&gt;the code is compiling correctly but I am not getting any output on the terminal. there is no error in the code so I am not able to found the actual problem in the code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 + lis3dh using spi</title><link>https://devzone.nordicsemi.com/thread/272621?ContentTypeID=1</link><pubDate>Thu, 01 Oct 2020 18:38:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75a6face-ef2c-40aa-8e7d-db50410d6904</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;The LIS3DH is an ST product - nothing to do with Nordic.&lt;br /&gt;Full details here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.st.com/en/mems-and-sensors/lis3dh.html" rel="noopener noreferrer" target="_blank"&gt;https://www.st.com/en/mems-and-sensors/lis3dh.html&lt;/a&gt;&lt;/p&gt;
[quote userid="93401" url="~/f/nordic-q-a/66614/nrf51-lis3dh-using-spi"]some problem in spi interface[/quote]
&lt;p&gt;What problems, exactly?&lt;/p&gt;
[quote userid="93401" url="~/f/nordic-q-a/66614/nrf51-lis3dh-using-spi"]Please help me for the same[/quote]
&lt;p&gt;We&amp;#39;d have to know what the problems are in order to be able to help with them!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>