<?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 UART External communication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68213/thingy91-uart-external-communication</link><description>Hi Dev Team, 
 I was working on the Nordic Thingy91 and had to establish an external communication of a sensor to the Thingy91 through a UART. 
 For this, I was looking into the GPIO&amp;#39;s to check which pins can be used for my Tx, Rx, CTS, RTS. 
 I found</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Dec 2020 09:37:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68213/thingy91-uart-external-communication" /><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/285553?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 09:37:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f86caf9-7b88-4b6e-baa9-63f192822cec</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;Yes, I got it working. The problem was not from the Thingy side, but from my sensor itself.&lt;/p&gt;
&lt;p&gt;The P0.25 worked without effecting the link monitor :).&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/285551?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 09:34:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:807697a0-be5e-4f5a-91b3-55083f5b6755</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Adeel, sorry for the late reply,&lt;br /&gt;&lt;br /&gt;Have you had any further progress?&lt;br /&gt;It seems odd and i guess that there is no change in behaviour if you turn link monitor on or off. If you print out a arbitrary value over uart then it shows up fine and when you pas trough the sensor data then it changes somehow?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/283137?ContentTypeID=1</link><pubDate>Thu, 03 Dec 2020 14:29:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1df8948c-ed66-4190-a25e-3ed55d130de1</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Flow control is on in the link monitor.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/283135?ContentTypeID=1</link><pubDate>Thu, 03 Dec 2020 14:26:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bc08253-4d37-4eff-adec-0387823aede0</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;Is flow control on or off in LTE Link Monitor?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/283096?ContentTypeID=1</link><pubDate>Thu, 03 Dec 2020 13:29:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c30f2ae-af30-4afd-b9d0-fb5d96e726ee</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;Thanks a lot, I did that and tested it. I actually did it to test another receiver pin.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was trying to get an answer from my sensor on my Rx. I see the data on my receive pin and that data is correct. But when I try to read the data on my Link monitor, I get different hex values.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example, I see (01 04 04 43 92 08 F6 C8 6B) on my receiver pin through my oscilloscope which is the correct data I need. But when I view the same on the link monitor, I see different values (79 FD F7 F7 EF 29 E0 E0 E0) and I see these values as well in my uart_buf when I debug the code. Its a very strange behavior I am noticing on my Thingy91 as I don&amp;#39;t receive the correct bits when I view it, but the correct data is present on the pin when I measure through the oscilloscope.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For testing reasons, I changed my receiver pin now to P0.25 (previously it was P0.16) but the behavior is pretty much the same.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I had tested the same thing with the nRF9160DK before and it worked perfectly on the DK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I wanted to know what could be the reason with the thingy91 and how can I debug it further ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/283066?ContentTypeID=1</link><pubDate>Thu, 03 Dec 2020 12:08:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddeac54d-8860-41dc-9a4c-7fd59bf6f284</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;After cutting SB11 one side is connected to the nrf9160 and the other is to the nrf52.&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/4064.pastedimage1606997170376v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;The right half of the pad is connected to nrf9160(&lt;span style="background-color:rgba(255, 0, 0, 1);color:rgba(255, 255, 255, 1);"&gt;Red highlight&lt;/span&gt;). Since you want to use talk to the nrf9160 you should connect the RX wire to the right side of the pad.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/283037?ContentTypeID=1</link><pubDate>Thu, 03 Dec 2020 10:40:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30aea3dc-c511-4ad0-bfe6-07d2b1992255</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;Thanks for the answer, will do that. I will cut the solder bridge and try it.&lt;/p&gt;
&lt;p&gt;I can connect the Rx wire to any one side of the SB11 pads rite ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/282927?ContentTypeID=1</link><pubDate>Wed, 02 Dec 2020 16:00:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69a104c3-75ab-400c-a9aa-4f2111d5a945</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Adeel,&lt;br /&gt;&lt;br /&gt;Cutting SB 11 should be fine, and it is always possible to revert the effect by soldering the two half&amp;#39;s of the SB pad together.&amp;nbsp;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/8360.pastedimage1606924799496v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/282924?ContentTypeID=1</link><pubDate>Wed, 02 Dec 2020 15:20:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba6e3de2-8ab5-44f0-86af-d3d53a755725</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;I tried using my Thingy91 for external uart communication.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It all went pretty well except for the receiver pin. Now, I wanted to use any of the pins from MCU_IF[4-7] to test the receiver input..&lt;/p&gt;
&lt;p&gt;For that, I was looking to use MCU_IF[7] : P0.25 by cutting the SB11 and I have configured my UART 1 as follows now :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
&amp;amp;uart1 {
	current-speed = &amp;lt;9600&amp;gt;; 
	status = &amp;quot;okay&amp;quot;;
	tx-pin = &amp;lt;13&amp;gt;;
	rx-pin = &amp;lt;25&amp;gt;;
	rts-pin = &amp;lt;14&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I just wanted to know if cutting the SB11 would have any have effect on my logging on the LTE Link monitor ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/280053?ContentTypeID=1</link><pubDate>Mon, 16 Nov 2020 09:12:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70d1e97c-fddd-45d2-bc91-411291731b0c</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;Oh okay, perfect. thanks for the info. I will try that as well :). Thanks for the information on this.&lt;/p&gt;
