<?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>UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40229/uart-connection-nrf52832-with-raspberry-pi</link><description>I am trying to transferAdvertisement data from NRF52832 to Raspberry PI using BLE_app_UART example. I have updated the config as below, 
 app_uart_comm_params_t const comm_params = { .rx_pin_no = 3, .tx_pin_no = 2, .rts_pin_no = 17, .cts_pin_no = 18,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Jul 2019 13:59:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40229/uart-connection-nrf52832-with-raspberry-pi" /><item><title>RE: UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/thread/199560?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 13:59:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df832aa3-636b-408d-9b97-8a7e801e88af</guid><dc:creator>Ashiq Mohammed</dc:creator><description>&lt;p&gt;Sherif - you can&amp;#39;t see serial output data using LED, serial output should be connected with proper serial&amp;nbsp;support device which should have the feature of Tx/Rx like &lt;span&gt;Raspberry Pi.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/thread/198282?ContentTypeID=1</link><pubDate>Sun, 14 Jul 2019 16:21:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24f76e8b-8a4c-459e-ac53-0f4088d5f48f</guid><dc:creator>sherif</dc:creator><description>&lt;p&gt;@AShiq: i am trying to do the same. but instead of rpi i use a led to see the data output, also i tried with a usb to serial to input the data again which was sent. but i failed. Could you please help me. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/thread/156740?ContentTypeID=1</link><pubDate>Sat, 10 Nov 2018 04:45:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a36c2a47-d782-4508-bca8-dfc2db2278d7</guid><dc:creator>Ashiq Mohammed</dc:creator><description>&lt;p&gt;Thanks Jorgen, I have removed RTS and CTS and updated my Python code as below, now UART is working fine.&lt;/p&gt;
&lt;p&gt;thanks for your great support.&lt;pre class="ui-code" data-mode="text"&gt;def Uart_Serial_Read():
  try:  
    ser = serial.Serial (&amp;quot;/dev/serial0&amp;quot;)
    ser.baudrate = 115200
    print (&amp;quot;Serial com program start here..&amp;quot;)
    i=1
    while True:
               data = ser.readline()
               l=len(data)
               print &amp;quot;Length: &amp;quot;, l,&amp;quot; Itration : &amp;quot;,i
               for j in range(0, l-1):
                                  print(ord(data[j:j+1])),
               print &amp;quot;&amp;quot;
               i=i+1
    ser.close()
   except:
    Uart_Serial_Read() 
import serial
Uart_Serial_Read()&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/thread/156636?ContentTypeID=1</link><pubDate>Fri, 09 Nov 2018 10:19:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3e63f86-ad53-4162-adaf-97f792cef663</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I meant if you have tested to view UART data in a terminal, to see if the issue is with the HW or with your Python code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/thread/156527?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 15:53:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af9f74be-5cb6-418e-9900-c867c2cd1b61</guid><dc:creator>Ashiq Mohammed</dc:creator><description>&lt;p&gt;Yes I can able to view all the data in RTT viewer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/thread/156515?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 14:37:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:737f1a90-ffcf-4ecb-a61d-5ea6e852e072</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you tested it you are able to receive data in a terminal software?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/thread/156364?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 16:05:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a87e715-1343-4880-b97e-19123cfca3d6</guid><dc:creator>Ashiq Mohammed</dc:creator><description>&lt;p&gt;I have taken the same BLE_app_UART example code as it is , just I have hard coded pin numbers.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;app_uart_comm_params_t const comm_params =
    {
        .rx_pin_no    = RX_PIN_NUMBER,
        .tx_pin_no    = TX_PIN_NUMBER,
        .rts_pin_no   = RTS_PIN_NUMBER,
        .cts_pin_no   = CTS_PIN_NUMBER,
        .flow_control = APP_UART_FLOW_CONTROL_DISABLED,
        .use_parity   = false,
        .baud_rate    = UART_BAUDRATE_BAUDRATE_Baud115200
    };&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;In Python ser.read() working one time and printing values, for the next cycle showing &amp;#39;raise portNotOpenError&amp;#39;.&lt;/p&gt;
&lt;p&gt;If I change to&amp;nbsp;&lt;span&gt;ser.readline(), I am getting 32 data values from Adv report. and next cycle showing &amp;#39;raise portNotOpenError&amp;#39;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am not able to find out&amp;nbsp;config.h associated&amp;nbsp;with this project.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/thread/156277?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 10:20:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3cb9911d-5ccb-4e66-8f69-ee54b1eebcdb</guid><dc:creator>Jakub Rzeszutko</dc:creator><description>&lt;p&gt;Why did you configure and connect RTS/CTS while you are not using it?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; .flow_control = APP_UART_FLOW_CONTROL_DISABLED&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Connection NRF52832 with Raspberry Pi</title><link>https://devzone.nordicsemi.com/thread/156260?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 06:58:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed9c5cfd-0015-4cfe-b1a8-8734055db18a</guid><dc:creator>Toyman</dc:creator><description>&lt;p&gt;do you have UART enabled in config.h?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>