<?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 print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44964/how-to-print-the-data-from-particular-node-to-uart</link><description>hi... 
 i am working on mesh , i have done light switch example , now i want to get some message from node and send to particular node . how to print the same message which is from particular node to uart termite 
 please help me out. 
 
 
 thanks in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Apr 2019 13:32:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44964/how-to-print-the-data-from-particular-node-to-uart" /><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/180334?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 13:32:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12050b23-9831-4919-8519-6d6bb91efd02</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt;&amp;nbsp;Thanks for the honest feedback. We are working on the devzone performance issues &amp;amp; should have an update regarding that soon.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/saral"&gt;ps_anu&lt;/a&gt; I see you&amp;#39;ve created a new case &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/45670/nrf-mesh"&gt;here&lt;/a&gt;. I will continue answering there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/180265?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 10:34:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5bd5543-ed0d-45e4-89a1-bdc9f5012a51</guid><dc:creator>awneil</dc:creator><description>[quote userid="74848" url="~/f/nordic-q-a/44964/how-to-print-the-data-from-particular-node-to-uart/180252"]set_params.on_off is in bool state , so now i changed it to a character,[/quote]
&lt;p&gt;Then it&amp;#39;s still wrong!&lt;/p&gt;
[quote userid="6462" url="~/f/nordic-q-a/44964/how-to-print-the-data-from-particular-node-to-uart/180222"]Did you understand the point &lt;em&gt;(sic!)&lt;/em&gt; about pointers ?[/quote]
&lt;p&gt;apparently not!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/180252?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 10:10:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab2d83ee-f1cb-435f-b693-495ae74b6e84</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;yeah , set_params.on_off is in bool state , so now i changed it to a character,&lt;pre class="ui-code" data-mode="c_cpp"&gt; uint16_t x_in;
    char a = 78;
 //char arr[80] = &amp;quot;code&amp;quot;;
