<?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>Getting started with blinky on ublox nina-306</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112381/getting-started-with-blinky-on-ublox-nina-306</link><description>I&amp;#39;m just trying to get my feet under me to write some code for the nina-306 module. I&amp;#39;m playing along, and following the dev academy course. I can&amp;#39;t tell if this worked or not (my boards not coming till monday so I can&amp;#39;t try to flash it). 
 After I build</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 22 Jun 2024 16:35:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112381/getting-started-with-blinky-on-ublox-nina-306" /><item><title>RE: Getting started with blinky on ublox nina-306</title><link>https://devzone.nordicsemi.com/thread/490087?ContentTypeID=1</link><pubDate>Sat, 22 Jun 2024 16:35:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7453a3e3-4e43-4f2a-9420-84620dedee6e</guid><dc:creator>e_engineer</dc:creator><description>&lt;p&gt;found another answer where the user had to manually modify their CMakeLists.txt file and put in their board type. Really this should have automatically happened when I selected the board in the build configuration step.&amp;nbsp; But anyway this is the missing part in bold below.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;cmake_minimum_required&lt;/span&gt;&lt;span&gt;(VERSION 3.20.0)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;set(BOARD ubx_evkninab3_nrf52840)&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;find_package&lt;/span&gt;&lt;span&gt;(Zephyr REQUIRED HINTS &lt;/span&gt;&lt;span&gt;$ENV{ZEPHYR_BASE}&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;project&lt;/span&gt;&lt;span&gt;(blinky)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;target_sources&lt;/span&gt;&lt;span&gt;(app PRIVATE src/main.c)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>