<?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 on Thingy 91 (v1.9.1)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87940/lte_ble_gateway-on-thingy-91-v1-9-1</link><description>Hello, trying to get v1.9.1 lte_ble_gateway working on Thingy 91. Using Thingy 2020:23 1.4.0, which works all good with zip thingy91_fw_2022-02-17_ec486dab (tracker, nrf cloud, mfw_nrf9160_1.3.1). 
 Using VS to build merged.hex for hci_lpuart (thingy91_nrf52840</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 May 2022 15:22:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87940/lte_ble_gateway-on-thingy-91-v1-9-1" /><item><title>RE: lte_ble_gateway on Thingy 91 (v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/368862?ContentTypeID=1</link><pubDate>Fri, 20 May 2022 15:22:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a3a4ef4-c8d4-48ce-9062-948dc99d67c8</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;that&amp;#39;s fine, all good the way it is,&lt;br /&gt;thank-you,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lte_ble_gateway on Thingy 91 (v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/368815?ContentTypeID=1</link><pubDate>Fri, 20 May 2022 11:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30736865-fc6a-4a38-b1ca-120ce17ba4cb</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve discussed the issue with&amp;nbsp;&lt;span&gt;Carl Richard, and there seems to be some documentation missing. He is trying to fix this.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Combining hci_lpuart and connectivity_bridge isn&amp;#39;t straight forward, and at this moment is not supported unfortunately.&amp;nbsp;&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><item><title>RE: lte_ble_gateway on Thingy 91 (v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/368692?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 23:52:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdea89eb-95bf-4aeb-a404-ca468b2f48ec</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Should have tried RTT again after reinstalling v1.9.1, now receiving the log on VS.&lt;/p&gt;
&lt;p&gt;Usually there&amp;#39;s an Application branch in VS where main.c is, but looks like you have to go to zephyr\samples,&lt;br /&gt;and not even nrf\samples, to get at the source.&lt;/p&gt;
&lt;p&gt;Since connectivity_bridge has a main.c in VS, went with that as the base for a merge,&lt;br /&gt;but a challenge right from prj.conf, and main.c was not any better ending in errors.&lt;br /&gt;(probably not ment to be)&lt;/p&gt;
&lt;p&gt;Looks like will have to define specific led&amp;#39;s at each key step to know what&amp;#39;s going on,&lt;br /&gt;if not able to get a standalone going by USB without a DK.&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: lte_ble_gateway on Thingy 91 (v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/368509?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 06:56:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c41d65ce-9ddd-4004-910a-4d422e7b45ea</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="foxble"]but after reinstalling v1.9.1, thingy 91 now works as a gateway to nrf cloud.[/quote]
&lt;p&gt;Happy to hear!&lt;/p&gt;
[quote user="foxble"]any suggestion as to how to view a log output while testing a connection?[/quote]
&lt;p&gt;The LTE BLE Gateway uses RTT, configured in&amp;nbsp;&lt;em&gt;lte_ble_gateway\boards\thingy91_nrf9160_ns.conf&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n
CONFIG_LOG_BACKEND_RTT=y&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;You will need to connect an external debugger e.g. nRF9160 DK (P19) to the Thingy:91 SWD interface (P8) using a 10 pin SWD cable.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="foxble"]I&amp;#39;m not seeing a main.c for hci_lpuart,[/quote]
&lt;p&gt;In nrf\samples\bluetooth\hci_lpuart\CMakeLists.txt you can see that it uses the main. from&amp;nbsp;&lt;/p&gt;
&lt;div&gt;zephyr\samples\bluetooth\hci_uart\src\main.c&lt;/div&gt;
&lt;div&gt;&lt;pre class="ui-code" data-mode="text"&gt;# NORDIC SDK APP START
target_sources(app PRIVATE ${ZEPHYR_BASE}/samples/bluetooth/hci_uart/src/main.c)
# NORDIC SDK APP END&lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;And&amp;nbsp;the configurations in the prj.conf found in&amp;nbsp;&lt;span&gt;nrf\samples\bluetooth\hci_lpuart\prj.conf.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;More information on the build system can be &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/zephyr/application/index.html#application-development"&gt;found under Application Development in the Zephyr documentation.&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lte_ble_gateway on Thingy 91 (v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/368473?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 23:44:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:becb47b1-4856-4ecc-97a9-c794abba2a82</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;great!&lt;br /&gt;had tried merged.hex earlier,&lt;br /&gt;but after reinstalling v1.9.1, thingy 91 now works as a gateway to nrf cloud.&lt;/p&gt;
&lt;p&gt;any suggestion as to how to view a log output while testing a connection?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not seeing a main.c for hci_lpuart,&lt;br /&gt;and even if merging connectivity_bridge with hci_lpuart is the right way to go.&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: lte_ble_gateway on Thingy 91 (v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/368391?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 13:40:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59f7070a-8758-41e0-819e-0fec0781a816</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Yes you are right, looks like this is implemented in the nRF Connect SDK v1.9.1.&amp;nbsp;&lt;/p&gt;
[quote user="foxble"]but no flashing led or a connection to nrf cloud.[/quote]
&lt;p&gt;Make sure that you are programming the &lt;em&gt;\build\zephyr\merged.hex&lt;/em&gt; on the nRF9160. I programmed both applications using the nRF Connect for VS Code extension, which programmed merged.hex from both projects.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I was able to get them running on my Thingy:91 sending orientation from the Thingy:52 to nRF Cloud.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lte_ble_gateway on Thingy 91 (v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/368120?ContentTypeID=1</link><pubDate>Mon, 16 May 2022 23:41:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35215106-b9b7-4433-a0f0-5b483a5ce7f4</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;from your suggested link,&lt;br /&gt;&lt;a href="https://github.com/sigurdnev/sdk-nrf/tree/main/samples/nrf9160/lte_ble_gateway" rel="noopener noreferrer" target="_blank"&gt;https://github.com/sigurdnev/sdk-nrf/tree/main/samples/nrf9160/lte_ble_gateway&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;there is this commit by Carl Richard Steen Fosse &amp;lt;carl.fosse@nordicsemi.no&amp;gt;,&lt;br /&gt;&lt;a href="https://github.com/sigurdnev/sdk-nrf/commit/77329a6c2a1767561eab1e5554bed282e167076e" rel="noopener noreferrer" target="_blank"&gt;https://github.com/sigurdnev/sdk-nrf/commit/77329a6c2a1767561eab1e5554bed282e167076e&lt;/a&gt;&lt;br /&gt;which has:&lt;br /&gt;thingy91: Adding support for BT over HCI for Thingy:91&lt;br /&gt;This commit adds support in board files and samples for using the&lt;br /&gt;nRF52840 on the Thingy:91 as a BT controller.&lt;/p&gt;
&lt;p&gt;Checking v1.9.1, it looks like that commit is there for Thingy 91 on both lte_ble_gateway and hci_lpuart.&lt;/p&gt;
&lt;p&gt;I tried again this time using straight zephyr.hex files:&lt;br /&gt;nrfjprog -f nRF52 --eraseall&lt;br /&gt;nrfjprog -f nRF52 --program hci_lpuart-build_2-zephyr.hex --verify --reset --log&lt;/p&gt;
&lt;p&gt;nrfjprog -f nRF91 --eraseall&lt;br /&gt;nrfjprog -f nRF91 --program lte_ble_gateway-build_2-zephyr.hex --verify --reset --log&lt;/p&gt;
&lt;p&gt;but no flashing led or a connection to nrf cloud.&lt;br /&gt;How was this tested by Carl to know that a connection was happening (BT or LTE)?&lt;/p&gt;
&lt;p&gt;Seems like this should work.&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: lte_ble_gateway on Thingy 91 (v1.9.1)</title><link>https://devzone.nordicsemi.com/thread/368039?ContentTypeID=1</link><pubDate>Mon, 16 May 2022 12:02:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c688ef94-9321-4b8f-ac0d-5a55b61f632e</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Per &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/samples/nrf9160/lte_ble_gateway/README.html#nrf9160-lte-sensor-gateway"&gt;nRF9160: LTE Sensor Gateway documentation&lt;/a&gt;&amp;nbsp;in nRF Connect SDK tag 1.9.1&amp;nbsp;this sample supports nRF9160DK only.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user=""]I came across this post, &lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/52689/nrf9160-lte-sensor-gateway-on-thingy-91/225659#225659" rel="noopener noreferrer" target="_blank"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/52689/nrf9160-lte-sensor-gateway-on-thingy-91/225659#225659&lt;/a&gt;[/quote]
&lt;p&gt;This is fairly outdated. You can have a look at the GitHub repo here&amp;nbsp;&lt;a href="https://github.com/sigurdnev/sdk-nrf/tree/main/samples/nrf9160/lte_ble_gateway"&gt;https://github.com/sigurdnev/sdk-nrf/tree/main/samples/nrf9160/lte_ble_gateway&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;No, plans of updates from what I can tell.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>