<?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>Problem with Eddystone adding DFU Service !</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65689/problem-with-eddystone-adding-dfu-service</link><description>Hi, 
 I am working on Eddystone project, after I successfully tested the Buttonless DFU example, I added DFU service to Eddystone example ( nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_eddystone\pca10040\s132\ses ) , I can scan and connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Sep 2020 06:35:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65689/problem-with-eddystone-adding-dfu-service" /><item><title>RE: Problem with Eddystone adding DFU Service !</title><link>https://devzone.nordicsemi.com/thread/268841?ContentTypeID=1</link><pubDate>Thu, 10 Sep 2020 06:35:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01b2f4cb-7a85-4e36-97b0-8de97bcccc65</guid><dc:creator>Susan_cfx</dc:creator><description>&lt;p&gt;Hi Einar,&lt;/p&gt;
&lt;p&gt;According to your suggestion, I have successfully upgraded, thank you very very much.&lt;/p&gt;
&lt;p&gt;Susan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with Eddystone adding DFU Service !</title><link>https://devzone.nordicsemi.com/thread/268734?ContentTypeID=1</link><pubDate>Wed, 09 Sep 2020 11:58:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ed2273f-7678-410f-8d4c-21c56b5acb22</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Susan,&lt;/p&gt;
&lt;p&gt;This issue is because the eddystone implementation iterates through the UUIDs it implements when there is a GATTS operation in&amp;nbsp;get_evt_type_for_handle(), and this returns&amp;nbsp;NRF_ERROR_NOT_FOUND for any UUID not handled by the Eddystone implementation. It should be safe to ignore this as now you know you are supporting more services. You could do it more elegantly, but I do not immediately see any problem with simply ignoring this error, by modifying nrf_ble_es.c like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-6c38b51a8c404033a1810a89a33254d7/nrf_5F00_ble_5F00_es.c.diff"&gt;devzone.nordicsemi.com/.../nrf_5F00_ble_5F00_es.c.diff&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with Eddystone adding DFU Service !</title><link>https://devzone.nordicsemi.com/thread/268617?ContentTypeID=1</link><pubDate>Wed, 09 Sep 2020 03:14:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b81cb980-7f67-40c6-af0c-1d88fb48f203</guid><dc:creator>Susan_cfx</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_eddystone.zip"&gt;devzone.nordicsemi.com/.../ble_5F00_app_5F00_eddystone.zip&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/1184.bootloader.zip"&gt;devzone.nordicsemi.com/.../1184.bootloader.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hello Einar,&lt;/p&gt;
&lt;p&gt;I have uploaded the complete modified project . The IDE&amp;nbsp; I use is SES, ignore the others.&amp;nbsp; Another, I uploaded the bootload hex which generated from&amp;nbsp;&lt;span&gt;&amp;lt;SDK&amp;gt;&lt;/span&gt; \examples\dfu\secure_bootloader\pca10040_s132_ble.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looking forward your reply, thank you very much.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Susan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with Eddystone adding DFU Service !</title><link>https://devzone.nordicsemi.com/thread/268506?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 11:56:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2f36720-137f-42db-be15-f3780cfd48d6</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are some more dependencies here that is not mentioned, so I wonder if you could upload your complete modified project so that I can test the exact same thing on my side? (By that I mean everything under &amp;lt;SDK&amp;gt;\examples\ble_peripheral\ble_app_eddystone\, so that I can drop it in an unmodified SDK 17 and test).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>