<?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>ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81785/ant-dfu-with-nrf-util-and-ant-dfu-secure-example-on-windows-10-x64</link><description>Hello! 
 My steps: 
 1 - Full working dfu over ble on nrf52840-dk + nrfutil + nrf52840 Dongle 
 2 - Change transport BLE -&amp;gt; ANT + nrfutil + ANT USB Stick 2, ANT USB(two different sticks) 
 I think there is some problem with the driver libraries, but what</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Dec 2021 09:14:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81785/ant-dfu-with-nrf-util-and-ant-dfu-secure-example-on-windows-10-x64" /><item><title>RE: ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/thread/343813?ContentTypeID=1</link><pubDate>Thu, 16 Dec 2021 09:14:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94524bf2-dd80-498f-ab71-99bbbda68356</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That is great to hear, I will consider this case resolved then.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/thread/343646?ContentTypeID=1</link><pubDate>Wed, 15 Dec 2021 13:01:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7497e03b-b2f1-4944-b434-6043996f760b</guid><dc:creator>s20550</dc:creator><description>&lt;p&gt;yes all working!&lt;/p&gt;
&lt;p&gt;but after switch to micro-ecc backend signature check fail.&lt;/p&gt;
&lt;p&gt;i&amp;#39;m rebuild micro-ecc without&amp;nbsp;-DuECC_VLI_NATIVE_LITTLE_ENDIAN=1 and all work!&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/thread/343625?ContentTypeID=1</link><pubDate>Wed, 15 Dec 2021 12:21:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b56e0cb3-bbaf-4279-b0a5-75278f98c3ee</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am sorry for the slow response, this case fell between the cracks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you still having issues with this?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/thread/339631?ContentTypeID=1</link><pubDate>Thu, 18 Nov 2021 12:29:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcfd9a09-9353-4cfb-8c48-335a1add4f6a</guid><dc:creator>s20550</dc:creator><description>&lt;p&gt;dfu_transport.py comment row 141 :&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="python"&gt;        #self.ant_dev.configure_advanced_burst(True, 3, 0, 0x01,
        #    response_time_msec=self.ANT_RSP_TIMEOUT)
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and&amp;nbsp;bootloader working.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But only with usb stick 2.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/thread/339428?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 12:52:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e32642c-0701-4a8d-8ecd-18f576c27fb1</guid><dc:creator>s20550</dc:creator><description>&lt;p&gt;dfu_transport.py after row 190 add:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="python"&gt;if len(data) &amp;lt; 9:
            len_append = 9 - len(data)
            for _ in range(len_append):
                data.append(0)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and now:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2021-11-17 15:43:35,879 Sending Application image.