// char ara [80] = &amp;quot;set&amp;quot;;
 
    switch(button_number)
    {
        case 0:
        case 2:
        
           x_in = a;
            break;

        case 1:
        case 3:
       
            x_in = a;
            break;
    }

    set_params.tid = tid++;
    transition_params.delay_ms = APP_CONFIG_ONOFF_DELAY_MS;
    transition_params.transition_time_ms = APP_CONFIG_ONOFF_TRANSITION_TIME_MS;
    __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, &amp;quot;Sending msg: ONOFF SET %d\n&amp;quot;,x_in);
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;yes i got&amp;nbsp; result , but not in server side, i hope that i&amp;nbsp; need to make some changes in server side, where i should change and how&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/180222?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 09:14:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b97d2a98-95a6-4734-901c-7710c78246aa</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;One of the reasons this thread is getting so long and so hard to follow is that you keep giving these over-brief, vague posts thin on detail - so that we keep having to pull the information out of you!&lt;/p&gt;
&lt;p&gt;You still haven&amp;#39;t answered all the questions about the problems you were seeing.&lt;/p&gt;
[quote userid="74848" url="~/f/nordic-q-a/44964/how-to-print-the-data-from-particular-node-to-uart/180167"]i have changed in client&amp;nbsp; side (set_params.on_off)[/quote]
&lt;p&gt;So what, exactly, have you changed?&lt;/p&gt;
&lt;p&gt;How, exactly, did you change it?&lt;/p&gt;
&lt;p&gt;How, exactly, has that changed the behaviour that you are seeing?&lt;/p&gt;
&lt;p&gt;Is that now the behaviour that you expect/require?&lt;/p&gt;
&lt;p&gt;Did you understand the point &lt;em&gt;(sic!)&lt;/em&gt; about pointers ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/180167?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2019 07:09:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f999ebc-dfd7-4840-a0fa-86b2b74e4d18</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;Thanks alot both of you . i have changed in client&amp;nbsp; side (set_params.on_off) , now what are the things i should change in server side&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/180028?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2019 13:17:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb37c599-72b0-4a0d-8969-1bc5b5de5691</guid><dc:creator>awneil</dc:creator><description>[quote userid="74848" url="~/f/nordic-q-a/44964/how-to-print-the-data-from-particular-node-to-uart/180014"]how would you say that set_params.on_off is pointer[/quote]
&lt;p&gt;I didn&amp;#39;t say that it was - I said that the way you are using it &lt;em&gt;requires&lt;/em&gt; that it is!&lt;/p&gt;
&lt;p&gt;Aha - I found what I actually said:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1554296599083v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/44964/how-to-print-the-data-from-particular-node-to-uart/179179#179179"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/44964/how-to-print-the-data-from-particular-node-to-uart/179179#179179&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As I said,&amp;nbsp;&lt;strong&gt;arr[]&lt;/strong&gt;&lt;span&gt;&amp;nbsp;and&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Ara[]&lt;/strong&gt;&lt;span&gt;&amp;nbsp;are&amp;nbsp;&lt;/span&gt;&lt;strong&gt;char&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;arrays&lt;/em&gt;&lt;span&gt;, so this assignment:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;set_params.on_off = arr;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="text-decoration:underline;"&gt;&lt;em&gt;&lt;strong&gt;expects&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;that&amp;nbsp;&lt;strong&gt;set_params.on_off&lt;/strong&gt;&lt;span&gt;&amp;nbsp;is a&amp;nbsp;&lt;strong&gt;char&lt;/strong&gt;&amp;nbsp;&lt;em&gt;pointer&lt;/em&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If&amp;nbsp;&lt;strong&gt;set_params.on_off&lt;/strong&gt;&lt;span&gt;&amp;nbsp;is &lt;em&gt;&lt;strong&gt;not&lt;/strong&gt;&lt;/em&gt;, in fact,&amp;nbsp; a&amp;nbsp;char&amp;nbsp;pointer - then that code is not going to do what you want!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Again, this is standard &amp;#39;C&amp;#39; programming - nothing specifically to do with Nordic:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The thing on the left-hand side of an assignment has to be of the same type (or a &amp;quot;compatible&amp;quot; type) as the thing on the right-hand side of the assignment.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/180014?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2019 12:55:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d006ea2-1a73-4706-b812-19f750ce848f</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;how would you say that set_params.on_off is pointer?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/180010?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2019 12:46:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ce2ad29-330b-4f07-8396-fbed6805fa56</guid><dc:creator>awneil</dc:creator><description>[quote userid="74848" url="~/f/nordic-q-a/44964/how-to-print-the-data-from-particular-node-to-uart/180003"]i am not able to see any tips given by awneil&amp;nbsp; (char pointer where he mentioned)[/quote]
&lt;p&gt;That seems to be a stupid&amp;nbsp; feature of the forum - I can&amp;#39;t see them at the moment, either!&lt;br /&gt;&lt;br /&gt;For some reason, it (sometimes) seems to just hide some comments, with no apparent way to &amp;quot;reveal&amp;quot; them!&lt;br /&gt;&lt;br /&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;EDIT&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When the forum&amp;#39;s having performance issues (which seems all too common), it often seems to &amp;quot;lose&amp;quot; bits of itself; eg:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/backstage/f/welcome-to-the-devzone/43806/performance-dreadful-today"&gt;https://devzone.nordicsemi.com/backstage/f/welcome-to-the-devzone/43806/performance-dreadful-today&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/180002?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2019 12:39:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d79434f-0e49-4fe4-b429-2fafde2bf0d7</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;So, again, have you checked your data types?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/179998?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2019 12:35:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:144a1ed7-3b42-4788-b5e3-e92c4abf1fa5</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;yeah i am receiving logging information but i am not getting&amp;nbsp; the char which i have sent&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/179986?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2019 12:15:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff8ff188-412e-421b-97b4-1d01132837b1</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/saral"&gt;ps_anu&lt;/a&gt; Have you looked at the tips &lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt; has given. Are you receiving any logging information on the receiving node? You need to make sure that the boolean value is changed everywhere in the code necessary to the correct data type (char pointer as mentioned by @awneil).&amp;nbsp;I have mentioned this in previous comments.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/179439?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 09:58:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42285281-fc76-4d05-8f51-db7691b7cc9a</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Which particular question?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Did you see my question about&amp;nbsp;the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;type&lt;/em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;of&amp;nbsp;&lt;strong&gt;set_params.on_off&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/179329?ContentTypeID=1</link><pubDate>Sat, 30 Mar 2019 09:08:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc9731ca-4992-47d7-b9f8-af6ecdd6d088</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;hi.... Bjorn kvaale , did you get my question, waiting for your response .&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/179179?ContentTypeID=1</link><pubDate>Fri, 29 Mar 2019 10:18:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1cc383a-7fed-428b-9be0-ffde9ac376e3</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;What is the &lt;em&gt;type&lt;/em&gt; of&amp;nbsp;&lt;strong&gt;set_params.on_off&lt;/strong&gt; ?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;arr[]&lt;/strong&gt; and &lt;strong&gt;Ara[]&lt;/strong&gt; are &lt;strong&gt;char&lt;/strong&gt; &lt;em&gt;arrays&lt;/em&gt;, so:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;set_params.on_off = arr;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Expects that&amp;nbsp;&lt;strong&gt;set_params.on_off&lt;/strong&gt;&lt;span&gt;&amp;nbsp;is a &lt;strong&gt;char&lt;/strong&gt; &lt;em&gt;pointer&lt;/em&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;What does&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt; __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, &amp;quot;Sending msg: ONOFF SET %d\n&amp;quot;, set_params.on_off);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;actually print?&lt;/p&gt;
&lt;p&gt;You would usually use %p to print a pointer...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/179106?ContentTypeID=1</link><pubDate>Fri, 29 Mar 2019 05:47:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80ec5137-958d-49ab-a76e-a990de93c585</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;but i didn&amp;#39;t receive that character , how to get that char in server side .&lt;/p&gt;
&lt;p&gt;see the code below&amp;nbsp; this how i set the character in client side&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;    */
 char arr[5] = &amp;quot;code&amp;quot;;
 char ara[5] = &amp;quot;set&amp;quot;;
 
    switch(button_number)
    {
        case 0:
        case 2:
            set_params.on_off = arr;
            break;

        case 1:
        case 3:
            set_params.on_off = Ara;
            break;
    }

    set_params.tid = tid++;
    transition_params.delay_ms = APP_CONFIG_ONOFF_DELAY_MS;
    transition_params.transition_time_ms = APP_CONFIG_ONOFF_TRANSITION_TIME_MS;
    __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, &amp;quot;Sending msg: ONOFF SET %d\n&amp;quot;, set_params.on_off);
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;check whether it is correct or wrong&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/178897?ContentTypeID=1</link><pubDate>Thu, 28 Mar 2019 11:20:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4498858-f723-4548-8da5-b77a6ca3d940</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;It seems the message has been received on the server side. The client also responded with an acknowledged message success, which means that the client has successfully sent the message &amp;amp; the server responded to the client saying it has received the message. Go to line 204 in app_onoff.c &amp;amp; line 96 in main.c for more info.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/178626?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2019 11:06:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efbabbbb-9159-4596-a1ca-74cc85257b99</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;thank you so much Bjorn kvaale. i have set the message in&amp;nbsp;&lt;span&gt;generic_onoff_set_params_t, in light switch client example , i am getting results like what does it mean ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;this is pic of client&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-2019_2D00_03_2D00_26-16.09.09.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;this is pic of server side&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot--32019_2D00_03_2D00_27-16.33.47.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;how do i know my message have sent from client&amp;nbsp; to server &lt;/span&gt;&lt;span&gt;and want to know whether it is received in server side or not&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/178616?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2019 10:37:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44c5792c-3dd1-4d51-96a0-cd30bfcffb49</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Then please clarify your question!&lt;/p&gt;
&lt;p&gt;What have you tried?&lt;/p&gt;
&lt;p&gt;Where are you stuck?&lt;/p&gt;
&lt;p&gt;Have you tried SDK examples?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/178539?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2019 05:53:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f812360-a533-4bc5-86a1-0d294f52641e</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;i hope, u didn&amp;#39;t understand my question&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/178424?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2019 14:27:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb36a8d6-1de5-4b7b-9c7f-eb882987e4e6</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;As far as the UART is concerned, it&amp;#39;s just data - it is irrelevant where it came from, or how it got there.&lt;/p&gt;
&lt;p&gt;Surely, you have used the UART before?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/178301?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2019 11:11:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c956dd8-66fc-480f-896a-526b3664d74a</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;thank you so much...i have sent the message from client to server , now how can i print the data from server using uart&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/178088?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2019 12:03:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e539d8fb-3bcb-4730-809d-dda21e3ab953</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/saral"&gt;ps_anu&lt;/a&gt; I did not mean to typecast the bool value to a character string, but instead of using bool on_off inside&amp;nbsp;generic_onoff_set_params_t, you could use a fixed size variable e.g. char[3] msg&lt;/p&gt;
&lt;p&gt;It should hopefully not be too hard to make the required changes required to send a message of a constant size over the mesh. You should also be able to provision &amp;amp; configure a custom model with nRF Mesh.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/177940?ContentTypeID=1</link><pubDate>Sat, 23 Mar 2019 11:26:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:460eb9dc-77c0-4f1b-b7c7-68792676f269</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;That&amp;#39;s standard &amp;#39;C&amp;#39; - nothing to do with Nordic.&lt;/p&gt;
&lt;p&gt;A moment with google:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://stackoverflow.com/questions/17307275/what-is-the-printf-format-specifier-for-bool"&gt;https://stackoverflow.com/questions/17307275/what-is-the-printf-format-specifier-for-bool&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/177934?ContentTypeID=1</link><pubDate>Sat, 23 Mar 2019 07:03:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ac180b7-82b1-42cc-9f02-30f5e5dc8cba</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;how to change the bool value to&amp;nbsp; a character string&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to print the data from particular node to uart</title><link>https://devzone.nordicsemi.com/thread/177865?ContentTypeID=1</link><pubDate>Fri, 22 Mar 2019 14:24:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae57141b-1f3a-43e4-be51-d63e164826e6</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;span&gt;If you are sending a generic on off set message, the set_params variable in&amp;nbsp;&lt;/span&gt;&lt;span&gt;generic_onoff_client_set(&amp;amp;m_clients[0], &amp;amp;set_params, &amp;amp;transition_params); will send the message data, which will send a bool value state. Like I have mentioned previously, one of the updates you will need to make is to change this bool value to a character string. The&amp;nbsp;&lt;/span&gt;&lt;span&gt;message_set_packet_create function takes the set_params variable &amp;amp; makes changes via call by reference to the first&amp;nbsp;&lt;/span&gt;&lt;span&gt;argument provided&amp;nbsp;&lt;/span&gt;&lt;span&gt;(i.e.&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;amp;p_client-&amp;gt;msg_pkt.set).&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>