<?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>Communication between pca10040 and another device using UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27400/communication-between-pca10040-and-another-device-using-uart</link><description>Hello, 
 I would like to establish communication between my pca10040 and my cellular modem.
Currently I am using ble_app_uart on the peripheral example and I can put messages and get messages via UART manually (opening tera term with pca10040&amp;#39;s COM</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Nov 2017 12:45:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27400/communication-between-pca10040-and-another-device-using-uart" /><item><title>RE: Communication between pca10040 and another device using UART</title><link>https://devzone.nordicsemi.com/thread/108211?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 12:45:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5d6affd-9bca-4291-abca-fb9ac969c0e3</guid><dc:creator>lirank</dc:creator><description>&lt;p&gt;Actually I can do almost everything I want it to do ( I know its communication properties, I just don&amp;#39;t know its name)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication between pca10040 and another device using UART</title><link>https://devzone.nordicsemi.com/thread/108210?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 10:26:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53fed760-7a16-4475-91b9-448880d3dd44</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;I can only comment this along the lines &amp;quot;if you don&amp;#39;t know what modem you have then you don&amp;#39;t know electrical and logical (= protocols) properties of that COM port and that means you can hardly make it work with anything outside (like nRF52)&amp;quot;. But that&amp;#39;s probably not my business...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication between pca10040 and another device using UART</title><link>https://devzone.nordicsemi.com/thread/108212?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2017 07:53:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:905adbd0-f2cc-4972-98c9-b70955f304b0</guid><dc:creator>lirank</dc:creator><description>&lt;p&gt;Thanks! About my modem - I know it is a SIM COM one but I am not sure what model... That is the reason why I did not give any specific details about it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication between pca10040 and another device using UART</title><link>https://devzone.nordicsemi.com/thread/108209?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2017 16:00:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18bea389-f70b-4474-adb2-ec3d68737a9f</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;OK, this looks like a question finally;)&lt;/p&gt;
&lt;p&gt;Yes, nRF52 can do bi-directional full-duplex asynchronous UART communication with or without HW flow control and with or without parity at various baud rates up to 1Mbps. It can be assigned to pretty much any of 32 GPIO pins (until they have proper HW layout on the board outside nRF5x chip) by SW, this is standard property of all nRF5x chips. &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uart.html?cp=2_1_0_49#concept_dm5_drw_sr"&gt;Overall you should definitely read the specification on Infocenter&lt;/a&gt;. So yes, anything which is electrically compatible to this specification can be connected to nRF52 and configured in the FW. And that&amp;#39;s pretty much all we can suggest until you tell us something more about the counter part (mysterious &amp;quot;cellular modem&amp;quot;;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication between pca10040 and another device using UART</title><link>https://devzone.nordicsemi.com/thread/108206?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2017 15:52:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9642492f-16fb-4108-9573-aa8233d9815a</guid><dc:creator>lirank</dc:creator><description>&lt;p&gt;OK so I think I can narrow down my question: Right now both are connected to a computer. Is there a way to make a UART connection directly out of the pca10040? If so, do you know which pins are to be configured? And how to configure them?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication between pca10040 and another device using UART</title><link>https://devzone.nordicsemi.com/thread/108205?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2017 15:04:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d1c176e-2395-4a95-be85-b9bb324b1077</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Not really;) Are you connecting both things to COM ports of some 3rd device or you connect UART from PCA10040 (there is no COM port;) to some serial input/output port of the modem?:) If you want to connect them directly then obviously your &amp;quot;modem&amp;quot; must have the same electrical properties when it comes to serial (UART) line and you need to then execute some agreed logic on top of it from both FWs (who will talk when, what baud rate and coding will be used, what protocol to interpret byte stream etc.) But that&amp;#39;s always the same with UART, doesn&amp;#39;t matter if it&amp;#39;s Nordic nRF5x chip, Arduino, PC with native serial port or some FTDI RS232-3V3TTL convertor...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication between pca10040 and another device using UART</title><link>https://devzone.nordicsemi.com/thread/108208?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2017 12:13:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26399521-b04d-4d36-af97-a423498d41b3</guid><dc:creator>lirank</dc:creator><description>&lt;p&gt;Currently I am connecting both pca10040 and my cellular modem with wired UART (each to a different COM port) and I would like for them to be on the same port (or physically connect them so that I can send a command to the pca10040 and it will forward it to the modem&amp;#39;s COM (via UART). I hope that is clear enough&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication between pca10040 and another device using UART</title><link>https://devzone.nordicsemi.com/thread/108207?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2017 10:33:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f599b373-558c-438d-8cce-a60f46e890b8</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Can you elaborate more about where is the radio and which devices are connected with wired UART? Or is your question about support of Nordic BLE UART service (NUS) on your modem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>