<?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>Connect nRF52840-Dongle in a Raspberry pi 3B+</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40011/connect-nrf52840-dongle-in-a-raspberry-pi-3b</link><description>Hi :) 
 I would like to test the nRF52840-Dongle in a Raspberry Pi 3B+ OS = Rasbian (the bluetooth 5 features: 2Mbps and Long range). but unfortunately I didn&amp;#39;t find a nRF-Connect to install in ARMv7 CPU. 
 Questions: 
 1. There is a nRF-Connect for the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Nov 2018 21:53:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40011/connect-nrf52840-dongle-in-a-raspberry-pi-3b" /><item><title>RE: Connect nRF52840-Dongle in a Raspberry pi 3B+</title><link>https://devzone.nordicsemi.com/thread/156387?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 21:53:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c44365e0-895e-4d81-83b8-a594586d1e44</guid><dc:creator>Diana Lucia Serna</dc:creator><description>&lt;p&gt;Test&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connect nRF52840-Dongle in a Raspberry pi 3B+</title><link>https://devzone.nordicsemi.com/thread/156386?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 21:52:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ce0ed0a-8ee9-4231-b7b5-eba7f6eba5fe</guid><dc:creator>Diana Lucia Serna</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;p&gt;I had tried to install the nRF-Connect in my raspberry but it is not working :(...&lt;/p&gt;
