<?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>Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84017/seriarization-uart-read-blob-failure</link><description>Hi, I send application data using Read blob PDU from nRF52832. nRF52832 firmware is connectivity of Serialization of nRF5_SDK_17.0.2 for UART interface. 
 After connection, application data is sent using Read blob response. the Unit of transmission is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Feb 2022 17:08:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84017/seriarization-uart-read-blob-failure" /><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/355360?ContentTypeID=1</link><pubDate>Mon, 28 Feb 2022 17:08:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1db8a916-9457-461f-ac9f-44377da96a29</guid><dc:creator>Sigurd</dc:creator><description>[quote user="H.O"]If it is changed to &amp;quot;Release&amp;quot;, this&amp;nbsp;problem doesn&amp;#39;t occur.&amp;nbsp;[/quote]
&lt;p&gt;Good!&lt;/p&gt;
[quote user="H.O"]Can you explain the reason of this difference?[/quote]
&lt;p&gt;Could be some timing issue / race condition.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/353491?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 02:00:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af670ddb-d0b9-4c0a-b87e-0e50f0095b23</guid><dc:creator>H.O</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I add this verification result.&lt;/p&gt;
&lt;p&gt;The build configration was &amp;quot;Debug&amp;quot; under this problem.&lt;/p&gt;
&lt;p&gt;If it is changed to &amp;quot;Release&amp;quot;, this&amp;nbsp;problem doesn&amp;#39;t occur.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you explain the reason of this difference?&lt;/p&gt;
&lt;p&gt;B. R.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/353005?ContentTypeID=1</link><pubDate>Tue, 15 Feb 2022 06:35:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3d8a9f6-e889-4ed8-9645-6266339deef5</guid><dc:creator>H.O</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you reproduce this problem?&lt;/p&gt;
&lt;p&gt;I must solve it by the end of this week.&lt;/p&gt;
&lt;p&gt;If you have any updated information, please let me know.&lt;/p&gt;
&lt;p&gt;B.R.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/350340?ContentTypeID=1</link><pubDate>Mon, 31 Jan 2022 04:29:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:571d2bef-c045-4d26-8355-b89a0422412e</guid><dc:creator>H.O</dc:creator><description>&lt;p&gt;I use attached simple script for python with pyserial.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/TP_5F00_Readblob_5F00_MK71521.py"&gt;devzone.nordicsemi.com/.../TP_5F00_Readblob_5F00_MK71521.py&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/350153?ContentTypeID=1</link><pubDate>Fri, 28 Jan 2022 09:59:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05527588-d0e2-4d2f-b6ce-620877c1bda4</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="H.O"]The&amp;nbsp; command sequence for the UART is emulated from&amp;nbsp; script on PC.[/quote]
&lt;p&gt;Did you use pc-ble-driver-py?&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-py"&gt;https://github.com/NordicSemiconductor/pc-ble-driver-py&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or&amp;nbsp;pc-ble-driver?&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;https://github.com/NordicSemiconductor/pc-ble-driver&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Or some other type of script? Can you share the script that reproduces this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/350094?ContentTypeID=1</link><pubDate>Fri, 28 Jan 2022 01:01:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56c967ad-5e03-44cb-b244-e6ff7cba01ee</guid><dc:creator>H.O</dc:creator><description>&lt;p&gt;&lt;span&gt;I debug on nRF52832 Board with PC via USB-serial(UART). nRF52832 Board.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nRF52832 firmware is connectivity of Serialization that modified UART port.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp; command sequence for the UART is emulated from&amp;nbsp; script on PC.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;For&amp;nbsp; this problem, can you explain the cause on command sequence of this ticket?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can you reproduce this problem on your equipment?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/349461?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 09:15:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c5a8ca8-9d16-4e45-8ace-1bdd2582c10e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As far as I can see from the log, after the&amp;nbsp;ATT_READ_BLOB_REQ with offset 88, sent from the master, the slave just stopped responding, and the link&amp;nbsp;seem to have been lost. Likely it run into some issue in the application. You would have to debug the nRF52 application&amp;nbsp;to see&amp;nbsp;why it failed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/349391?ContentTypeID=1</link><pubDate>Sun, 23 Jan 2022 23:55:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:156adb99-1462-4abb-8f01-a71d14a1ff6c</guid><dc:creator>H.O</dc:creator><description>&lt;p&gt;Hi, thank you for your reply.&lt;/p&gt;
&lt;p&gt;I uploaded the below file.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nRF52832_5F00_ReadBlob_5F00_Failure.zip"&gt;devzone.nordicsemi.com/.../nRF52832_5F00_ReadBlob_5F00_Failure.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/349390?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 10:42:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3d1d96f-c641-466e-b329-43c1f94adb3d</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you zip and upload the sniffer file as well?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/349389?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 00:21:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42e665b2-77ef-4c32-af24-f42cb2ac073a</guid><dc:creator>H.O</dc:creator><description>&lt;p&gt;I have BPA low energy of Teledyne. Can you find the below?&lt;/p&gt;
&lt;p&gt;Peripheral (Slave) device is nRF52832.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1642724169516v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1642724215226v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seriarization (UART) Read blob Failure</title><link>https://devzone.nordicsemi.com/thread/349388?ContentTypeID=1</link><pubDate>Thu, 20 Jan 2022 11:57:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63b20eac-df08-4030-bbf8-8188e47888dc</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]&lt;span&gt;nRF52832 Serialization&amp;nbsp;&lt;/span&gt;UART command sequence is below.[/quote]
&lt;p&gt;It&amp;#39;s a bit difficult to understand what&amp;#39;s happening with only this command sequence. Could you capture a sniffer trace?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>