<?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>serial connection between nrf52 &amp;amp; arduino</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56341/serial-connection-between-nrf52-arduino</link><description>Hello , I m working on project to commande sim868 by serial (send AT Commands), so for the fisrt i would like to test the serial connection with an arduino to see what it gives the sdk is 15.0.0 and nrf52832 , and connect the rx and tx to tx and rx of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Jan 2020 14:46:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56341/serial-connection-between-nrf52-arduino" /><item><title>RE: serial connection between nrf52 &amp; arduino</title><link>https://devzone.nordicsemi.com/thread/229088?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 14:46:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba5b41b6-681b-4100-bb4e-07f01e9e2277</guid><dc:creator>achraf</dc:creator><description>[quote userid="75734" url="~/f/nordic-q-a/56341/serial-connection-between-nrf52-arduino/228987"]Do you see what is written by the Arduino as well?[/quote]
&lt;p&gt;no i guess i cant because the nrf connected by jlink as i understand from you i should do an usbtouart chip with nrf side and the arduino to the other side, in this case i&amp;#39;ll be to see the communcation from both sides.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial connection between nrf52 &amp; arduino</title><link>https://devzone.nordicsemi.com/thread/228987?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 10:03:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1e99db2-64f4-419c-a360-0f7a6e0fc52a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You are able to see the &amp;quot;UART example started&amp;quot; message on the Arduino side. That means that whatever you write from the Arduino, should also appear on that same screen because that is what the UART example does. Do you see what is written by the Arduino as well? The UART example only communicates with the one device it is connected to (the Arduino in your case) and is not connected by UART to the computer in the setup you&amp;#39;re describing.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial connection between nrf52 &amp; arduino</title><link>https://devzone.nordicsemi.com/thread/228898?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 19:07:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a42beca-9294-4af7-b432-ce74a707c38d</guid><dc:creator>achraf</dc:creator><description>[quote userid="75734" url="~/f/nordic-q-a/56341/serial-connection-between-nrf52-arduino/228719"]How is your custom board connected to the computer in your instance? [/quote]
&lt;p&gt;I&amp;#39;m doing it only by jlink and the pins of debuging and downloading the programme .&lt;br /&gt;&lt;br /&gt;so please can u guid me to the right point cause it works with arduino . it works for me for the moment the example of the uart send the &amp;quot;&lt;span&gt;UART example started&lt;/span&gt;&amp;quot; and im able to see it on the arduino side but when im writing some thing in the serial of arduino how i can see it in the nrf side with SES (any tricks or i should do the usb peripheral )(cause i need communcation full duplex )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial connection between nrf52 &amp; arduino</title><link>https://devzone.nordicsemi.com/thread/228719?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 07:44:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b1558d9-1f9f-4db0-b3f0-1069ab68d32b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry, a little mix-up there. Using pins 8 and 6 are what is connected to the COM-port on the DK, but seeing as you&amp;#39;re using a custom board, that&amp;#39;s likely not&amp;nbsp;the case for you.&amp;nbsp;How is your custom board connected to the computer in your instance? The nRF52832 does not have a USB peripheral, so if you want it to work as a USB device you will have to use a &lt;a href="https://www.ftdichip.com/Products/Cables/USBTTLSerial.htm"&gt;USB-to-UART chip or cable&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial connection between nrf52 &amp; arduino</title><link>https://devzone.nordicsemi.com/thread/228539?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2020 11:22:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d36d034-4e1c-4425-a276-a55108a1087b</guid><dc:creator>achraf</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;yes that the purpose c send the AT command to the serial By the Nrf . Am not yet able to do that i dont know where is the example or the probleme .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/56341/serial-connection-between-nrf52-arduino/228476"]The reason you&amp;#39;re not seeing anything when using the laptop and PuTTY I&amp;#39;m guessing is because you&amp;#39;ve set the UART pins to 15 and 17, and these must be set to 8 and 6 in order to print to the COM port.[/quote]
&lt;p&gt;I just changed 8 and 6 , but nothing happend of course , because whats the relation between 8and 6 pin to the usb serial (COM port). Im seeing a blank page on the putty as my previous reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial connection between nrf52 &amp; arduino</title><link>https://devzone.nordicsemi.com/thread/228476?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2020 07:08:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbefc4e8-51a3-4fcd-b8d6-75b80c31e765</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry about the confusion, it seems like I misunderstood your initial question.&amp;nbsp; So, what you&amp;#39;re asking is why you can&amp;#39;t see an output on the nRF side of the UART connection when it&amp;#39;s connected to an Arduino, correct? The only thing you&amp;#39;re able to see is &amp;quot;UART example started&amp;quot;&amp;nbsp; printed to the Arduino console, correct? That is what&amp;#39;s supposed to happen, now you should be able to type stuff on your keyboard and it should be printed to the serial device.&lt;/p&gt;
&lt;p&gt;If the receiving device is able to process the AT commands written, you should be able to use the UART for this purpose.&lt;/p&gt;
&lt;p&gt;The reason you&amp;#39;re not seeing anything when using the laptop and PuTTY I&amp;#39;m guessing is because you&amp;#39;ve set the UART pins to 15 and 17, and these must be set to 8 and 6 in order to print to the COM port.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial connection between nrf52 &amp; arduino</title><link>https://devzone.nordicsemi.com/thread/228316?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2020 10:15:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cffb2f0-af18-4a0b-99cf-6a264916ac14</guid><dc:creator>achraf</dc:creator><description>[quote userid="75734" url="~/f/nordic-q-a/56341/serial-connection-between-nrf52-arduino/228304"]Do you not get anything at all printed on your UART terminal? [/quote]
&lt;p&gt;Im talking about arduino console (moniteur serie), putty it dosnet work for me i have a mac&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/56341/serial-connection-between-nrf52-arduino/228304"]Are you using a development kit or a custom board for testing (nRF side)? [/quote]
&lt;p&gt;I&amp;#39;m using custom board&amp;nbsp;&lt;br /&gt;.&lt;br /&gt;btw the answer is little bit far from my question : how it works (am i in the good example for my application[controle the gsm/gps sim868 by serial ])&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I just tried putty in my friends laptops nothings happend i cliked on open nothing happend just a blank page&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Capture-d_1920_e_0103_cran-2020_2D00_01_2D00_09-a_0003_-11.33.52.png" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Capture-d_1920_e_0103_cran-2020_2D00_01_2D00_09-a_0003_-11.28.49.png" /&gt;&lt;br /&gt;even if im pressing&lt;span&gt;&amp;nbsp;any letter or digit key on the PC keyboard&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial connection between nrf52 &amp; arduino</title><link>https://devzone.nordicsemi.com/thread/228304?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2020 09:45:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95ebf421-523e-422a-a36a-4d5b6c8a0943</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Do you not get anything at all printed on your UART terminal? Are you using a development kit or a custom board for testing (nRF side)? Please check that the UART settings in PuTTY are set correctly, that is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Baud rate: 115.200&lt;/li&gt;
&lt;li&gt;8 data bits&lt;/li&gt;
&lt;li&gt;1 stop bit&lt;/li&gt;
&lt;li&gt;No parity&lt;/li&gt;
&lt;li&gt;HW flow control: None&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>