&lt;p&gt;I will try it and let you know if I face any issues.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/280050?ContentTypeID=1</link><pubDate>Mon, 16 Nov 2020 09:01:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c60fef51-496b-474c-b933-ffb46b57a037</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Cutting SB7 will make uart 0 not able to use flow control. you can get away with only rx and tx pin for uart 0, then in LTE Link monitor there is check box you can check to disable or enable flow control.&amp;nbsp;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/4454.pastedimage1605517205712v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/280048?ContentTypeID=1</link><pubDate>Mon, 16 Nov 2020 08:54:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28294ade-c7ec-45ea-af6a-adeeee6549a7</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;Yes I understand that from the schematic.&lt;/p&gt;
&lt;p&gt;I will try to use anything between MCU_IF [4-7] for my case then. Hopefully that wont affect my Link monitor.&lt;/p&gt;
&lt;p&gt;I just need 1-2 more GPIO&amp;#39;s for my use case so I am thinking about this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/280043?ContentTypeID=1</link><pubDate>Mon, 16 Nov 2020 08:44:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d407cae0-8081-4220-80de-f878d260fbee</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Adeel,&lt;br /&gt;&lt;br /&gt;If you keep The uart 0 pins then you will still have logging as normal.&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
    compatible = &amp;quot;nordic,nrf-uarte&amp;quot;;
    current-speed = &amp;lt;115200&amp;gt;;
    status = &amp;quot;okay&amp;quot;;
    tx-pin = &amp;lt;18&amp;gt;;
    rx-pin = &amp;lt;19&amp;gt;;
    rts-pin = &amp;lt;20&amp;gt;;
    cts-pin = &amp;lt;21&amp;gt;; SB7, MCU_IF3
};&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;if you cut the SB7 then you lose the clear to send pin, you then have to configure logging a different way, and you want be able to use LTE link monitor.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279962?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 16:05:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccfec129-b12a-46d3-8f12-749d8d7f648d</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;Thanks for this infomation, this can be done.&lt;/p&gt;
&lt;p&gt;Just one last question before I am clear with this. Will my connection and logging to the LTE Link monitor be disabled if I try to use MCU_IF[] for external communication ? I think by default, UART_0 is for logging and viewing as seen in the autoconf.h file.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279912?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 13:07:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5076b65d-8d85-43fc-b7f4-287ca42ea330</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Alberto,&lt;br /&gt;&lt;br /&gt;There is a switch SW2 that you can use to select between nrf91 and nrf52 on the thingy.&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/7802.pastedimage1605272622200v1.png" alt=" " /&gt;&lt;img height="176" src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/6406.pastedimage1605272742837v9.png" width="230" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;UART is not needed when using RTT. just make sure that the switch is locked in the nrf9160 position when you want to log RTT from nrf9160.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279881?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 10:47:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2e44d56-cbd2-4d11-881b-6ed498f27b85</guid><dc:creator>albdom</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I have the same problem, you can only use two instances of the UART on the nrf52840, UART0 and UART1.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My question... is the UART0 between nrf52840 and nrf9160 needed to log if it is wanted via RTT with the nrf9160DK connected?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Alberto&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279880?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 10:40:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6bb0f4a-e690-4250-9f73-fb035384ca52</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Adeel,&lt;/p&gt;
[quote user="Adeel"]Is there also UART_2 as was the case in nrf9160DK that I could use ?[/quote]
&lt;p&gt;No, not on the thingy91 platform.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Thingy 91 is not designed for developing additional sensor on and is more of a closed solution for testing systems and the onboard sensor. If you are looking for a small form factor solution the &lt;a href="https://www.actinius.com/icarus"&gt;Icarus&lt;/a&gt; or &lt;a href="https://groupgets.com/manufacturers/circuit-dojo/products/nrf9160-feather"&gt;Feather&lt;/a&gt;&amp;nbsp;(more information &lt;a href="https://docs.jaredwolff.com/nrf9160-getting-started.html"&gt;here&lt;/a&gt;) solutions might be more relevant.&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Since you have a nrf9160DK then you should be able to do logging over RTT, this way you can use more of the MCU_IF if needed but you need to have the nrf9160DK connected.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279874?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 09:31:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ad037a5-ea59-4d96-8b58-9e0ddb030168</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;I have a nrf9160DK and I am using that as an external debugger. I have used the same sensor and was able to communicate it with the nrf9160DK, but our main requirement is to use the Thingy91 platform for further development. That is why I was in need of more GPIO&amp;#39;s.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, for now I am using UART_1 by modifying the overlay file. Is there also UART_2 as was the case in nrf9160DK that I could use ? I can see only uart_0 and uart_1 in the dts file.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279866?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 09:02:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f69b6204-2bc7-49dc-b202-46fb07741437</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Adeel,&lt;br /&gt;&lt;br /&gt;Do you have a eternal debugger? or do you plan to update the Thingy91 device with programmer app?&lt;br /&gt;&lt;br /&gt;another thing, it seems that you are in need of GPIO&amp;#39;s so i would highly recommend using a nrf9160DK instead of a Thingy for development and testing external sensors.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The MCU_IF pins are used to communicate between the&amp;nbsp;nrf9160 and the nrf52840 is the interface that connects the nrf9160 to usb. If you start cutting the SB7 to SB11 you wont have full uart 0 and 1 support.&lt;br /&gt;&lt;br /&gt;in the &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/167715c2a038f7f5177af83882435d52e4a79f8b/boards/arm/thingy91_nrf9160/thingy91_nrf9160_common.dts#L165"&gt;thingy91_nrf9160_common.dts&lt;/a&gt; file you can see that these pins are used to uart. if you can get away using only 1 then you can cut out uart1&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
	compatible = &amp;quot;nordic,nrf-uarte&amp;quot;;
	current-speed = &amp;lt;115200&amp;gt;;
	status = &amp;quot;okay&amp;quot;;
	tx-pin = &amp;lt;18&amp;gt;;
	rx-pin = &amp;lt;19&amp;gt;;
	rts-pin = &amp;lt;20&amp;gt;;
	cts-pin = &amp;lt;21&amp;gt;;
};

