<?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 to use UART on nrf52832 together with Zephyr RTOS?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63178/how-to-use-uart-on-nrf52832-together-with-zephyr-rtos</link><description>Hi guys, 
 Does anybody know how to send the sensor data from the nrf52832 device to the terminal when it is not connected directly to the PC with USB cable. I tried with FTDI cable and connected wires to the propriety pins, but I am still not able to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Jul 2020 11:43:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63178/how-to-use-uart-on-nrf52832-together-with-zephyr-rtos" /><item><title>RE: How to use UART on nrf52832 together with Zephyr RTOS?</title><link>https://devzone.nordicsemi.com/thread/258296?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 11:43:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69610f9a-b4a1-40f0-a500-984063b7e90c</guid><dc:creator>Aduka_27</dc:creator><description>&lt;p&gt;I really don&amp;#39;t know, but based on my previous experiments I was able to connect FTDI on 3.3V on my Arduino board. Can you suggest me now what is the best for me to do. Let say, for example how can I print &amp;quot;Hello World!&amp;quot; in my Minicom terminal if my device is not directly connected via USB as the main power source? I connect my device with the emulator which gives me 3.3V and I want to enable the terminal to read that output? Based on our conversation, I am still little bit confused if it is possible to do using the FTDI cable? Do you have any example to send me or method to explain me? Thanks in advance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use UART on nrf52832 together with Zephyr RTOS?</title><link>https://devzone.nordicsemi.com/thread/258226?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 06:41:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e6fc062-1b98-48b5-ad25-25514c0a6479</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I looked up the specification for this sensor (dht22?) and see that the min. operating voltage 3.3v. So I guess the regulated output supplied from the USB was too low to properly drive the sensor. The 5V from the USB is actually regulated down to v3.3, but the board includes a reverse protection diode which further drops the VDD to about 2.7V. You can however bypass this diode by shorting SB10 (solder bridge) as shown in the &lt;span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf52832_dk/UG/nrf52_DK/hw_power_sup.html?cp=4_2_4_5_2"&gt;&amp;quot;Power supply&amp;quot;&lt;/a&gt;&lt;/span&gt; section of the DK user guide and thus eliminate the voltage drop.&lt;/p&gt;
&lt;p&gt;As for the external FDTI cable and supply, are you supplying less than 3.6V to both the FTDI and the nRF52 DK now? And have you made sure that your FDTI cable is actually supporting I/O operations below 5V? Some cables may be limited to 5 volts. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use UART on nrf52832 together with Zephyr RTOS?</title><link>https://devzone.nordicsemi.com/thread/258059?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2020 10:43:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea41d667-1f99-42c5-ba94-2c25555a64e3</guid><dc:creator>Aduka_27</dc:creator><description>&lt;p&gt;Well, I will try to explain again from the scratch because I think that maybe we did not understand each other very well. I used the example for sensing the temperature and humidity (zephyr/sample/sensor/dht) and everything works correct when my board (nRF52 DK same as you sent me before &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52-DK"&gt;link&lt;/a&gt;) is connected via USB to my laptop. In that case I can open the Minicom terminal and see the output. Now, instead of USB I will try to use the external power source (Environmental Emulator) which will give the necessary power and enable my board to work properly and read the sensor data. In that case, I will disconnect my board (put the USB aside) and connect it to my emulator. When I do that, I am not able to see output in Minicom and because of that my main question is how to enable that. How can I see my outputs in case when my board is not directly connected via USB? Is that possible using UART or some other method? That is my main question. With Arduino I used FTDI cable and the configuration for that was very simple. Can I now use FTDI cable to see outputs or not? I hope that now I described my problem in more detail. Regards!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use UART on nrf52832 together with Zephyr RTOS?</title><link>https://devzone.nordicsemi.com/thread/257998?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2020 08:23:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca1adb77-733a-425f-95b1-e11d078fd9cc</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I assumed the requirement was to get UART/USB communication with your PC to work. It would be good to know what the actual purpose/goal of using an external serial bridge and power source is. You can&amp;#39;t program the device through the UART interface unless you already have FW supporting DFU over UART running on your device.&lt;/p&gt;
&lt;p&gt;And please make sure the voltage on the FTDI is the same as the VDD voltage going into the nRF52 so the TX and RX line doesn&amp;#39;t exceed VDD+0.3V as mentioned earlier.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use UART on nrf52832 together with Zephyr RTOS?</title><link>https://devzone.nordicsemi.com/thread/257835?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2020 12:30:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6688ab4a-2323-4afd-8eec-9f8519ae07e4</guid><dc:creator>Aduka_27</dc:creator><description>&lt;p&gt;I use the same nRF52 DK board as you send me in this link. But, what to do in my case when I disconnected my board from my laptop and connected the relevant pins to my emulator (which emulates the environmental power sources)? How to flash the example in that case and see the output (in my case for example output will be 2.7V)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use UART on nrf52832 together with Zephyr RTOS?</title><link>https://devzone.nordicsemi.com/thread/257828?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2020 12:21:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75591582-d9c1-41b1-8786-1c1ef7bc4213</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for the clarification, but could you please confirm if you&amp;#39;re using the nRF52 DK (&lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52-DK"&gt;link&lt;/a&gt;), or is it a different board. I&amp;#39;m asking because the DK board already comes with an on-board serial bridge (via the Jlink) so you don&amp;#39;t need any external FTDI cable. To test the UART communication, you can use the simple echo sample in \ncs\zephyr\samples\subsys\console\echo. TX is connected to P0.06 by default.&lt;/p&gt;
&lt;p&gt;Please note that supplying 5v directly may cause permanent damage to the chip. The same applies to the UART bus, the voltage must not exceed VDD+0.3V.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use UART on nrf52832 together with Zephyr RTOS?</title><link>https://devzone.nordicsemi.com/thread/257780?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2020 10:33:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6197d392-71c8-4870-b7dc-b40674e457ea</guid><dc:creator>Aduka_27</dc:creator><description>&lt;p&gt;I am using the nRF52dk_nRF52832 board and running the Zephyr on it. Do you maybe have the example how can I configure and use the UART communication, because I found some example but not relevant for Zephyr. Do you maybe have some example where I can see how to configure the related pins and way of communication? I used 5V, GND and Tx (P0.06) pins on my board, and 5V, GND and Rx pins on the FTDI cable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use UART on nrf52832 together with Zephyr RTOS?</title><link>https://devzone.nordicsemi.com/thread/257615?ContentTypeID=1</link><pubDate>Tue, 30 Jun 2020 13:43:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93e646b4-dfcc-42a6-8b33-509432b2a5c2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It should not be a problem to view UART data on minicom if you have a working setup. Are you using the nRF52 DK or a custom/third-party board?&lt;/p&gt;
[quote user=""]FTDI cable and connected wires to the propriety pins, but I am still not able to see anything in my Minicom terminal.[/quote]
&lt;p&gt;&amp;nbsp;Which pins did you connect? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>