<?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>lte_ble_gateway (nRF9160 DK) with nRF52840 instead of Thingy52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55233/lte_ble_gateway-nrf9160-dk-with-nrf52840-instead-of-thingy52</link><description>Hi 
 So I&amp;#39;m trying to adapt the ble_lte_gateway example at my nRF9160 DK but because I don&amp;#39;t have a Thingy52 I have to use an nRF52840 device, so I wanted to try the sample with that device. But I&amp;#39;m having some troubles where to start because the sample</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Jan 2020 09:36:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55233/lte_ble_gateway-nrf9160-dk-with-nrf52840-instead-of-thingy52" /><item><title>RE: lte_ble_gateway (nRF9160 DK) with nRF52840 instead of Thingy52</title><link>https://devzone.nordicsemi.com/thread/228745?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 09:36:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b4f77bb-ee07-4966-be99-72d57f49eb77</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/joaoxensa"&gt;Joao Filipe&lt;/a&gt;, have you made any progress on this, or do you still want me to look into it?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lte_ble_gateway (nRF9160 DK) with nRF52840 instead of Thingy52</title><link>https://devzone.nordicsemi.com/thread/226778?ContentTypeID=1</link><pubDate>Mon, 23 Dec 2019 23:58:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d10bc821-e4d7-4801-a6be-4e35c9639829</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;A huge portion of the support team is currently on Christmas vacation and you may experience delayed answers. Most of the staff will be back 6 of January 2020 and you can&amp;nbsp;be sure to get an answer shortly after that.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lte_ble_gateway (nRF9160 DK) with nRF52840 instead of Thingy52</title><link>https://devzone.nordicsemi.com/thread/225806?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2019 08:23:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bb6db55-46b3-4e72-b2e2-d4400a7fac89</guid><dc:creator>Joao Filipe</dc:creator><description>&lt;p&gt;Hi Simon, if you please so and if wasn&amp;#39;t boring you, I would appreciate that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lte_ble_gateway (nRF9160 DK) with nRF52840 instead of Thingy52</title><link>https://devzone.nordicsemi.com/thread/225664?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2019 13:36:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e71f8449-cc95-4df1-b7ab-3677291d4d31</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Try adding a 128 bits UUID to the advertising packet in the nRF52840 device like Jørgen has done in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/19861/how-to-set-service-uuid-for-central-and-peripheral"&gt;this ticket&lt;/a&gt;. If you want me to create some examples (on both the nRF9160 DK and the nRF52840 DK) that demonstrate this, please tell me.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lte_ble_gateway (nRF9160 DK) with nRF52840 instead of Thingy52</title><link>https://devzone.nordicsemi.com/thread/224564?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 23:25:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5a81822-c405-4a63-9ee8-1b678b869c26</guid><dc:creator>Joao Filipe</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I tried what you told me, but didn&amp;#39;t worked.&lt;/p&gt;
&lt;p&gt;So, since I didn&amp;#39;t figured out what was my UUID to advertising, i tried to connect with the service UUID directly.&amp;nbsp; I tried this one:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define BT_UUID_TMS
BT_UUID_DECLARE_16(0x1620)
...
...
...
err = bt_scan_filter_add(BT_SCAN_FILTER_TYPE_UUID, BT_UUID_TMS);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I was able to get connection with both boards. I added some code with leds like If the nrf52 connected to any device, led2 lights up, to see if&amp;nbsp; I was able to get connection. The LTE Link Monitor also wrote a message saying that I got connected.&lt;/p&gt;
&lt;p&gt;But I tried to alter&amp;nbsp;from the 16 format&amp;nbsp; to 128 but I couldn&amp;#39;t get a connection. I use the UUID base like in the white image upper with the 0x1620.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define BT_UUID_TMS                                                            
   BT_UUID_DECLARE_128(0xAA, 0xC2, 0x1B, 0x44, 0xDB, 0xA8, 0x1B, 0x96,         
    0xEE, 0x7F, 0x37, 0x57, 0x16, 0x20, 0x26, 0x2D)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;With that code, couldn&amp;#39;t get a connection. At my viewpoint those codes are the same, no? If don&amp;#39;t can you help me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lte_ble_gateway (nRF9160 DK) with nRF52840 instead of Thingy52</title><link>https://devzone.nordicsemi.com/thread/223977?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 14:52:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5f6b71f-78ff-4d28-9e37-4dfd0085cd85</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;You should add the BT_UUID_THINGY (=0x42, 0x00, 0x74, 0xA9, 0xFF, 0x52, 0x10, 0x9B, 0x33, 0x49, 0x35, 0x9B, 0x00, 0x01, 0x68, 0xEF) to the advertising packet before calling &lt;em&gt;advertising_init() &lt;/em&gt;(in the device taking the Thingy:52 role)&lt;em&gt;,&amp;nbsp;&lt;/em&gt;like it&amp;#39;s done &lt;a href="https://github.com/NordicSemiconductor/Nordic-Thingy52-FW/blob/v2.2.0/source/modules/m_ble.c#L612"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;
&lt;div style="left:681px;top:-6px;"&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>