&amp;amp;uart1 {
	current-speed = &amp;lt;1000000&amp;gt;;
	status = &amp;quot;okay&amp;quot;;
	tx-pin = &amp;lt;22&amp;gt;;
	rx-pin = &amp;lt;23&amp;gt;;
	rts-pin = &amp;lt;24&amp;gt;;
	cts-pin = &amp;lt;25&amp;gt;;
};&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;If you cut all or any of the SB 7 to 11 then you will have to edit the board files also.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279717?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 12:43:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84f14852-8625-4ffc-be33-620e97a1da6e</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;Yes. I have taken that into account that the voltage should not exceed 1.8V which is what thingy91 GPIO&amp;#39;s work with.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was trying to look for more GPIO&amp;#39;s that I could work directly with nrf9160. Are all the MCU_IF [0-7] used for modem tracing (or) can I use some pins of it without disabling the modem trace ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279697?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 12:09:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c89fc77b-ac49-4ff5-b190-330600fa433a</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Adeel,&lt;br /&gt;&lt;br /&gt;Make sure that the voltage from the AST-3P does not exceed the voltage on the thingy91 capability&amp;#39;s when connecting the two over RS-485.&lt;br /&gt;&lt;br /&gt;Yeas that should be all.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279562?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2020 15:58:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8912ff73-9773-49f1-a714-4c4de9586fc4</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am connecting a AST-3P device that works on Modbus protocol. So, I require a RS-485 communication through UART , using Tx, Rx, RTS, CTS. I can pin up RTS/CTS together to 1 pin so I was looking for 3 pins that I could use directly for Tx, Rx, RTS/CTS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To start off, I have configured this overlay file (thingy91_nrf9160ns) in my project.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart1 {
	current-speed = &amp;lt;9600&amp;gt;; 
	status = &amp;quot;okay&amp;quot;;
	tx-pin = &amp;lt;13&amp;gt;;
	rx-pin = &amp;lt;16&amp;gt;;
	rts-pin = &amp;lt;10&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I also changed the thingy91_nrf9160_common.dts file with the same pin configuration using uart_1.&lt;/p&gt;
