<?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>Setup and environment to connect PCA10040 with Linux based system</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34927/setup-and-environment-to-connect-pca10040-with-linux-based-system</link><description>Hi all, 
 I am using a linux based board and wanted to support BLE5.0 on that board. PCA10040 is connected with My board through UART. Please forgive me for these basic doubts. 
 I have doubt regarding these things. 
 1) If I need to send some command</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Jun 2018 12:59:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34927/setup-and-environment-to-connect-pca10040-with-linux-based-system" /><item><title>RE: Setup and environment to connect PCA10040 with Linux based system</title><link>https://devzone.nordicsemi.com/thread/135166?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 12:59:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:693434ef-4e07-456b-8cff-fbeb488e4ef1</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;If you are using the ble_app_uart example this will simply forward what it receives on uart to the connected ble device over uart. The other way it will forward what it receives on the ble uart service to the uart interface. unfortunately you cannot control ble functionality this way.&lt;/p&gt;
&lt;p&gt;If you are looking at our serialization solution you can find the documentation for it &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_serialization.html?cp=4_0_0_3_40"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setup and environment to connect PCA10040 with Linux based system</title><link>https://devzone.nordicsemi.com/thread/135108?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 09:56:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15a71f31-56e1-432a-87e7-183fd0706bf6</guid><dc:creator>ashish8178</dc:creator><description>&lt;p&gt;as pca10400 support communication through UART, Can I send Some sample command to PCA10400 via uart from linux.&amp;nbsp; what can be frame format for this?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setup and environment to connect PCA10040 with Linux based system</title><link>https://devzone.nordicsemi.com/thread/134689?ContentTypeID=1</link><pubDate>Tue, 05 Jun 2018 09:27:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88f53126-006a-47a9-a91d-b313fa4e8b8e</guid><dc:creator>ashish8178</dc:creator><description>&lt;p&gt;I am actually using yocto&amp;nbsp;based solution on which I am connecting 10400 with UART. If I just send Echo command over Echo, I am no able to see any response. What can be the possible reason?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setup and environment to connect PCA10040 with Linux based system</title><link>https://devzone.nordicsemi.com/thread/134659?ContentTypeID=1</link><pubDate>Tue, 05 Jun 2018 07:35:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f71cccb-3187-482c-9c6b-beb1c73f8c21</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;I think I would switch to the zephyr project as suggested below and use the native bluez host with the zephyr controller.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setup and environment to connect PCA10040 with Linux based system</title><link>https://devzone.nordicsemi.com/thread/134155?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 10:16:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:549f358a-3280-4b2c-93d8-a0b9a6b49560</guid><dc:creator>ashish8178</dc:creator><description>&lt;p&gt;I am runnning&amp;nbsp;nRF5_SDK_11.0.0_89a8197 on this. Currently I am running some example image from peripheral.&lt;/p&gt;
&lt;p&gt;I am using linux boundary device(nitrogen 6x). What will be best suitable Module for this board?&lt;/p&gt;
&lt;p&gt;In my use case, my linux&amp;nbsp;board should be able to manage all the events.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setup and environment to connect PCA10040 with Linux based system</title><link>https://devzone.nordicsemi.com/thread/134138?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 08:29:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fca35563-db2a-46e8-8610-044cdf4cfe62</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;1) What firmware have you programmed to the pca10040?&lt;/p&gt;
&lt;p&gt;2) You could also use nRFjprog which is a command line tool&lt;/p&gt;
&lt;p&gt;3) If you use our serialization project you can do this. But that also means you need handle all events on the linux board.&lt;/p&gt;
&lt;p&gt;Based on your questions, maybe you should consider looking at using &lt;a href="http://infocenter.nordicsemi.com/pdf/nwp_029.pdf"&gt;the zephyr project&lt;/a&gt; so you get an LE controller that ou can controll from the BlueZ (Linux bluetooth stack)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>