<?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>Thingy91 as a central to ble devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115290/thingy91-as-a-central-to-ble-devices</link><description>Hey, 
 Im have a thingy91 and multiple nrf52840 pcbs. 
 my goal is to make the thing91 a central device that reads data from the nrf52 devices and sends it over to the cloud. 
 As i understand in the thingy91 the nrf52840 board will act in the BLE section</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Oct 2024 13:04:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115290/thingy91-as-a-central-to-ble-devices" /><item><title>RE: Thingy91 as a central to ble devices</title><link>https://devzone.nordicsemi.com/thread/507145?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 13:04:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dba538f5-10eb-4d51-9815-05f726ce1a05</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;You could try to disable uart1 in thingy91 dts files as shown in this&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/13407/"&gt;pull request&lt;/a&gt;&amp;nbsp;(&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/13407/commits/69bbcba967cee13d1aaa0593e5070be455c44336"&gt;commits&lt;/a&gt;) and this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/106274/samples-hci_lpuart-lte_ble_gateway-not-working-on-thingy91-sdks-v2-4-2-v2-3-0-v2-2-0"&gt;ticket&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 as a central to ble devices</title><link>https://devzone.nordicsemi.com/thread/507021?ContentTypeID=1</link><pubDate>Sun, 20 Oct 2024 13:55:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32e523ec-9e20-43d9-94af-5c45fdeaaf23</guid><dc:creator>Raz_k</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;I started by using NCS 2.6.0V and i got to the same result, no prints nor connection to nrf cloud.&lt;br /&gt;while searching for the answer on this&amp;nbsp;issue i came across &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/87940/lte_ble_gateway-on-thingy-91-v1-9-1"&gt;this issue&lt;/a&gt;, therefore i wanted to follow his steps.&lt;/p&gt;
&lt;p&gt;I tried the serial LTE modem example and i did received prints.&lt;/p&gt;
&lt;p&gt;according to&amp;nbsp;&lt;span&gt;serial LTE modem&lt;/span&gt; I added this on both prj.conf files:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;# General config&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LOG&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LOG_DEFAULT_LEVEL&lt;/span&gt;&lt;span&gt;=3&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_STACK_SENTINEL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_PICOLIBC_IO_FLOAT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_RING_BUFFER&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Segger RTT&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_USE_SEGGER_RTT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# Where console messages (printk) are output.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# By itself, SLM does not output any.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_RTT_CONSOLE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_UART_CONSOLE&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# Where SLM logs are output.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LOG_BACKEND_RTT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LOG_BACKEND_UART&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;But still there is&amp;nbsp;&lt;span&gt;no log from either the 9160 or the 52840.&lt;br /&gt;by the way in the issue i added,&amp;nbsp;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/oys"&gt;&amp;Oslash;yvind&lt;/a&gt;, says that the relevant configurations are already in the .conf of each nrf52 and nrf91.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 as a central to ble devices</title><link>https://devzone.nordicsemi.com/thread/506514?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 12:27:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:742e23d2-b79b-4291-b54d-3365e2bd7aed</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi, just to verify, its due to the modem you are using NCS 1.9?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there no log from either the 9160 or the 52840? Could you try to enable logging over RTT and see if you see anything&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 as a central to ble devices</title><link>https://devzone.nordicsemi.com/thread/506460?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 10:06:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ba585ec-767c-45f2-afa8-81f8a0a3d55d</guid><dc:creator>Raz_k</dc:creator><description>&lt;p&gt;Thanks,&lt;br /&gt;I think now i understand better the thingy91.&lt;br /&gt;I was able to activate the asset tracker with my personal sim, to set if my sim.&lt;br /&gt;Haven&amp;#39;t tried&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/connectivity_bridge/README.html#connectivity-bridge"&gt;Connectivity bridge&lt;/a&gt;&lt;span&gt;&amp;nbsp;yet.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m currently tring to activate the&amp;nbsp;&lt;span&gt;lte_ble_gateway.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m following&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/87940/lte_ble_gateway-on-thingy-91-v1-9-1"&gt;lte_ble_gateway on Thingy 91 (v1.9.1)&lt;/a&gt;, specifically &lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/oys"&gt;&amp;Oslash;yvind&lt;/a&gt;&amp;nbsp;answer.&lt;br /&gt;these are my steps:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;With ncs1.9.0&lt;br /&gt;connected a 10 pin debugger (J-link).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;switch to nrf52&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;Turn on&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;nrfjprog -f nRF52 --eraseall&lt;br /&gt;inside&amp;nbsp;&lt;/span&gt;&lt;span&gt;hci_lpuart/build/zephyr&lt;/span&gt;&lt;span&gt;&lt;!--EndFragment --&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;nrfjprog -f nRF52 --program zephyr.hex --verify --reset --log&lt;br /&gt;Turn off&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;&lt;strong&gt;switch to nrf91&lt;br /&gt;&lt;/strong&gt;Turn on&lt;br /&gt;nrfjprog -f nRF91 --eraseall&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;inside lte_ble_gateway/build/zephyr&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;nrfjprog -f nRF91 --program &lt;em&gt;merged&lt;/em&gt;.hex --verify --reset --log&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;Turn off&lt;br /&gt;Turn on&lt;/div&gt;
&lt;p&gt;&lt;span&gt;All files were flashed properly.&lt;br /&gt;But i can see any feedback from the thingy, meaning no led, no prints using my segger j-link viewer and the device isnt recognized as connected in the nrf cloud.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 as a central to ble devices</title><link>https://devzone.nordicsemi.com/thread/505405?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 15:32:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8f8382c-ade4-4ed2-be24-15a1f0280554</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
[quote user="Raz_k"]The&amp;nbsp;lte_ble_gateway&amp;nbsp;example is first of&amp;nbsp;all primary for thingy52 (which i dont have).&lt;br /&gt;[/quote]
&lt;p&gt;The sample is for the 9160dk. The thingy52 is there to provide sensordata to transfer.&amp;nbsp;&lt;/p&gt;
[quote user="Raz_k"]But if i do use it, i dont understand what program should i flash to which board.&lt;br /&gt;[/quote]
&lt;p&gt;You will need to try to build it for the thingy91, as it is created for the DK you might need to do some adjustments in terms of for example LEDS and GPIO depending on what is used in the project. &amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;quot;This sample is also supported on the Thingy:91. However, it must be programmed using a debugger and a 10-pin SWD cable. Serial communication and firmware updates over serial using MCUboot are not supported in this configuration.&amp;quot;&lt;/p&gt;
&lt;p&gt;I think it will be fine to use the thing91. However as you are not using the thing52 you will need to adjust the BLE sensor part according to your needs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When i think about it, it might be that the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/connectivity_bridge/README.html#connectivity-bridge"&gt;Connectivity bridge&lt;/a&gt; sample is an easier start. See Michals reply here&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/101148/purpose-of-nrf52840-on-thingy-91?ReplySortBy=CreatedDate&amp;amp;ReplySortOrder=Ascending"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/101148/purpose-of-nrf52840-on-thingy-91?ReplySortBy=CreatedDate&amp;amp;ReplySortOrder=Ascending&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 as a central to ble devices</title><link>https://devzone.nordicsemi.com/thread/505370?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 13:30:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd8f2758-002e-4fcb-8eda-bec63b911cbf</guid><dc:creator>Raz_k</dc:creator><description>&lt;p&gt;i dont have&amp;nbsp;&lt;span&gt;9160DK&amp;nbsp;development kit, but i do have a JLink for debugging.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;lte_ble_gateway&amp;nbsp;example is first of&amp;nbsp;all primary for thingy52 (which i dont have).&lt;br /&gt;But if i do use it, i dont understand what program should i flash to which board.&lt;br /&gt;if i simply flash it to the nrf91(while SW2 is on nrf91) and&amp;nbsp;SW4 is press (while turning), does it effect the nrf52?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;i&amp;nbsp;dont really understand how the two boards communicate and&amp;nbsp;what i (the program) should do?&amp;nbsp;do i create different programs for different boards and flash them separately?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 as a central to ble devices</title><link>https://devzone.nordicsemi.com/thread/505314?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 11:02:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bc43952-25ce-4331-af16-ed3201bce5cd</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I would start with the LTE gateway sample. If possible I would start with a 9160DK as it has a built in debugger and move to the thingy when have you have&amp;nbsp;something t to test. The thingy 52 is there to create some data to send from a peripheral to a central and over LTE&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>