&lt;p&gt;Is this the only changes required to enable uart_1 in the thingy91 board ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Adeel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279548?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2020 15:29:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:076302b8-f815-4822-a1dc-1a4d34205039</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;P6 is connected to nrf52840, to get to those pins you can communicate&amp;nbsp;between nrf52840 and nrf9160. Setting up a passthrough on the nrf52840 where you get the UART from sensor to nrf52840, and UART from nrf52840 to nrf9160. Look at the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/connectivity_bridge/README.html"&gt;connectivity bridge&lt;/a&gt; example for guidance on how to set it up.&amp;nbsp;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2843.pastedimage1605107520839v1.png" alt=" " /&gt;&lt;img height="142" src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/3733.pastedimage1605107588517v2.png" width="301" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Adeel"]&lt;p&gt;That leaves me with only options of TP7 , TP32, TP33 for my uart.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;&amp;nbsp;Those are the only access points to a nrf9160 GPIO.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;May i ask what sensor you are connecting since it is using UART and not i2c or spi?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279485?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2020 12:29:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27412a2b-2b7e-4245-af5f-4857f94a1f6b</guid><dc:creator>Adeel</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;Thanks for the links. I referred to the hardware files and finalized the pins thereafter.&lt;/p&gt;
&lt;p&gt;I have gone through the links you suggested me. I need modem tracing so I don&amp;#39;t want to cut the solder bridges on MC_If[0-7]. That leaves me with only options of TP7 , TP32, TP33 for my uart.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could yo verify whether these could be used seemlessly.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Further, could you let me know how I can use P6 pins (originally or nr52840) for nr9160 ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Adeel.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy91 UART External communication</title><link>https://devzone.nordicsemi.com/thread/279474?ContentTypeID=1</link><pubDate>Wed, 11 Nov 2020 12:10:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f7cbdd7-a94c-4b4b-afd1-a4417d4e469a</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Adeel,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Link to Thingy 91 Test points table. Most of the TP are in use or not really accessible and are there for testing and debugging or connected to sensors in use, in the link you can see all the listed test points and there use on the Thingy91.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Check out the following links for more information on previous attempts:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/52545/receive-external-data-through-uart-on-thingy-91"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/52545/receive-external-data-through-uart-on-thingy-91&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/51355/inputs-via-gpio-on-the-thingy-91"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/51355/inputs-via-gpio-on-the-thingy-91&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can find more info in the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_thingy91/UG/thingy91/hw_description/hw_descr.html?cp=13_0_6"&gt;hardware description&lt;/a&gt; of the Thingy91 and you can download the &lt;a href="https://www.nordicsemi.com/-/media/Software-and-other-downloads/Dev-Kits/Thingy91/Hardware-files/Thingy91---Hardware-files-1_4_0.zip"&gt;hardware files&lt;/a&gt;(Link to direct download)&amp;nbsp;and including a pdf from our &lt;a href="https://www.nordicsemi.com/Software-and-tools/Prototyping-platforms/Nordic-Thingy-91/Download"&gt;product page&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>