<?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>which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31131/which-program-to-choose-to-advertise-data-over-ble</link><description>Hello Everyone, 
 I have done I2C communication with Grid Eye sensor (AMG 8832) using twi_master_with_twis_slave (nRF5_SDK_12.3.0_d7731ad) example program. Now i want to transmit the Temperature data over BLE . I am not sure which ble_peripheral example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Oct 2020 14:19:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31131/which-program-to-choose-to-advertise-data-over-ble" /><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/277167?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2020 14:19:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3525211-fef7-4d1c-9c9b-af172d551a21</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Are you sure this shouldn&amp;#39;t be a preprocessor definition in your project?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/277110?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2020 11:20:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe2c0276-901f-4bd7-a02e-67269f7315e6</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I did not have any problem related to&amp;nbsp;&lt;span&gt;SOFTDEVICE_PRESENT.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/275739?ContentTypeID=1</link><pubDate>Tue, 20 Oct 2020 02:15:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6a7c516-7333-4e3b-ad4a-a534547bd66e</guid><dc:creator>lunaa</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Hope you are still around.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m working on combining the examples of&amp;nbsp;twi_master_with_twis_slave onto ble_app_beacon like you.&lt;/p&gt;
&lt;p&gt;However, I struggle to enable&amp;nbsp;SOFTDEVICE_PRESENT which was stated due to the sdk_config.h file as in&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49955/softdevice_present"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/49955/softdevice_present&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Did you have this problem and how did you manage to solve it?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/125078?ContentTypeID=1</link><pubDate>Tue, 20 Mar 2018 03:47:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b27963e3-b643-4db0-96f8-ff9897c53c77</guid><dc:creator>Nijat</dc:creator><description>&lt;p&gt;I used&amp;nbsp;&lt;em&gt;&lt;strong&gt;sd_ble_gap_adv_data_set&lt;/strong&gt;&lt;/em&gt;, but it returns error 7 which represent&amp;nbsp;&lt;span&gt;Invalid_PARAMS&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;When we initAdv, it calls&amp;nbsp;&lt;em&gt;&lt;strong&gt;sd_ble_gap_adv_data_set&lt;/strong&gt;&lt;/em&gt;, but the parameter p_data is an p_encoded_advdata.&lt;/p&gt;
&lt;p&gt;So using directly&amp;nbsp;&lt;em&gt;&lt;strong&gt;sd_ble_gap_adv_data_set&amp;nbsp;&lt;/strong&gt;&lt;/em&gt;without encoding data returns Invalid_DATA, but if I put&amp;nbsp;&lt;span&gt;p_encoded_advdata&lt;/span&gt;&lt;span&gt;&amp;nbsp;as parameters inside, it returns&amp;nbsp;Invalid_PARAMS.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What kind of structure&amp;nbsp;of parameters ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124962?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 11:34:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2e8a166-7099-4686-b190-798a470a44d6</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;You can&amp;#39;t fit 64 (2*32) bytes into advertisements. It is too big, and violates the BLE specification.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124891?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 05:25:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32dc64d5-24b5-4814-b017-cc6eca72e084</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Thanks RK it works fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124874?ContentTypeID=1</link><pubDate>Sun, 18 Mar 2018 04:04:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b0d5f20-1150-41eb-8f6c-e536144d55f4</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;no you don&amp;#39;t need to stop advertising to change the adversing data. You can just call sd_ble_adv_data_set() and put the new adv data / scan data into the packet.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124853?ContentTypeID=1</link><pubDate>Sat, 17 Mar 2018 06:58:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a2072a0-fcf4-4d30-9dc6-2c7bd11a2a64</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Hello Edvin,&lt;/p&gt;
&lt;p&gt;The post says we can only fit in 27 bytes of payload data. My application requires 64 bytes of payload data how can we fit the data. Can you help me with it.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Vasanth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124778?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 13:34:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c36d697-ef41-42bc-b1ea-fce47668eeae</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Some of the bytes has to be used used as headers, so you will not get 31 bytes of payload data.&lt;/p&gt;
&lt;p&gt;Check out &lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial" target="_blank" rel="noopener noreferrer"&gt;this blog post&lt;/a&gt;, as it explains the advertising in detail. The section on Scan response data would be particularly interesting for you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124690?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 07:41:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62cd6673-1488-4d66-a2f7-5fb24c385439</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Hello Edvin,&lt;/p&gt;
&lt;p&gt;Thanks for replying it was very helpful.As mentioned in the above we send more the 31 bytes of data by adding the scan response function .By adding this we can send 62 bytes of data(Each 31 bytes for advertisement and scan response).But i am only able send 24 bytes each ,when i try to more than that i am getting error &amp;quot;NRF_ERROR_INVALID_DATA&amp;quot;&amp;nbsp; .what might be the issue?&lt;/p&gt;
&lt;p&gt;waiting for your reply.&lt;/p&gt;
&lt;p&gt;Thanks you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124290?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 08:19:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:285c2593-1a22-4b17-848e-3540120cc8cd</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;You can change the advertising data, but you will have to stop advertising&amp;nbsp;using&amp;nbsp;sd_ble_gap_adv_stop(). This will always return NRF_SUCCESS, unless it isn&amp;#39;t advertising, in which case you can ignore the return value from this call.&lt;/p&gt;
&lt;p&gt;Then run ble_advertising_init() again with the updated advertising data. You can e.g. set up a timer and read thermometer data, and update the advertising data if the temperature has changed significantly from the current &amp;quot;advertising value&amp;quot;.&lt;/p&gt;
&lt;p&gt;Remember to stop the advertising before you run ble_advertising_init() and ble_advertising_start() again.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124278?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 07:16:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaffdfb4-d0bc-48b1-a303-ee5cf25c85e2</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Hello Edvin,&lt;/p&gt;
&lt;p&gt;Thank you for replying i was able to send more the 31 bytes of data in the advertisement packet by adding the scan response data in the&amp;nbsp;&lt;span&gt;advertising_init() function . I have one last&amp;nbsp;question i have to make the data to be advertise&amp;nbsp;in real time when there is change in the temperature . Is there is a way to do it in real time ?&amp;nbsp; If yes can you suggest any.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;vasanth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124089?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 08:37:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff523ab5-e9c0-40e5-a4e1-9b6cef5a070b</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;As of now, it is not possible to have advertising packets longer than 31 bytes. &lt;a href="https://devzone.nordicsemi.com/members/mafaneh"&gt;Mohammad Afaneh&lt;/a&gt; wrote a blogpost which you can find &lt;a href="https://devzone.nordicsemi.com/b/blog/posts/bluetooth-5-advertisements-extended-and-periodic-a" target="_blank" rel="noopener noreferrer"&gt;here&lt;/a&gt;, which explains the features of BLE 5 advertising. As it also says, many of these features are not yet available through the Nordic Softdevices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can look into scan response, which is described at the end of this &lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial" target="_blank" rel="noopener noreferrer"&gt;Advertising Tutorial&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/124071?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 07:41:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f402dee9-2896-4377-bca3-12f8e405d295</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Thanks for replying Edvin,&lt;/p&gt;
&lt;p&gt;The problem is solved. I am able to get the advertisement packets.But it is limited to 31 bytes i want to send 64 bytes of data. can you help me how to solve the issues or suggest me a post to look up for info.&lt;/p&gt;
&lt;p&gt;Thanks for helping once again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/123477?ContentTypeID=1</link><pubDate>Thu, 08 Mar 2018 15:22:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77113971-cc26-46f6-82b5-929a4bea3277</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;This means that there is probably an err_code != 0 in one of the APP_ERROR_CHECK(err_code) calls. Can you try to&lt;strong&gt; disable the optimization&lt;/strong&gt;, and then define &amp;quot;&lt;strong&gt;DEBUG&lt;/strong&gt;&amp;quot; in your preprocessor defines? I don&amp;#39;t know what IDE you use (if any), but in most IDEs, it is usually found in the project settings-&amp;gt;C/C++.&lt;/p&gt;
&lt;p&gt;Try to do that, and then see if it stops on line 76, and if you can see where the APP_ERROR_CHECK was called from. You need to do both of the steps above to find this information.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/123385?ContentTypeID=1</link><pubDate>Thu, 08 Mar 2018 09:47:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a52bad56-7fe8-4455-ae9c-b3011a09a002</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Hello Edvin,&lt;/p&gt;
&lt;p&gt;Thanks for replying .&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Does it run into the main() function&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Yes it does runs in the main.&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&amp;nbsp;If it starts in main(), where does it stop?&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;It stops in&amp;nbsp;&amp;nbsp;uint8_t c = NRF_LOG_GETCHAR();(in line number 520) if i set a break point over the line and after running from the line 520 i have to open a putty window and enter the command to read the data or to print .When i run this it never stops .&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Does it say what line_num, p_file_name, and err_code that set the error? If it says &amp;quot;out of scope&amp;quot; disable optimization&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;It shows me &amp;quot;not in scope&amp;quot; it goes to app_error_weak.c&amp;nbsp; and shows me app_error_fault _handler and id , pc &amp;amp; info (not in scope).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you want i can attach the entire file .&lt;/p&gt;
&lt;p&gt;Thank you once again.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/123247?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 13:05:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21146390-5bdd-4804-888e-a2b5877e45db</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I was not able to compile your main.c file, because there was some external files. Does it run into the main() function, or does it not make it there? If it starts in main(), where does it stop? is it one of the functions resulting in an err_code != 0 (NRF_SUCCESS)? If the err_code is passed into APP_ERROR_CHECK when it is not 0, it will stop. Try to define &amp;quot;DEBUG&amp;quot; in your preprocessor defines, and set a breakpoint in app_error.c on line 76? Does it stop there? Does it say what line_num, p_file_name, and err_code that set the error? If it says &amp;quot;out of scope&amp;quot; disable optimization.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/123167?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 06:38:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0395d24-e06a-4b51-9cfa-6811bcc54334</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Thanks for the quick reply norin saiyed.&lt;/p&gt;
&lt;p&gt;I followed the link the code is working but there is still no advertisement . The break-point is not reaching the&amp;nbsp;advertising_init(); in the debug mode . What might be the problem.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/123024?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 10:50:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42f442d5-dd14-4b4a-9266-5d4c4dda810e</guid><dc:creator>norin saiyed</dc:creator><description>&lt;p&gt;see this link&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/30913/spi-communication-and-ble-advertising-data-with-nrf52-dk/122741#122741"&gt;devzone.nordicsemi.com/.../122741&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: which program to choose to advertise data over BLE ?</title><link>https://devzone.nordicsemi.com/thread/123021?ContentTypeID=1</link><pubDate>Tue, 06 Mar 2018 10:43:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19183fd1-0be5-4a37-ab10-237dca5a2e70</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;One of my&amp;nbsp;colleague suggested me to use ble_app_beacon example to advertise the data of the &lt;span&gt;Temperature using BLE&amp;nbsp;. Now i can execute the program but there is no advertisement of the beacon when i see it in the nrf-connect app. What might be the problem ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Here is my main code (&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Twi-main-for-grid-eye-with-ble.c"&gt;main.c&lt;/a&gt;&amp;nbsp;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks in advance.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>