<?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>Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63976/connecting-the-nrf9160dk-to-the-nrf52833-over-bluetooth</link><description>Hi, 
 I would like to set up a couple of boards communicating over Bluetooth; I was hoping someone could provide some pointers. 
 I would like to connect the nRF9160DK to the nRF52833DK. 
 I have programmed the nRF52 on the nRF9160DK with the HCI UART</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Aug 2020 17:00:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63976/connecting-the-nrf9160dk-to-the-nrf52833-over-bluetooth" /><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/264527?ContentTypeID=1</link><pubDate>Thu, 13 Aug 2020 17:00:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:743057f6-6611-4782-b625-26024c0aae93</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Hey&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;That worked!!!!!! Excellent,&amp;nbsp;thank you. So, when I press button 1 on the nRF52833 I send &amp;quot;hello&amp;quot; to the nRF9160DK.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I recompliled this targeting the nRF52840 Dongle and this also worked! Unfortunately, I am still unable to see any output from the dongle but when I press the button on the dongle I see &amp;quot;hello&amp;quot; on the nRF9160DK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks again for your support,&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Rod&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/264497?ContentTypeID=1</link><pubDate>Thu, 13 Aug 2020 13:49:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d136b90c-8fec-459e-9bbb-26874867249f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Rod,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s an update from my part. I was able to get the HIDS examples to run.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;From lte_ble_gateway copy the overlay file to the central_hids folder.&lt;br /&gt;&lt;br /&gt;In central_hids/prj.conf add the following lines:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_H4&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_WAIT_NOP&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MAIN_STACK_SIZE&lt;/span&gt;&lt;span&gt;=8192&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Compile for nRF9160dk_nrf9160ns and program the central_hids to nRF9160DK.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Compile for nRF9160dk_nrf52840 and program the hci_uart to&amp;nbsp;nRF9160Dk&amp;nbsp;(remember to switch 5 on the board to nRF52)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;And on the nRF52833DK program the peripheral_hids_keyboard sample.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Let me know how it works for you&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/264325?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 15:42:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:932f91d3-c77e-4fbd-8415-a34461ca7918</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for your feedback and support, much&amp;nbsp;appreciated. I have hooked up&amp;nbsp;the&amp;nbsp;dongle to and external debugger and UART but am not getting any Printf() output, I have opened a&amp;nbsp;separate&amp;nbsp;ticket.,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/64627/no-uart-output-from-printf"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/64627/no-uart-output-from-printf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once I have this working, I can try the code you mentioned&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Rod&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/264293?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 13:49:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db3f8e7d-f3e7-42a0-ac40-edbcad3b8976</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Rod,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Sorry for the lack of answers, it&amp;#39;s just been a busy week.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tested with nRF52840DK and nRF52833DK, running respectively &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.3.0/nrf/samples/bluetooth/central_hids/README.html#bluetooth-central-hids"&gt;Central HIDS&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.3.0/nrf/samples/bluetooth/peripheral_hids_keyboard/README.html#bluetooth-peripheral-hids-keyboard"&gt;Peripheral HIDS Keyboard&lt;/a&gt;. Those work perfectly together. However, I have not been successful in running the Central HIDS on the nRF9160DK. Will keep testing and get back to you.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;There has been an ongoing discussion regarding BLE and NCS in &lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/27090"&gt;this Git thread&lt;/a&gt;, please read through this as well.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="RodWatt"]I have also bought an NRF52840 dongle which seems to be a good fit for me.[/quote]
