<?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>How do I find the base hardware configuration that Nordic code samples were built using</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78202/how-do-i-find-the-base-hardware-configuration-that-nordic-code-samples-were-built-using</link><description>I&amp;#39;m working on the NRF Connect SDK v1.6.1 and building the zephyr\samples\net\gsm_modem project, since I&amp;#39;m trying to set up and operate a Nimbelink modem. The code references uart_1, but I can&amp;#39;t find where the pin definitions are that UART_1 is bound</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Aug 2021 13:39:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78202/how-do-i-find-the-base-hardware-configuration-that-nordic-code-samples-were-built-using" /><item><title>RE: How do I find the base hardware configuration that Nordic code samples were built using</title><link>https://devzone.nordicsemi.com/thread/323346?ContentTypeID=1</link><pubDate>Wed, 04 Aug 2021 13:39:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6772af12-8107-4232-80c9-d7f79633286a</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;It should be fine to use the net core UART, just note that it will require the application running on the net core to handle communication with the modem. If you use hci_rpmsg for BLE operation, the modem sample must be integrated with the hci_rpmsg sample.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I find the base hardware configuration that Nordic code samples were built using</title><link>https://devzone.nordicsemi.com/thread/323334?ContentTypeID=1</link><pubDate>Wed, 04 Aug 2021 13:02:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d54a7a1c-9592-442d-a63b-6b5d771b6bde</guid><dc:creator>dnear1</dc:creator><description>&lt;p&gt;Is it possible to use the one net core uart for the modem instead of the app core?&amp;nbsp; Or would that break the things under chosen in the cpunet.dts?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I find the base hardware configuration that Nordic code samples were built using</title><link>https://devzone.nordicsemi.com/thread/323233?ContentTypeID=1</link><pubDate>Wed, 04 Aug 2021 07:52:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6b25dcf-3fe2-43ff-951d-57cb48c61a52</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hi!&lt;br /&gt;&lt;br /&gt;You can find the UART1 configuration in the board files of the nRF5340DK. Specifically &lt;strong&gt;nrf5340_cpuapp_common.dts&lt;/strong&gt;. The configuration there is:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;arduino_serial: &amp;amp;uart1 {
	compatible = &amp;quot;nordic,nrf-uarte&amp;quot;;
	current-speed = &amp;lt;115200&amp;gt;;
	tx-pin = &amp;lt;33&amp;gt;;
	rx-pin = &amp;lt;32&amp;gt;;
};&lt;/pre&gt;&lt;br /&gt;As you can see you must add an overlay to specify the CTS/RTS pins.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The test conditions for the sample are specified in the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/net/gsm_modem/README.html?highlight=gsm%20modem#requirements"&gt;Requirements section&lt;/a&gt;&amp;nbsp;of the sample description. Quoting:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;GSM&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;modem&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;card. The sample has been tested with SIMCOM SIM808 card. All&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;GSM&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;modem&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;cards should work as long as they support&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;AT+CGDCONT&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;command.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Almost any Zephyr enabled board with sufficient resources can be used. The sample has been tested with&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/arm/reel_board/doc/index.html#reel-board"&gt;&lt;span&gt;reel board&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Note that this sample is maintained by Zephyr, not us.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>