<?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>PCA 10090 versions 0.8.2 vs 0.8.5</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48823/pca-10090-versions-0-8-2-vs-0-8-5</link><description>I have compiled asset tracker example and it worked on 0.8.2 version of board but not on 0.8.5 board. 
 1) Is there anything which should be made differently in software for these to versions of development board? 
 2) Can you recommend software version</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Jun 2019 13:52:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48823/pca-10090-versions-0-8-2-vs-0-8-5" /><item><title>RE: PCA 10090 versions 0.8.2 vs 0.8.5</title><link>https://devzone.nordicsemi.com/thread/194134?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2019 13:52:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98ee3fe7-8e20-4351-a0a7-9da2068fc6c0</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Lachim,&lt;/p&gt;
&lt;p&gt;1.) There should not be any difference in running the software on the two boards. (&lt;em&gt;They use the same nRF91 SIP version&lt;/em&gt;) You most likely have two different modem firmware versions on the boards. Please make sure to use the latest mfw on both DKs:&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Low-power-cellular-IoT/nRF9160/Download#infotabs"&gt;https://www.nordicsemi.com/Products/Low-power-cellular-IoT/nRF9160/Download#infotabs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2.) I would recommend using the version at &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/doc/release-notes-0.4.0.html" rel="noopener noreferrer" target="_blank"&gt;tag v0.4.0&lt;/a&gt;&amp;nbsp;(tagged releases are known as stable)&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#How to get tag v0.4.0
cd ncs/nrf
git checkout master
git pull
git checkout v0.4.0
west update&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;3.) For the modem version that is out now you need to switch off the modem (AT+CFUN=4) then switch to GPS mode (AT%XSYSTEMMODE=0,0,1,0) and then turn on the modem again, and then gather the GPS data.&lt;/p&gt;
&lt;p&gt;(Future modem firmware will make this a lot easier, but as for now this is how you can acquire real GPS data)&lt;/p&gt;
&lt;p&gt;4.) We have the drivers for peripherals ready. This is called for example &amp;quot;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-zephyr/blob/master/drivers/spi/spi_nrfx_spim.c" rel="noopener noreferrer" target="_blank"&gt;spi_&lt;strong&gt;nrfx&lt;/strong&gt;_spim.c&amp;quot;&lt;/a&gt;&amp;nbsp;for the SPI master driver. (notice the &lt;strong&gt;nrfx)&amp;#39;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For the GPS the API is not 100% ready yet, but you can test it out and play around with the &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/gps/src/main.c" rel="noopener noreferrer" target="_blank"&gt;GPS&amp;nbsp;sample&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;5.) For nRF91 Development using the Nordic Connect SDK, you are recommended to use the SES version which is linked to in the &amp;quot;Getting Started Assistant&amp;quot; app in the nRF Connect for Desktop.&lt;/p&gt;
&lt;p&gt;(it is marked with &amp;quot;nordic edition&amp;quot; in the top bar)&lt;/p&gt;
&lt;p&gt;6.) That is something that may be possible to do. I would recommend you to contact your RSM with regards to this. (if you do not know who that is please send me a direct message on Devzone and I will help you out)&lt;/p&gt;
&lt;p&gt;As for Guides etc. we have made some Getting started guides:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular"&gt;https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular&lt;/a&gt;&amp;nbsp;(which I highly recommend taking a look at)&lt;/p&gt;
&lt;p&gt;and some &amp;quot;Hardware&amp;quot; guides:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design"&gt;https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Martin L.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>