&lt;p&gt;I had installed successfully (the installation ended without any error) the pc-ble-driver-py in the folder /home/pi/pc-ble-driver-py, following the commands:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git clone git@github.com:NordicSemiconductor/pc-ble-driver-py.git
cd pc-ble-driver-py/
git submodule init
git submodule update
cd build/
cmake -G &amp;quot;Unix Makefiles&amp;quot; ..
make
&lt;br /&gt;I can see in the folder home/pi/pc-ble-driver-py/build/outdir the files:&lt;br /&gt;&lt;br /&gt;libpc_ble_driver_shared_sd_api_v2.so&lt;br /&gt;libpc_ble_driver_shared_sd_api_v3.so &lt;br /&gt;libpc_ble_driver_static_sd_api_v2.a&lt;br /&gt;libpc_ble_driver_static_sd_api_v3.a&lt;br /&gt;pc_ble_driver_sd_api_v2.i&lt;br /&gt;pc_ble_driver_sd_api_v2.py &lt;br /&gt;pc_ble_driver_sd_api_v2PYTHON_wrap.&lt;br /&gt;_pc_ble_driver_sd_api_v2.so&lt;br /&gt;pc_ble_driver_sd_api_v3.i&lt;br /&gt;pc_ble_driver_sd_api_v3.py&lt;br /&gt;pc_ble_driver_sd_api_v3PYTHON_wrap.c&lt;br /&gt;_pc_ble_driver_sd_api_v3.so&lt;br /&gt;test_uart&lt;br /&gt;&lt;br /&gt;so I guess that the library pc_ble_driver was compiled successfully... (I hope)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Question: should I move this files to other folder, to be used for the nrConnect?&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;After I had cloned the project &lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-core.git"&gt;https://github.com/NordicSemiconductor/pc-nrfconnect-core.git&lt;/a&gt;&lt;br /&gt;cd /home/pi/pc-nrfconnect-core&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;in this folder I had tried to install the pc-ble-driver-js &lt;br /&gt;but I get always the following error:&lt;br /&gt;&lt;em&gt;&lt;br /&gt;make: Verzeichnis &amp;bdquo;/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/build&amp;ldquo; wird verlassen&lt;br /&gt;gyp ERR! build error &lt;br /&gt;gyp ERR! stack Error: `make` failed with exit code: 2&lt;br /&gt;gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)&lt;br /&gt;gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.emit (events.js:182:13)&lt;br /&gt;gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)&lt;br /&gt;gyp ERR! System Linux 4.14.71-v7+&lt;br /&gt;gyp ERR! command &amp;quot;/usr/bin/node&amp;quot; &amp;quot;/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js&amp;quot; &amp;quot;build&amp;quot; &amp;quot;--fallback-to-build&amp;quot; &amp;quot;--module=/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/src/binding/usb_bindings.node&amp;quot; &amp;quot;--module_name=usb_bindings&amp;quot; &amp;quot;--module_path=/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/src/binding&amp;quot; &amp;quot;--napi_version=3&amp;quot; &amp;quot;--node_abi_napi=napi&amp;quot;&lt;br /&gt;gyp ERR! cwd /home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb&lt;br /&gt;gyp ERR! node -v v11.1.0&lt;br /&gt;gyp ERR! node-gyp -v v3.8.0&lt;br /&gt;gyp ERR! not ok &lt;br /&gt;node-pre-gyp ERR! build error &lt;br /&gt;node-pre-gyp ERR! stack Error: Failed to execute &amp;#39;/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/src/binding/usb_bindings.node --module_name=usb_bindings --module_path=/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/src/binding --napi_version=3 --node_abi_napi=napi&amp;#39; (1)&lt;br /&gt;node-pre-gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.&amp;lt;anonymous&amp;gt; (/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/node_modules/node-pre-gyp/lib/util/compile.js:83:29)&lt;br /&gt;node-pre-gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.emit (events.js:182:13)&lt;br /&gt;node-pre-gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at maybeClose (internal/child_process.js:970:16)&lt;br /&gt;node-pre-gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Process.ChildProcess._handle.onexit (internal/child_process.js:257:5)&lt;br /&gt;node-pre-gyp ERR! System Linux 4.14.71-v7+&lt;br /&gt;node-pre-gyp ERR! command &amp;quot;/usr/bin/node&amp;quot; &amp;quot;/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/node_modules/.bin/node-pre-gyp&amp;quot; &amp;quot;install&amp;quot; &amp;quot;--fallback-to-build&amp;quot;&lt;br /&gt;node-pre-gyp ERR! cwd /home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb&lt;br /&gt;node-pre-gyp ERR! node -v v11.1.0&lt;br /&gt;node-pre-gyp ERR! node-pre-gyp -v v0.10.3&lt;br /&gt;node-pre-gyp ERR! not ok &lt;br /&gt;Failed to execute &amp;#39;/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/src/binding/usb_bindings.node --module_name=usb_bindings --module_path=/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/src/binding --napi_version=3 --node_abi_napi=napi&amp;#39; (1)&lt;br /&gt;../libusb/libusb/descriptor.c:1199:1: fatal error: opening dependency file ./Release/.deps/Release/obj.target/libusb/libusb/libusb/descriptor.o.d.raw: Datei oder Verzeichnis nicht gefunden&lt;br /&gt;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;^&lt;br /&gt;compilation terminated.&lt;br /&gt;libusb.target.mk:138: die Regel f&amp;uuml;r Ziel &amp;bdquo;Release/obj.target/libusb/libusb/libusb/descriptor.o&amp;ldquo; scheiterte&lt;br /&gt;make: *** [Release/obj.target/libusb/libusb/libusb/descriptor.o] Fehler 1&lt;br /&gt;make: Verzeichnis &amp;bdquo;/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/build&amp;ldquo; wird verlassen&lt;br /&gt;gyp ERR! build error &lt;br /&gt;gyp ERR! stack Error: `make` failed with exit code: 2&lt;br /&gt;gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)&lt;br /&gt;gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at ChildProcess.emit (events.js:182:13)&lt;br /&gt;gyp ERR! stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)&lt;br /&gt;gyp ERR! System Linux 4.14.71-v7+&lt;br /&gt;gyp ERR! command &amp;quot;/usr/bin/node&amp;quot; &amp;quot;/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js&amp;quot; &amp;quot;build&amp;quot; &amp;quot;--fallback-to-build&amp;quot; &amp;quot;--module=/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/src/binding/usb_bindings.node&amp;quot; &amp;quot;--module_name=usb_bindings&amp;quot; &amp;quot;--module_path=/home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb/src/binding&amp;quot; &amp;quot;--napi_version=3&amp;quot; &amp;quot;--node_abi_napi=napi&amp;quot;&lt;br /&gt;gyp ERR! cwd /home/pi/pc-nrfconnect-core/node_modules/pc-ble-driver-js/node_modules/nrf-usb&lt;br /&gt;gyp ERR! node -v v11.1.0&lt;br /&gt;gyp ERR! node-gyp -v v3.8.0&lt;br /&gt;gyp ERR! not ok &lt;br /&gt;npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.&lt;br /&gt;npm WARN nrfconnect@2.6.0 license should be a valid SPDX license expression&lt;br /&gt;npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-win@2.1.1 (node_modules/7zip-bin-win):&lt;br /&gt;npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-win@2.1.1: wanted {&amp;quot;os&amp;quot;:&amp;quot;win32&amp;quot;,&amp;quot;arch&amp;quot;:&amp;quot;any&amp;quot;} (current: {&amp;quot;os&amp;quot;:&amp;quot;linux&amp;quot;,&amp;quot;arch&amp;quot;:&amp;quot;arm&amp;quot;})&lt;br /&gt;npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-mac@1.0.1 (node_modules/7zip-bin-mac):&lt;br /&gt;npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-mac@1.0.1: wanted {&amp;quot;os&amp;quot;:&amp;quot;darwin&amp;quot;,&amp;quot;arch&amp;quot;:&amp;quot;any&amp;quot;} (current: {&amp;quot;os&amp;quot;:&amp;quot;linux&amp;quot;,&amp;quot;arch&amp;quot;:&amp;quot;arm&amp;quot;})&lt;br /&gt;npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):&lt;br /&gt;npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {&amp;quot;os&amp;quot;:&amp;quot;darwin&amp;quot;,&amp;quot;arch&amp;quot;:&amp;quot;any&amp;quot;} (current: {&amp;quot;os&amp;quot;:&amp;quot;linux&amp;quot;,&amp;quot;arch&amp;quot;:&amp;quot;arm&amp;quot;})&lt;br /&gt;&lt;br /&gt;npm ERR! code ELIFECYCLE&lt;br /&gt;npm ERR! errno 1&lt;br /&gt;npm ERR! nrf-usb@0.0.1 install: `node-pre-gyp install --fallback-to-build`&lt;br /&gt;npm ERR! Exit status 1&lt;br /&gt;npm ERR! &lt;br /&gt;npm ERR! Failed at the nrf-usb@0.0.1 install script.&lt;br /&gt;npm ERR! This is probably not a problem with npm. There is likely additional logging output above.&lt;br /&gt;&lt;br /&gt;npm ERR! A complete log of this run can be found in:&lt;br /&gt;npm ERR!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /home/pi/.npm/_logs/2018-11-07T21_20_02_930Z-debug.log&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;I had also tried npm install but still I have some errors.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Then I had tried to install in other folder the pc-ble-drive-js also without succes :(&lt;br /&gt;git clone &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-js.git"&gt;https://github.com/NordicSemiconductor/pc-ble-driver-js.git&lt;/a&gt;&lt;br /&gt;cd pc-ble-driver-js&lt;br /&gt;&lt;br /&gt;I had follow the instructions to building pc-ble-driver (&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/Installation.md"&gt;https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/Installation.md)&lt;/a&gt;&lt;br /&gt;but unfortunately it was not clear which steps I need to do&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Do you have a detailed description about what I need to do to build the pc-ble-driver &lt;br /&gt;in my raspeberry?&lt;br /&gt;&lt;br /&gt;some steps was working, other not :(&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I am really interested that the nRF-82540 dongle works in a cpu architecture ARM (like the raspberry), &lt;br /&gt;since my company works with this kind of CPU. My company produces controllers&lt;br /&gt;(temperature controller) and we want to provide them with a wireless comunication.&lt;br /&gt;&lt;br /&gt;Thanks a lot and sorry for all the questions...&lt;br /&gt;&lt;br /&gt;Diana Lucia Serna&lt;em&gt; &lt;br /&gt;&lt;br /&gt;&lt;/em&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connect nRF52840-Dongle in a Raspberry pi 3B+</title><link>https://devzone.nordicsemi.com/thread/155819?ContentTypeID=1</link><pubDate>Fri, 02 Nov 2018 21:54:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:549a07fa-511e-49bc-a1f8-c8b7e56e0432</guid><dc:creator>Diana Lucia Serna</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thanks... I will try&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Diana&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connect nRF52840-Dongle in a Raspberry pi 3B+</title><link>https://devzone.nordicsemi.com/thread/155275?ContentTypeID=1</link><pubDate>Wed, 31 Oct 2018 09:12:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22919f96-0e62-43d8-a4ec-8e6a2b97a397</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;There is no pre-built binary for ARMv7 architecture. You can try to build the application from source, source and instructions are available in the &lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-core#building-from-source"&gt;GitHub repository&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Please have a look at the &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;pc-ble-driver library&lt;/a&gt;. There is also a &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-py"&gt;python version&lt;/a&gt; that is quite simple to setup and use.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>