&lt;p&gt;Yes, this should work fine, just remember to use nRF52840dongle_nrf52840.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/263470?ContentTypeID=1</link><pubDate>Thu, 06 Aug 2020 14:03:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb623023-ec8b-40ac-922e-bbf654dea27b</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;That would be&amp;nbsp;&lt;/span&gt;great, thank you. (Since we talked, I modified some of the code on the Sensor gateway example so I could get an nRF52833 board to connect over BLE, I didn&amp;#39;t get as far as sending data )&lt;/p&gt;
&lt;p&gt;I have also bought an NRF52840 dongle which seems to be a good fit for me.&lt;/p&gt;
&lt;p&gt;So, ideally I would like to be able to send sensor data from a sensor connected to the nRF52840 board (for example, a simple temperature sensor connected over I2C) back to the nRF9160DK.&lt;/p&gt;
&lt;p&gt;Any pointers you could provide would be much appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Rod&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/263432?ContentTypeID=1</link><pubDate>Thu, 06 Aug 2020 12:19:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:112a41fc-2203-4425-a188-4b4407a3e274</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Rod,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I haven&amp;#39;t been able to look much into your case, however, things are starting to normalize in the support department and that will leave more time to help you.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/262293?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2020 06:44:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f36fc60-405a-4797-a721-afaec16d5743</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;nbsp;have captured&amp;nbsp;the terminal output below. Its reporting it&amp;nbsp;can&amp;#39;t find an LTE Link and them seems to reboot.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As I have just got this working, I have not set up the server side (nfcloud etc) I&amp;nbsp;guess&amp;nbsp;that&amp;#39;s what&amp;nbsp;causing the&amp;nbsp;failure?&amp;nbsp;Sorry, when I saw this&amp;nbsp;initially I thought it was not finding a bootable image or&amp;nbsp;&lt;/span&gt;similar.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As I&amp;#39;m not interested in writing to the cloud, I just want to get BLE working between the boards, I have commented out the code in main as below&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	buttons_leds_init();
	ble_init();

	work_init();
//	cloud_init();
//	modem_configure();
//	cloud_connect(NULL);

	while (true) {
//		nrf_cloud_process();
//		send_aggregated_data();
		k_sleep(K_MSEC(10));
		k_cpu_idle();&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This has enabled me to connect the nRF9160Dk to Thing52, I&amp;#39;m seeing this.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;SPM: NS image at 0xc000
SPM: NS MSP at 0x2002bae0
SPM: NS reset vector at 0x1245d
SPM: prepare to jump to Non-Secure image.
*** Booting Zephyr OS build v2.3.0-rc1-ncs1  ***
Bluetooth Receiver Demo Started
Initializing Bluetooth..
Bluetooth ready
Scanning...
Device found: e0:54:b8:7a:61:9d (random)
Connected: e0:54:b8:7a:61:9d (random)
Orientation: 2&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So, I&amp;#39;m now back to my initial problem of connecting the nRF52833DK to the nRF9160DK&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Rod&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/262261?ContentTypeID=1</link><pubDate>Wed, 29 Jul 2020 19:36:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54d6a15d-60e5-4628-8bbe-e2a10f318d84</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="RodWatt"]Ok, that worked, thanks. I was able to build and&amp;nbsp;flash &amp;quot;at_client&amp;quot;.&amp;nbsp;[/quote]
&lt;p&gt;That&amp;#39;s good news!&amp;nbsp;&amp;nbsp;&lt;/p&gt;
[quote user="RodWatt"]When I tried to build &amp;quot;lte_ble_gateway&amp;quot;, the code is looping continually.&amp;nbsp;[/quote]
&lt;p&gt;&amp;nbsp;I&amp;#39;m not sure I&amp;#39;m following, the output that you have attached looks good. Can you please elaborate?&lt;br /&gt;&lt;br /&gt;Thank you!&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/262047?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2020 15:50:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0daf496-5efd-4f7e-a72d-7cafce7eee1d</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ok, that worked, thanks. I was able to build and&amp;nbsp;flash &amp;quot;at_client&amp;quot;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When I tried to build &amp;quot;lte_ble_gateway&amp;quot;, the code is looping continually.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Watts-MBP-2:lte_ble_gateway Watt$ pwd
/Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway
Watts-MBP-2:lte_ble_gateway Watt$ west build -b nrf9160dk_nrf9160ns
-- west build: generating a build system
Including boilerplate (Zephyr base): /Users/Watt/ncs/zephyr/cmake/app/boilerplate.cmake
-- Application: /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway
-- Zephyr version: 2.3.0-rc1 (/Users/Watt/ncs/zephyr)
-- Found Python3: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 (found suitable exact version &amp;quot;3.8.1&amp;quot;) found components: Interpreter 
-- Board: nrf9160dk_nrf9160ns
-- Found west: /Library/Frameworks/Python.framework/Versions/3.8/bin/west (found suitable version &amp;quot;0.7.2&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Found dtc: /usr/local/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (/Users/Watt/gcc-arm-none-eabi-8-2019-q3-update)
-- Found BOARD.dts: /Users/Watt/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns.dts
-- Found devicetree overlay: /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/nrf9160dk_nrf9160ns.overlay
nrf9160dk_nrf9160ns.dts.pre.tmp:394.32-398.5: Warning (simple_bus_reg): /soc/cryptocell-sw: missing or empty reg/ranges property
nrf9160dk_nrf9160ns.dts.pre.tmp:93.42-105.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/flash-controller@39000: duplicate unit-address (also used in node /soc/peripheral@40000000/kmu@39000)
nrf9160dk_nrf9160ns.dts.pre.tmp:202.18-208.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/uart@a000: duplicate unit-address (also used in node /soc/peripheral@40000000/i2c@a000)
  also defined at nrf9160dk_nrf9160ns.dts.pre.tmp:504.8-507.3
  also defined at nrf9160dk_nrf9160ns.dts.pre.tmp:611.8-619.3
nrf9160dk_nrf9160ns.dts.pre.tmp:342.19-348.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/clock@5000: duplicate unit-address (also used in node /soc/peripheral@40000000/power@5000)
-- Generated zephyr.dts: /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/zephyr/include/generated/devicetree_unfixed.h
Parsing /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/Kconfig
Loaded configuration &amp;#39;/Users/Watt/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns_defconfig&amp;#39;
Merged configuration &amp;#39;/Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf&amp;#39;
Configuration saved to &amp;#39;/Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 8.3.1
-- The CXX compiler identification is GNU 8.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /Users/Watt/gcc-arm-none-eabi-8-2019-q3-update/bin/arm-none-eabi-gcc
-- Cache files will be written to: /Users/Watt/Library/Caches/zephyr
Changed board to secure nrf9160dk_nrf9160 (NOT NS)

=== child image spm - nrf9160dk_nrf9160 begin ===
Including boilerplate (Zephyr base): /Users/Watt/ncs/zephyr/cmake/app/boilerplate.cmake
-- Application: /Users/Watt/ncs/nrf/samples/nrf9160/spm
-- Zephyr version: 2.3.0-rc1 (/Users/Watt/ncs/zephyr)
-- Found Python3: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 (found suitable exact version &amp;quot;3.8.1&amp;quot;) found components: Interpreter 
-- Board: nrf9160dk_nrf9160
-- Found west: /Library/Frameworks/Python.framework/Versions/3.8/bin/west (found suitable version &amp;quot;0.7.2&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Found dtc: /usr/local/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (/Users/Watt/gcc-arm-none-eabi-8-2019-q3-update)
-- Found BOARD.dts: /Users/Watt/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160.dts
-- Found devicetree overlay: /Users/Watt/ncs/nrf/samples/nrf9160/spm/nrf9160dk_nrf9160.overlay
nrf9160dk_nrf9160.dts.pre.tmp:95.42-107.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@50000000/flash-controller@39000: duplicate unit-address (also used in node /soc/peripheral@50000000/kmu@39000)
nrf9160dk_nrf9160.dts.pre.tmp:344.19-350.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@50000000/clock@5000: duplicate unit-address (also used in node /soc/peripheral@50000000/power@5000)
-- Generated zephyr.dts: /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/spm/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/spm/zephyr/include/generated/devicetree_unfixed.h
Parsing /Users/Watt/ncs/zephyr/Kconfig
Loaded configuration &amp;#39;/Users/Watt/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_defconfig&amp;#39;
Merged configuration &amp;#39;prj.conf&amp;#39;
Merged configuration &amp;#39;/Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/child_secure_partition_manager.conf&amp;#39;
Configuration saved to &amp;#39;/Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/spm/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/spm/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 8.3.1
-- The CXX compiler identification is GNU 8.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /Users/Watt/gcc-arm-none-eabi-8-2019-q3-update/bin/arm-none-eabi-gcc
-- Cache files will be written to: /Users/Watt/Library/Caches/zephyr
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/spm
=== child image spm - nrf9160dk_nrf9160 end ===

CMake Warning at /Users/Watt/ncs/zephyr/CMakeLists.txt:1384 (message):
  __ASSERT() statements are globally ENABLED


Changed board to secure nrf9160dk_nrf9160 (NOT NS)
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build
-- west build: building application
[6/210] Performing build step for &amp;#39;spm_subimage&amp;#39;
[7/193] Preparing syscall dependency handling

[188/193] Linking C executable zephyr/zephyr_prebuilt.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:         32 KB        48 KB     66.67%
            SRAM:        5416 B        64 KB      8.26%
        IDT_LIST:          40 B         2 KB      1.95%
[193/193] Linking C executable zephyr/zephyr.elf
[203/210] Linking C executable zephyr/zephyr_prebuilt.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      163848 B       976 KB     16.39%
            SRAM:       58422 B       128 KB     44.57%
        IDT_LIST:         152 B         2 KB      7.42%
[210/210] Generating zephyr/merged_domains.hex
Watts-MBP-2:lte_ble_gateway Watt$ west flash
-- west flash: rebuilding
[0/9] Performing build step for &amp;#39;spm_subimage&amp;#39;
ninja: no work to do.
-- west flash: using runner nrfjprog
-- runners.nrfjprog: Flashing file: /Users/Watt/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/zephyr/merged.hex
Parsing hex file.
Erasing page at address 0x0.
Erasing page at address 0x1000.
Erasing page at address 0x2000.
Erasing page at address 0x3000.
Erasing page at address 0x4000.
Erasing page at address 0x5000.
Erasing page at address 0x6000.
Erasing page at address 0x7000.
Erasing page at address 0xC000.
Erasing page at address 0xD000.
Erasing page at address 0xE000.
Erasing page at address 0xF000.
Erasing page at address 0x10000.
Erasing page at address 0x11000.
Erasing page at address 0x12000.
Erasing page at address 0x13000.
Erasing page at address 0x14000.
Erasing page at address 0x15000.
Erasing page at address 0x16000.
Erasing page at address 0x17000.
Erasing page at address 0x18000.
Erasing page at address 0x19000.
Erasing page at address 0x1A000.
Erasing page at address 0x1B000.
Erasing page at address 0x1C000.
Erasing page at address 0x1D000.
Erasing page at address 0x1E000.
Erasing page at address 0x1F000.
Erasing page at address 0x20000.
Erasing page at address 0x21000.
Erasing page at address 0x22000.
Erasing page at address 0x23000.
Erasing page at address 0x24000.
Erasing page at address 0x25000.
Erasing page at address 0x26000.
Erasing page at address 0x27000.
Erasing page at address 0x28000.
Erasing page at address 0x29000.
Erasing page at address 0x2A000.
Erasing page at address 0x2B000.
Erasing page at address 0x2C000.
Erasing page at address 0x2D000.
Erasing page at address 0x2E000.
Erasing page at address 0x2F000.
Erasing page at address 0x30000.
Erasing page at address 0x31000.
Erasing page at address 0x32000.
Erasing page at address 0x33000.
Erasing page at address 0x34000.
Applying system reset.
Checking that the area to write is not protected.
Programming device.
Applying pin reset.
-- runners.nrfjprog: Board with serial number 960040578 flashed successfully.
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/262004?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2020 13:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f416bfcc-b12b-4209-a8e0-36ae8087964c</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Rod, you must create NCS outside of zephyrproject. (&lt;span&gt;&lt;strong&gt;/Users/Watt/NCS/&lt;/strong&gt;). And you&amp;nbsp;&lt;strong&gt;must not&lt;/strong&gt; run &amp;quot;west init&amp;nbsp;~/newinstall&amp;quot; and &amp;quot;west update&amp;quot;, as this causes confusion and initializes zephyr. NCS includes zephyr inside, and will not be able to initialize if already initialized.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Unless you are using the zephyrproject folder, please delete this along with other folders that you have created.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Then do the following steps:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;cd ~

mkdir ncs &amp;amp;&amp;amp; cd ncs

west init -m https://github.com/nrfconnect/sdk-nrf --mr v1.3.0

west update

west zephyr-export

pip3 install -r zephyr/scripts/requirements.txt
pip3 install -r nrf/scripts/requirements.txt
pip3 install -r bootloader/mcuboot/scripts/requirements.txt&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;If this still does not work, please install the Toolchain Manager from the &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-desktop"&gt;nRF Connect for Desktop&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261850?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2020 20:36:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35c9c5d8-7128-421a-bd72-99038ef88255</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;I have tried to build another application to see if I can get a clue to what&amp;#39;s wrong. (I am managing to build basic stuff such as &amp;quot;blinky&amp;quot; and &amp;quot;button&amp;quot;.&lt;/p&gt;
&lt;p&gt;I have tried to build &amp;quot;at_client&amp;quot;, I can only get this to build when I remove the following lines from the prj.conf file&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_AT_HOST_LIBRARY=y
CONFIG_LTE_NETWORK_MODE_NBIOT=y
CONFIG_LTE_NETWORK_MODE_LTE_M=n
CONFIG_BSD_LIBRARY=y
&lt;/pre&gt; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looking at other tickets, most have had success when they recreate a brand new work space. So, I unset the ZEPHYR_BASE variable and carry out the following.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;https://raw.githubusercontent.com/Homebrew/install/master/install)&amp;quot;

brew install cmake ninja gperf python3 ccache qemu dtc

pip3 install west
west init ~/newinstall
cd ~/newinstall
west update

west zephyr-export

pip3 install -r ~/newinstall/zephyr/scripts/requirements.txt

pip3 install -U west

Watts-MBP-2:newinstall Watt$ pwd
/Users/Watt/newinstall
Watts-MBP-2:newinstall Watt$ ls
bootloader	modules		tools		zephyr

Watts-MBP-2:newinstall Watt$ mkdir ncs
Watts-MBP-2:ewinstall Watt$ cd ncs

Watts-MBP-2:ncs Watt$ west init -m https://github.com/nrfconnect/sdk-nrf --mr v1.3.0

FATAL ERROR: already initialized in /Users/Watt/newinstall, aborting.

&lt;/pre&gt; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately this reports and error, even though this is a new workspace.&lt;/p&gt;
&lt;p&gt;Would appreciate your thoughts?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Rod&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261680?ContentTypeID=1</link><pubDate>Sat, 25 Jul 2020 15:31:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eacbb310-ccc4-4945-98eb-6e479aa5567e</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;I have carried out a clean install, installed NCS version 1.3.0 &amp;nbsp;and have tried to build as below. Still seeing errors.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Watts-MBP-2:lte_ble_gateway Watt$ pwd
/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway
Watts-MBP-2:lte_ble_gateway Watt$ west build -b nrf9160dk_nrf9160ns
-- west build: generating a build system
Including boilerplate (Zephyr base (cached)): /Users/Watt/zephyrproject/zephyr/cmake/app/boilerplate.cmake
-- Application: /Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway
-- Zephyr version: 2.3.0-rc2 (/Users/Watt/zephyrproject/zephyr)
-- Board: nrf9160dk_nrf9160ns
-- Found west: /Library/Frameworks/Python.framework/Versions/3.8/bin/west (found suitable version &amp;quot;0.7.2&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Found dtc: /usr/local/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (/Users/Watt/gnuarmemb)
-- Found BOARD.dts: /Users/Watt/zephyrproject/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns.dts
nrf9160dk_nrf9160ns.dts.pre.tmp:92.42-104.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/flash-controller@39000: duplicate unit-address (also used in node /soc/peripheral@40000000/kmu@39000)
nrf9160dk_nrf9160ns.dts.pre.tmp:341.19-347.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/clock@5000: duplicate unit-address (also used in node /soc/peripheral@40000000/power@5000)
-- Generated zephyr.dts: /Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/build/zephyr/include/generated/devicetree_unfixed.h
Parsing /Users/Watt/zephyrproject/zephyr/Kconfig
Loaded configuration &amp;#39;/Users/Watt/zephyrproject/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns_defconfig&amp;#39;
Merged configuration &amp;#39;/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf&amp;#39;

warning: UART_2_NRF_FLOW_CONTROL (defined at drivers/serial/Kconfig.nrfx:195) was assigned the value
&amp;#39;y&amp;#39; but got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: UART_2_NRF_UARTE (=n). See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_UART_2_NRF_FLOW_CONTROL.html and/or
look up UART_2_NRF_FLOW_CONTROL in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.


/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:18: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol LTE_LINK_CONTROL

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:19: warning: attempt to assign the value &amp;#39;n&amp;#39; to the undefined symbol LTE_AUTO_INIT_AND_CONNECT

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:22: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol AT_HOST_LIBRARY

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:25: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BSD_LIBRARY

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:28: warning: attempt to assign the value &amp;#39;n&amp;#39; to the undefined symbol BSD_LIBRARY_TRACE_ENABLED

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:31: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol NRF_CLOUD

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:34: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol GPS_USE_SIM

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:37: warning: attempt to assign the value &amp;#39;30&amp;#39; to the undefined symbol GPS_SEARCH_INTERVAL

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:38: warning: attempt to assign the value &amp;#39;15&amp;#39; to the undefined symbol GPS_SEARCH_TIMEOUT

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:45: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol DK_LIBRARY

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:46: warning: attempt to assign the value &amp;#39;n&amp;#39; to the undefined symbol DK_LIBRARY_INVERT_LEDS

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:58: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_GATT_DM

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:59: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_SCAN

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:60: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_SCAN_FILTER_ENABLE

/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/prj.conf:61: warning: attempt to assign the value &amp;#39;1&amp;#39; to the undefined symbol BT_SCAN_UUID_CNT

error: Aborting due to Kconfig warnings

CMake Error at /Users/Watt/zephyrproject/zephyr/cmake/kconfig.cmake:217 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  /Users/Watt/zephyrproject/zephyr/cmake/app/boilerplate.cmake:510 (include)
  /Users/Watt/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
  /Users/Watt/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:40 (include_boilerplate)
  CMakeLists.txt:20 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -B/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/build -S/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway -GNinja
Watts-MBP-2:lte_ble_gateway Watt$ 
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261647?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2020 16:28:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4abd99d0-3a4e-4189-a9ca-9a929d58bc79</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I deleted everything and started again. I followed this&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#setting-up-the-command-line-build-environment"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#setting-up-the-command-line-build-environment&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;All very straight forward until I try this.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Watts-MBP-2:ncs Watt$ pwd
/Users/Watt/zephyrproject/ncs
Watts-MBP-2:ncs Watt$ west init -m https://github.com/nrfconnect/sdk-nrf --mr v1.3.0
FATAL ERROR: already initialized in /Users/Watt/zephyrproject, aborting.
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;What am I doing wrong here?&lt;/p&gt;
&lt;p&gt;I know this is difficult to debug remotely, I was hoping &amp;nbsp;clean install would fix it. If you have instructions for a complete reinstall please let me know, happy to start again&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Rod&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: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261597?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2020 12:15:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84352540-fda6-4a71-9c90-acfddc299549</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;I have created&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;/Users/Watt/zephyrproject&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;in here I have&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;bootloader&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;modules&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ncs&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;tools&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;zephyr&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have set up ZEPHYR_BASE as follows&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ZEPHYR_BASE=/Users/Watt/zephyrproject/ncs/zephyr&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;then when I try to build&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;Watts-MBP-2:lte_ble_gateway Watt$ west build -b nrf9160dk_nrf9160ns
-- west build: generating a build system
Including boilerplate (Zephyr base (cached)): /Users/Watt/zephyrproject/ncs/zephyr/cmake/app/boilerplate.cmake
-- Application: /Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway
-- Zephyr version: 2.3.99 (/Users/Watt/zephyrproject/ncs/zephyr)
-- Board: nrf9160dk_nrf9160ns
-- Found west: /Library/Frameworks/Python.framework/Versions/3.8/bin/west (found suitable version &amp;quot;0.7.2&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Found dtc: /usr/local/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
CMake Error at /Users/Watt/zephyrproject/ncs/zephyr/cmake/generic_toolchain.cmake:64 (include):
  include could not find load file:

    /Users/Watt/zephyrproject/ncs/zephyr/cmake/toolchain//Users/Watt/armgnuemb/generic.cmake
Call Stack (most recent call first):
  /Users/Watt/zephyrproject/ncs/zephyr/cmake/app/boilerplate.cmake:509 (include)
  /Users/Watt/zephyrproject/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
  /Users/Watt/zephyrproject/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:40 (include_boilerplate)
  CMakeLists.txt:20 (find_package)


-- Found BOARD.dts: /Users/Watt/zephyrproject/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns.dts
-- Found devicetree overlay: /Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway/nrf9160dk_nrf9160ns.overlay
CMake Error at /Users/Watt/zephyrproject/ncs/zephyr/cmake/dts.cmake:153 (message):
  command failed with return code: No such file or directory
Call Stack (most recent call first):
  /Users/Watt/zephyrproject/ncs/zephyr/cmake/app/boilerplate.cmake:510 (include)
  /Users/Watt/zephyrproject/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
  /Users/Watt/zephyrproject/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:40 (include_boilerplate)
  CMakeLists.txt:20 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -DWEST_PYTHON=/Library/Frameworks/Python.framework/Versions/3.8/bin/python3 -B/Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway/build -S/Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway -GNinja
Watts-MBP-2:lte_ble_gateway Watt$ 
&lt;/pre&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: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261570?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2020 11:27:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70e9ee24-6b58-4760-bfbb-b96bc13a11c6</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;It should be pointing to the Zephyr folder inside of the NCS folder that you initiated. e.g. /Users/Watt/NCS/zephyr&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261560?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2020 10:34:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15f20e2e-1069-48a9-9c98-55ed03b0862a</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Watts-MBP-2:~ Watt$ printenv ZEPHYR_BASE
/Users/Watt/zephyrproject/zephyr
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Where should I be pointing?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261549?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2020 09:35:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fb2bfc8-53f4-48bf-a5a9-ff7b1514cb9b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Rod, it looks like it&amp;#39;s still fetching information from the zehpyrproject folder (Including boilerplate (Zephyr base): /Users/&lt;strong&gt;Watt/zephyrproject/zephyr/&lt;/strong&gt;cmake/app/boilerplate.cmake)&lt;br /&gt;&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#setting-up-the-command-line-build-environment"&gt;Have you set zephyr base?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261472?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 22:15:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45b1f674-58c3-465f-abbc-4767f190e976</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;No problem. I followed your instructions above but still seeing problems.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;atts-MBP-2:lte_ble_gateway Watt$ west build -b nrf9160dk_nrf9160ns
-- west build: generating a build system
Including boilerplate (Zephyr base): /Users/Watt/zephyrproject/zephyr/cmake/app/boilerplate.cmake
-- Application: /Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway
-- Zephyr version: 2.3.0-rc2 (/Users/Watt/zephyrproject/zephyr)
-- Found Python3: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 (found suitable exact version &amp;quot;3.8.1&amp;quot;) found components: Interpreter 
-- Board: nrf9160dk_nrf9160ns
-- Found west: /Library/Frameworks/Python.framework/Versions/3.8/bin/west (found suitable version &amp;quot;0.7.2&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Found dtc: /usr/local/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (/Users/Watt/gnuarmemb)
-- Found BOARD.dts: /Users/Watt/zephyrproject/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns.dts
-- Found devicetree overlay: /Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/nrf9160dk_nrf9160ns.overlay
nrf9160dk_nrf9160ns.dts.pre.tmp:92.42-104.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/flash-controller@39000: duplicate unit-address (also used in node /soc/peripheral@40000000/kmu@39000)
nrf9160dk_nrf9160ns.dts.pre.tmp:201.18-207.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/uart@a000: duplicate unit-address (also used in node /soc/peripheral@40000000/i2c@a000)
  also defined at nrf9160dk_nrf9160ns.dts.pre.tmp:498.8-501.3
  also defined at nrf9160dk_nrf9160ns.dts.pre.tmp:605.8-613.3
nrf9160dk_nrf9160ns.dts.pre.tmp:341.19-347.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/clock@5000: duplicate unit-address (also used in node /soc/peripheral@40000000/power@5000)
-- Generated zephyr.dts: /Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/build/zephyr/include/generated/devicetree_unfixed.h

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:18: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol LTE_LINK_CONTROL

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:19: warning: attempt to assign the value &amp;#39;n&amp;#39; to the undefined symbol LTE_AUTO_INIT_AND_CONNECT

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:22: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol AT_HOST_LIBRARY

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:25: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BSD_LIBRARY

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:28: warning: attempt to assign the value &amp;#39;n&amp;#39; to the undefined symbol BSD_LIBRARY_TRACE_ENABLED

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:31: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol NRF_CLOUD

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9Parsing /Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/Kconfig
Loaded configuration &amp;#39;/Users/Watt/zephyrproject/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns_defconfig&amp;#39;
Merged configuration &amp;#39;/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf&amp;#39;
160/lte_ble_gateway/prj.conf:45: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol DK_LIBRARY

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:46: warning: attempt to assign the value &amp;#39;n&amp;#39; to the undefined symbol DK_LIBRARY_INVERT_LEDS

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:58: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_GATT_DM

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:59: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_SCAN

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:60: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_SCAN_FILTER_ENABLE

/Users/Watt/zephyrproject/ncs/nrf/samples/nRF9160/lte_ble_gateway/prj.conf:61: warning: attempt to assign the value &amp;#39;1&amp;#39; to the undefined symbol BT_SCAN_UUID_CNT

error: Aborting due to Kconfig warnings

CMake Error at /Users/Watt/zephyrproject/zephyr/cmake/kconfig.cmake:217 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  /Users/Watt/zephyrproject/zephyr/cmake/app/boilerplate.cmake:510 (include)
  /Users/Watt/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
  /Users/Watt/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
  CMakeLists.txt:20 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -DWEST_PYTHON=/Library/Frameworks/Python.framework/Versions/3.8/bin/python3 -B/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway/build -S/Users/Watt/zephyrproject/ncs/nrf/samples/nrf9160/lte_ble_gateway -GNinja -DBOARD=nrf9160dk_nrf9160ns
Watts-MBP-2:lte_ble_gateway Watt$ 
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261310?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 07:42:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebfd23fd-1c21-48b9-bb4b-6240c59ea734</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Good morning Rod,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;My apologies for the late reply. From your last comment,&amp;nbsp;I agree that something is messed up.&amp;nbsp;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
[quote user="RodWatt"]&lt;span&gt;Whats&amp;nbsp;the&amp;nbsp;easiest way to&amp;nbsp;&lt;/span&gt;reinstall?[/quote]
&lt;p&gt;&amp;nbsp;Try to add a new folder to /Users/Watt/ e.g. NCS. &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.3.0/nrf/gs_installing.html#id1"&gt;Follow the instructions given here&lt;/a&gt;. Inside of /Users/Watt/NCS run the following command in terminal:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west init -m https://github.com/nrfconnect/sdk-nrf --mr v1.3.0&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This will clone the manifest repository into NCS. Once complete, run the following commands:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west update

west zephyr-export&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Lastly, make sure to install dependencies:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip3 install -r zephyr/scripts/requirements.txt
pip3 install -r nrf/scripts/requirements.txt
pip3 install -r bootloader/mcuboot/scripts/requirements.txt
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Let me know how that works for you.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261114?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 07:22:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2672e890-f5e1-4a1c-86e7-565d28480f9d</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Morning&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This is what I have in my&amp;nbsp;/Users/Watt/zephyrproject directory...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Watts-MacBook-Pro-2:zephyrproject Watt$ pwd&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/Users/Watt/zephyrproject&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Watts-MacBook-Pro-2:zephyrproject Watt$ ls&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bootloader&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;modules&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;ncs&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;tools&lt;span class="Apple-tab-span"&gt; &lt;/span&gt;zephyr&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Yes, my Zephyr base is set to.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ZEPHYR_BASE=/Users/Watt/zephyrproject/zephyr&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Under ncs, the&amp;nbsp;only&amp;nbsp;directory is nrf. Its empty.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I agree, it&amp;nbsp;looks like my&amp;nbsp;directory&amp;nbsp;structure is messed up. I have tried to&amp;nbsp;reinstall, please see my last posting, but&amp;nbsp;this has failed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Whats&amp;nbsp;the&amp;nbsp;easiest way to&amp;nbsp;&lt;/span&gt;reinstall?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261111?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 06:59:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fd440b9-dcbe-4500-87d6-d788ee9e3842</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Looks like there is some confusion ongoing. What is&amp;nbsp;&lt;em&gt;/Users/Watt/zephyrproject/&lt;/em&gt;? In your environment, ZEPHYR_BASE is set to: &lt;em&gt;/Users/Watt/zephyrproject/zephyr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Have you tried to initialize NCS inside of a zephyr repo? As the output from your previous comment:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;Watts-MacBook-Pro-2:nrf Watt$ pwd
/Users/Watt/zephyrproject/ncs/nrf&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;NCS is initialized inside of zephyrproject, and this includes another zephyr folder:&lt;br /&gt;&lt;em&gt;/Users/Watt/zephyrproject/ncs/zephyr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Please try to fix this first.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261085?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2020 22:57:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f49b827-4803-4cd8-87c9-6dc2096d4d06</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Watts-MacBook-Pro-2:nrf Watt$ west init -m https://github.com/nrfconnect/sdk-nrf --mr v1.3.0
FATAL ERROR: already initialized in /Users/Watt/zephyrproject, aborting.
Note:
    In your environment, ZEPHYR_BASE is set to:
    /Users/Watt/zephyrproject/zephyr

    This forces west to search for a workspace there.
    Try unsetting ZEPHYR_BASE and re-running this command.
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261084?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2020 22:43:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68ddaf17-8013-4c0f-a882-a1a19d11e04f</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;sorry, forgot to add. I tried updating NCS, but see this&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Watts-MacBook-Pro-2:nrf Watt$ pwd
/Users/Watt/zephyrproject/ncs/nrf
Watts-MacBook-Pro-2:nrf Watt$ git checkout master
fatal: not a git repository (or any of the parent directories): .git
Watts-MacBook-Pro-2:nrf Watt$ 
&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261083?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2020 22:34:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5f49760-2693-44e5-8b28-707e5f327bab</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Not sure what version of NCS I&amp;#39;m using. This is what Im seeing..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Watts-MacBook-Pro-2:lte_ble_gateway Watt$ west build -b nrf9160dk_nrf9160ns
-- west build: generating a build system
Including boilerplate (Zephyr base (cached)): /Users/Watt/zephyrproject/zephyr/cmake/app/boilerplate.cmake
-- Application: /Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway
-- Zephyr version: 2.3.0-rc2 (/Users/Watt/zephyrproject/zephyr)
-- Board: nrf9160dk_nrf9160ns
-- Found west: /Library/Frameworks/Python.framework/Versions/3.8/bin/west (found suitable version &amp;quot;0.7.2&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Found dtc: /usr/local/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (/Users/Watt/gnuarmemb)
-- Found BOARD.dts: /Users/Watt/zephyrproject/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns.dts
nrf9160dk_nrf9160ns.dts.pre.tmp:92.42-104.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/flash-controller@39000: duplicate unit-address (also used in node /soc/peripheral@40000000/kmu@39000)
nrf9160dk_nrf9160ns.dts.pre.tmp:341.19-347.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/clock@5000: duplicate unit-address (also used in node /soc/peripheral@40000000/power@5000)
-- Generated zephyr.dts: /Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway/build/zephyr/include/generated/devicetree_unfixed.h
Parsing /Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway/Kconfig
Loaded configuration &amp;#39;/Users/Watt/zephyrproject/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns_defconfig&amp;#39;
Merged configuration &amp;#39;prj.conf&amp;#39;

prj.conf:18: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol LTE_LINK_CONTROL

prj.conf:19: warning: attempt to assign the value &amp;#39;n&amp;#39; to the undefined symbol LTE_AUTO_INIT_AND_CONNECT

prj.conf:22: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol AT_HOST_LIBRARY

prj.conf:25: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BSD_LIBRARY

prj.conf:28: warning: attempt to assign the value &amp;#39;n&amp;#39; to the undefined symbol BSD_LIBRARY_TRACE_ENABLED

prj.conf:31: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol NRF_CLOUD

prj.conf:45: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol DK_LIBRARY

prj.conf:46: warning: attempt to assign the value &amp;#39;n&amp;#39; to the undefined symbol DK_LIBRARY_INVERT_LEDS

prj.conf:58: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_GATT_DM

prj.conf:59: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_SCAN

prj.conf:60: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_SCAN_FILTER_ENABLE

prj.conf:61: warning: attempt to assign the value &amp;#39;1&amp;#39; to the undefined symbol BT_SCAN_UUID_CNT

error: Aborting due to Kconfig warnings

CMake Error at /Users/Watt/zephyrproject/zephyr/cmake/kconfig.cmake:217 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  /Users/Watt/zephyrproject/zephyr/cmake/app/boilerplate.cmake:510 (include)
  /Users/Watt/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
  /Users/Watt/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:40 (include_boilerplate)
  CMakeLists.txt:20 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -B/Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway/build -S/Users/Watt/Documents/Switch_That/ZEPHYR_Code/nRF9160DK/lte_ble_gateway -GNinja&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connecting the nRF9160DK to the nRF52833 over Bluetooth</title><link>https://devzone.nordicsemi.com/thread/261070?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2020 18:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:461632d7-94db-46eb-98a0-9ad1e26a8302</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="RodWatt"]1. The LTE_BLE_Gateway code is designed to run with the Thingy52 (or &amp;#39;91 I assume) only[/quote]
&lt;p&gt;&amp;nbsp;Thingy:52 only, as the Thingy:91 is LTE (reference design) similar to the nRF9160DK.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="RodWatt"]2. If I want want to connect the nRF9160DK to the nRF5233DK I&amp;nbsp;should use the BT Peripheral LBS code. Do I use that on both systems? i.e on&amp;nbsp;both the&amp;nbsp;nRF9160DK and the nRF5233DK[/quote]
&lt;p&gt;&amp;nbsp;No, you have to keep the LTE_BLE_Gateway, however, you will need to modify it to connect with your application on the nRF52833DK. This application can be based on e.g. the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_lbs/README.html#bluetooth-peripheral-lbs"&gt;BT Peripheral LBS sample&lt;/a&gt;. This way the 833 will send something to the nRF9160DK, where the nRF52840 Board controller&amp;nbsp;running&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/bluetooth/hci_uart/README.html#bluetooth-hci-uart"&gt;bluetooth-hci-uart sample&lt;/a&gt;&amp;nbsp;will send this via UART to the application &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/lte_ble_gateway/README.html#nrf9160-lte-sensor-gateway"&gt;LTE Sensor Gateway sample&lt;/a&gt;&amp;nbsp;running on the nRF9160.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="RodWatt"]I&amp;#39;m having&amp;nbsp;problems building the&amp;nbsp;LTE_BLE_Gateway code for the nRF9160DK;[/quote]
&lt;p&gt;&amp;nbsp;Can you please explain what the problem is? What version of NCS are you running?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>