<?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 to BLE gateway sample subscribe to multiple services</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43603/lte-to-ble-gateway-sample-subscribe-to-multiple-services</link><description>Hi, 
 I&amp;#39;m trying to subscribe to multiple services like temp and humidity together with the motion (FLIP) but can only seem to activate one at a time and can&amp;#39;t seem to subscribe to multiple services. 
 I&amp;#39;m using the lte_ble_gateway sample. 
 err = bt_gatt_dm_start</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Mar 2023 19:57:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43603/lte-to-ble-gateway-sample-subscribe-to-multiple-services" /><item><title>RE: LTE to BLE gateway sample subscribe to multiple services</title><link>https://devzone.nordicsemi.com/thread/417758?ContentTypeID=1</link><pubDate>Mon, 27 Mar 2023 19:57:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdc0dd16-21ed-4c79-92fa-e13a96f36976</guid><dc:creator>DSP GUPTA</dc:creator><description>&lt;p&gt;hello ctchong .,&lt;/p&gt;
&lt;p&gt;is it possible to subscribe to temperature value or any other value from the thingy 52 rather than flip state as stated in the sample of&amp;nbsp;&lt;a title="LTE SENSOR GATEWAY " href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/lte_ble_gateway/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/lte_ble_gateway/README.html&lt;/a&gt;&amp;nbsp;.,&lt;/p&gt;
&lt;p&gt;Could you please provide the best way to subscribe to temperature value from the example&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE to BLE gateway sample subscribe to multiple services</title><link>https://devzone.nordicsemi.com/thread/171222?ContentTypeID=1</link><pubDate>Thu, 14 Feb 2019 17:32:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce9f179f-1b8a-4f42-853f-de213326a40a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can only have one discover process active at the same time, as described in the documentation (&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/bluetooth/gatt_dm.html#api-documentation"&gt;http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/bluetooth/gatt_dm.html#api-documentation&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Are you releasing the data before calling dm_continue?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[quote][/quote]&lt;/p&gt;
&lt;p&gt;I get the following error from PUTTY.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;***** HARD FAULT *****&lt;br /&gt;Fault escalation (see below)&lt;br /&gt;***** BUS FAULT *****&lt;br /&gt;Precise data bus error&lt;br /&gt;BFAR Address: 0x50008120&lt;br /&gt;***** Hardware exception *****&lt;br /&gt;Current thread ID = 0x20020154&lt;br /&gt;Faulting instruction address = 0x6e2b0444&lt;br /&gt;Fatal fault in ISR! Spinning...&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is this behavior consistent? Could you post the sequence you are performing?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Håkon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE to BLE gateway sample subscribe to multiple services</title><link>https://devzone.nordicsemi.com/thread/170584?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 11:05:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7c3aa71-c9d9-4145-a69f-10ba479a8081</guid><dc:creator>ctchong</dc:creator><description>&lt;p&gt;&lt;span&gt;If&amp;nbsp;&lt;/span&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;svc_uuid&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;is set to NULL, all services may be discovered. To process the next service, call bt_gatt_dm_continue.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If I try to discover all services using NULL,&lt;/p&gt;
&lt;p&gt;err = bt_gatt_dm_start(conn, NULL, &amp;amp;discovery_cb, NULL);//&lt;br /&gt; if (err) {&lt;br /&gt; printk(&amp;quot;Could not start Motion service discovery, err %d\n&amp;quot;, err);&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;I get the following error from PUTTY.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;***** HARD FAULT *****&lt;br /&gt; Fault escalation (see below)&lt;br /&gt;***** BUS FAULT *****&lt;br /&gt; Precise data bus error&lt;br /&gt; BFAR Address: 0x50008120&lt;br /&gt;***** Hardware exception *****&lt;br /&gt;Current thread ID = 0x20020154&lt;br /&gt;Faulting instruction address = 0x6e2b0444&lt;br /&gt;Fatal fault in ISR! Spinning...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>