<?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>S132 serialisation command sequences</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25478/s132-serialisation-command-sequences</link><description>Hi,
I&amp;#39;m evaluating a nRF52 as ble central - controlled from a windows pc. 
 Searching the forum I just found: 
 devzone.nordicsemi.com/.../ 
 devzone.nordicsemi.com/.../ 
 Those threads normaly end with - nordic doesnt support HCI,... use something</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Oct 2017 17:09:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25478/s132-serialisation-command-sequences" /><item><title>RE: S132 serialisation command sequences</title><link>https://devzone.nordicsemi.com/thread/100415?ContentTypeID=1</link><pubDate>Tue, 10 Oct 2017 17:09:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c54047b1-ada6-41ea-9051-af0ed35df197</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I see that nRF Connect have switched to not using HW Flow control for the UART interface. I will update my above comment. Software handshaking is part of the HCI protocol, described in the above linked documentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S132 serialisation command sequences</title><link>https://devzone.nordicsemi.com/thread/100413?ContentTypeID=1</link><pubDate>Fri, 29 Sep 2017 12:18:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0a3f92d-a11e-4354-ab3a-d4d17d6c5acc</guid><dc:creator>Frederik</dc:creator><description>&lt;p&gt;What about the SW handshaking? ACKs,...&lt;/p&gt;
&lt;p&gt;Is it true about the JSegger? Cause I see HW handshaking is actually disabled in pc-ble-driver (SD_RPC_FLOW_CONTROL_NONE)&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S132 serialisation command sequences</title><link>https://devzone.nordicsemi.com/thread/100412?ContentTypeID=1</link><pubDate>Fri, 29 Sep 2017 12:07:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d95ebad0-790c-4fe2-b18e-4c9aa27c117c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;It use the UART HCI protocol, &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/ser_phy_uart_hci_page.html?cp=4_0_5_3_2_2_3"&gt;documented here&lt;/a&gt;. The default connectivity firmware for latest nRF Connect does not use HW flow control for the UART interface. It is not possible to change this without rewriting the pc-ble-driver code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S132 serialisation command sequences</title><link>https://devzone.nordicsemi.com/thread/100414?ContentTypeID=1</link><pubDate>Fri, 29 Sep 2017 07:56:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac66f59f-11c2-4506-8eda-1c98da3eb251</guid><dc:creator>Frederik</dc:creator><description>&lt;p&gt;Hi thanks Jorgen,
the logfiles are quite helpfull - but it seems the bytecodes are not complete are they (e.g. ACK doesn&amp;#39;t have any)?&lt;/p&gt;
&lt;p&gt;Btw. where can I find documentation on the handshaking needed for the pc-ble-driver?
I&amp;#39;ve been reading somewhere that HW handshaking is disabled so the JSegger will enable it. Also from the ACK in the logfiles it seems there is some SW handshaking. Can it be disabled? From my observations the controler resets each time I set a breakpoint to debug the pc-ble-code heartrate code - so I suspect it&amp;#39;s cause of missing the missing ACK from the driver?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S132 serialisation command sequences</title><link>https://devzone.nordicsemi.com/thread/100411?ContentTypeID=1</link><pubDate>Wed, 27 Sep 2017 09:20:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc87504f-8515-4ff5-8481-2cf1cccfa086</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The documentation of the BLE serialization can be found in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.2.0/lib_serialization.html?cp=4_0_4_3_2"&gt;SDK documentation&lt;/a&gt;. Note that &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/tree/v2.0.0#compiling-the-connectivity-hex-files"&gt;some changes&lt;/a&gt; are required to make the firmware compatible with pc-ble-driver.&lt;/p&gt;
&lt;p&gt;You can find log files for nRF Connect in &lt;code&gt;%appdata%\nrfconnect\&lt;/code&gt; (on Windows). This mostly shows the BLE events, so I don&amp;#39;t know if this is what you are looking for. Note that pc-ble-driver is also &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/tree/v2.0.0"&gt;available in source code on GitHub&lt;/a&gt;, and you can browse the code to see the implementation.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>