<?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>communicate WIFI with customboard nRF52833 through uart</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83407/communicate-wifi-with-customboard-nrf52833-through-uart</link><description>Hi, all 
 My custom board has nRF52833 mcu and wifi module(esp-wroom-02). I&amp;#39;m going to communicate with these two using the uart port. 
 The problem is, data communication is not possible with each suitable port. 
 I checked the waveform of each pin using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Jan 2022 10:37:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83407/communicate-wifi-with-customboard-nrf52833-through-uart" /><item><title>RE: communicate WIFI with customboard nRF52833 through uart</title><link>https://devzone.nordicsemi.com/thread/346889?ContentTypeID=1</link><pubDate>Mon, 10 Jan 2022 10:37:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c792932-672c-44f8-8a89-3d56f6df1835</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;What does app_uart_put() return? (what is err_code after this line is executed?)&lt;/p&gt;
&lt;p&gt;And are you aware that when you are using:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;err_code = app_uart_put(wfcr[wifi_tx_idx]);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;you are only sending one byte?&lt;/p&gt;
&lt;p&gt;Look at how the ble_app_uart example is using app_uart_put inside a for loop to print an entire message.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: communicate WIFI with customboard nRF52833 through uart</title><link>https://devzone.nordicsemi.com/thread/346596?ContentTypeID=1</link><pubDate>Fri, 07 Jan 2022 06:47:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc92d574-f447-4c3f-8bb6-c464e1ad3837</guid><dc:creator>lyrics</dc:creator><description>&lt;p&gt;I have more fundamental problem.. I&amp;#39;ll post new one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: communicate WIFI with customboard nRF52833 through uart</title><link>https://devzone.nordicsemi.com/thread/346569?ContentTypeID=1</link><pubDate>Fri, 07 Jan 2022 00:31:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5cfe1a1-c53d-4468-a707-c2c157d339eb</guid><dc:creator>lyrics</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/83407/communicate-wifi-with-customboard-nrf52833-through-uart/346515#346515"]If you try to connect the UART pins to a UART terminal, do you see any data there? What do you expect to see on the nRFs TX pin?[/quote]
&lt;p&gt;I didn&amp;#39;t check UART terminal yet, but I want to communicate with wifi module over at commands.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// wfcr[] = &amp;#39;AT\r\n&amp;#39;;
err_code = app_uart_put(wfcr[wifi_tx_idx]);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;so I send basic command ( &amp;#39;AT&amp;#39; data ) for test using &amp;#39;app_uart_put&amp;#39;. (I followed &amp;#39;ble_app_uart&amp;#39; example.)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;briefly,&amp;nbsp;&lt;span&gt;I want to send the at command, but it seems to be confirmed on the RX pin, not the TX pin. If it&amp;#39;s not a hardware error, I want to know what kind of error it is.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/83407/communicate-wifi-with-customboard-nrf52833-through-uart/346515#346515"]&lt;p&gt;You are using custom HW, right?&lt;/p&gt;
&lt;p&gt;What log backend do you use? (it should say in your sdk_config.h file).&lt;/p&gt;[/quote]
&lt;p&gt;yes,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not fully understand what log backend is.. but as I checked sdk_config.h file, these definition set bit.&lt;/p&gt;
&lt;p&gt;#ifndef NRF_CLI_LOG_BACKEND&lt;br /&gt;#define NRF_CLI_LOG_BACKEND 1&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;#ifndef NRF_LOG_BACKEND_RTT_ENABLED&lt;br /&gt;#define NRF_LOG_BACKEND_RTT_ENABLED 1&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;lyrics&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: communicate WIFI with customboard nRF52833 through uart</title><link>https://devzone.nordicsemi.com/thread/346515?ContentTypeID=1</link><pubDate>Thu, 06 Jan 2022 14:16:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5e3b9cf-eb95-4bad-8c50-ad214b1b809a</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;If you try to connect the UART pins to a UART terminal, do you see any data there? What do you expect to see on the nRFs TX pin?&lt;/p&gt;
&lt;p&gt;You are using custom HW, right?&lt;/p&gt;
&lt;p&gt;What log backend do you use? (it should say in your sdk_config.h file).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>