2021-11-17 15:43:39,333 ANT: --&amp;gt; [9, 1]
2021-11-17 15:43:39,513 ANT: &amp;lt;-- [96, 9, 1, 1]
2021-11-17 15:43:39,513 ANT: Set Packet Receipt Notification 0
2021-11-17 15:43:39,516 ANT: --&amp;gt; [2, 0, 0]
2021-11-17 15:43:39,703 ANT: &amp;lt;-- [96, 2, 1]
2021-11-17 15:43:39,703 ANT: --&amp;gt; [7]
2021-11-17 15:43:39,894 ANT: &amp;lt;-- [96, 7, 1, 0, 4]
2021-11-17 15:43:39,894 Sending init packet...
2021-11-17 15:43:39,897 ANT: Selecting Object: type:1
2021-11-17 15:43:39,897 ANT: --&amp;gt; [6, 1]
2021-11-17 15:43:40,084 ANT: &amp;lt;-- [96, 6, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2021-11-17 15:43:40,084 ANT: Object selected:  max_size:512 offset:0 crc:0
2021-11-17 15:43:40,087 ANT: --&amp;gt; [1, 1, 141, 0, 0, 0]
2021-11-17 15:43:40,264 ANT: &amp;lt;-- [96, 1, 1]
2021-11-17 15:43:40,264 ANT: Streaming Data: len:141 offset:0 crc:0x00000000
2021-11-17 15:43:40,267 ANT: --&amp;gt; [8, 18, 138, 1, 10, 68, 8, 1, 18, 64, 8, 2, 16, 52, 26, 2, 208, 1, 32, 0, 40, 0, 48, 0, 56, 128, 224, 1, 66, 36, 8, 3, 18, 32, 46, 107, 186, 112, 245, 178, 229, 231, 131, 147, 146, 67, 180, 93, 227, 146, 238, 143, 212, 228, 186, 19, 225, 93, 159, 119, 1, 83, 115, 127, 178, 146, 72, 0, 82, 4, 8, 1, 18, 0, 16, 0, 26, 64, 51, 104, 44, 49, 7, 79, 53, 8, 12, 141, 129, 164, 71, 124, 224, 163, 71, 228, 156, 254, 180, 253, 72, 9, 17, 160, 84, 212, 7, 144, 127, 3, 74, 30, 189, 189, 54, 64, 224, 128, 158, 235, 135, 88, 233, 167, 22, 131, 239, 153, 77, 29, 146, 32, 4, 201, 178, 171, 28, 56, 93, 190, 155, 142]
Traceback (most recent call last):
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\Scripts\nrfutil-script.py&amp;quot;, line 33, in &amp;lt;module&amp;gt;
    sys.exit(load_entry_point(&amp;#39;nrfutil==6.1.3&amp;#39;, &amp;#39;console_scripts&amp;#39;, &amp;#39;nrfutil&amp;#39;)())
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1128, in __call__
    return self.main(*args, **kwargs)
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1053, in main
    rv = self.invoke(ctx)
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 754, in invoke
    return __callback(*args, **kwargs)
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\__main__.py&amp;quot;, line 1293, in ant
    dfu.dfu_send_images()
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu.py&amp;quot;, line 127, in dfu_send_images
    self._dfu_send_image(self.manifest.application)
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu.py&amp;quot;, line 95, in _dfu_send_image
    self.dfu_transport.send_init_packet(data)
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu_transport_ant.py&amp;quot;, line 416, in send_init_packet
    self.__stream_data(data=init_packet)
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu_transport_ant.py&amp;quot;, line 576, in __stream_data
    self.dfu_adapter.send_message(list(to_transmit))
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu_transport_ant.py&amp;quot;, line 208, in send_message
    self.__wait_for_condition(lambda: self.tx_result is not None)
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu_transport_ant.py&amp;quot;, line 228, in __wait_for_condition
    self.__process_mesg(timeout -
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu_transport_ant.py&amp;quot;, line 232, in __process_mesg
    mesg = self.__get_ant_mesg(timeout)
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu_transport_ant.py&amp;quot;, line 300, in __get_ant_mesg
    if self.ant_dev.wait_for_message(int(timeout * 1000)):
  File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\antlib\antdevice.py&amp;quot;, line 1015, in wait_for_message
    raise ANTDeviceError(self, &amp;#39;wait_for_message&amp;#39;)
antlib.antdevice.ANTDeviceError: Error interfacing with the ANT Library!
Error interfacing with ANT device: wait_for_message failed
Additional Information:
device: &amp;lt;ANTDevice usb-0 (57600 Baud) with basic framer&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/thread/339425?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 12:34:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fd3ab98-f13e-4c81-85b1-e5548da1065d</guid><dc:creator>s20550</dc:creator><description>&lt;p&gt;PING sending only 5 bytes, but burst &amp;lt; 8 bytes not working!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/thread/339411?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 11:54:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a49b2f88-bedb-4d5c-8aec-7b87967cf5fd</guid><dc:creator>s20550</dc:creator><description>&lt;p&gt;line 199&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="python"&gt;self.ant_dev.send_burst(self.ANT_DFU_CHAN, data)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="python"&gt;self.ant_dev.send_burst(self.ANT_DFU_CHAN, data, response_time_msec=self.ANT_RSP_TIMEOUT)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;2021-11-17 14:47:13,442 Sending Application image.&lt;br /&gt;2021-11-17 14:47:17,929 ANT: --&amp;gt; [9, 1]&lt;br /&gt;2021-11-17 14:47:17,929 send burst to channel = 0&lt;br /&gt;2021-11-17 14:47:17,930 tx_seq = 1&lt;br /&gt;Traceback (most recent call last):&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\Scripts\nrfutil-script.py&amp;quot;, line 33, in &amp;lt;module&amp;gt;&lt;br /&gt; sys.exit(load_entry_point(&amp;#39;nrfutil==6.1.3&amp;#39;, &amp;#39;console_scripts&amp;#39;, &amp;#39;nrfutil&amp;#39;)())&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1128, in __call__&lt;br /&gt; return self.main(*args, **kwargs)&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1053, in main&lt;br /&gt; rv = self.invoke(ctx)&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1659, in invoke&lt;br /&gt; return _process_result(sub_ctx.command.invoke(sub_ctx))&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1659, in invoke&lt;br /&gt; return _process_result(sub_ctx.command.invoke(sub_ctx))&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 1395, in invoke&lt;br /&gt; return ctx.invoke(self.callback, **ctx.params)&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\click\core.py&amp;quot;, line 754, in invoke&lt;br /&gt; return __callback(*args, **kwargs)&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\__main__.py&amp;quot;, line 1293, in ant&lt;br /&gt; dfu.dfu_send_images()&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu.py&amp;quot;, line 127, in dfu_send_images&lt;br /&gt; self._dfu_send_image(self.manifest.application)&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu.py&amp;quot;, line 88, in _dfu_send_image&lt;br /&gt; self.dfu_transport.open()&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu_transport_ant.py&amp;quot;, line 366, in open&lt;br /&gt; if not self.__ping():&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu_transport_ant.py&amp;quot;, line 478, in __ping&lt;br /&gt; self.dfu_adapter.send_message([DfuTransportAnt.OP_CODE['Ping'], self.ping_id])&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\nordicsemi\dfu\dfu_transport_ant.py&amp;quot;, line 199, in send_message&lt;br /&gt; self.ant_dev.send_burst(self.ANT_DFU_CHAN, data, response_time_msec=self.ANT_RSP_TIMEOUT)&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\antlib\antdevice.py&amp;quot;, line 640, in send_burst&lt;br /&gt; self._check_result(&lt;br /&gt; File &amp;quot;C:\Users\Sam\AppData\Local\Programs\Python\Python39-32\lib\site-packages\antlib\antdevice.py&amp;quot;, line 469, in _check_result&lt;br /&gt; raise ANTDeviceError(self, operation_name, value)&lt;br /&gt;antlib.antdevice.ANTDeviceError: Error interfacing with the ANT Library!&lt;br /&gt;Error interfacing with ANT device: send_burst failed with return code: 2&lt;br /&gt;Additional Information:&lt;br /&gt;device: &amp;lt;ANTDevice usb-0 (57600 Baud) with basic framer&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/thread/339404?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 11:31:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:700ad789-42b5-4bec-a7a2-66a1083480e8</guid><dc:creator>s20550</dc:creator><description>&lt;p&gt;in site-packages/nordicsemi/dfu/dfu_transport_ant.py&lt;/p&gt;
&lt;p&gt;change string number 293:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="python"&gt;if not mesg:&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="python"&gt;if mesg is None:&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and&amp;nbsp;&lt;/p&gt;
&lt;p&gt;now&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;###&amp;gt;nrfutil -v -v -v -v dfu ant -pkg update.zip -d
2021-11-17 14:24:34,793 Sending Application image.
2021-11-17 14:24:38,107 ANT: --&amp;gt; [9, 1]&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and nothing...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ant dfu with nrf util and ant dfu secure example on windows 10 x64</title><link>https://devzone.nordicsemi.com/thread/339400?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 11:11:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18e95ac5-4654-43e6-b2a8-0c6b7319d1ca</guid><dc:creator>s20550</dc:creator><description>&lt;p&gt;My config ant channel dfu from add extra log:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;00&amp;gt; channel type = 16&lt;br /&gt;00&amp;gt; rf_freq = 66&lt;br /&gt;00&amp;gt; device_type = 10&lt;br /&gt;00&amp;gt; channel_period = 2048&lt;br /&gt;00&amp;gt; transmission type = 49&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Ant dfu receive messaging tx from AntWare II, but ignore nrfutil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>