<?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>Mesh using nRF52840 Development board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43810/mesh-using-nrf52840-development-board</link><description>Hi, 
 I am using nrf 52840 development board for developing mesh. I am using segger IDE in my windows 7 desktop for code flash to the board. 
 The SDK I am using is nRF5_SDK_15.2.0 and for Mesh am using SDK for mesh v3.1.0. 
 In the mesh example, I see</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Feb 2019 04:56:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43810/mesh-using-nrf52840-development-board" /><item><title>RE: Mesh using nRF52840 Development board</title><link>https://devzone.nordicsemi.com/thread/172415?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 04:56:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4a834f2-fb10-4cdd-a979-232b6aa3cf38</guid><dc:creator>Vibhu</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/edvin-holmseth"&gt;Edvin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I need to send data via UART to another controller. I don&amp;#39;t need UART log prints.&lt;/p&gt;
&lt;p&gt;Could you tell me how it can be done and what are all the changes that has to be made to the Mesh code for that ?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vibhu.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh using nRF52840 Development board</title><link>https://devzone.nordicsemi.com/thread/172412?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 04:54:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04af77a7-4d3a-45cd-a9ee-fce19dedba94</guid><dc:creator>Vibhu</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/edvin-holmseth"&gt;Edvin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have created a new ticket for the UART part but I am not getting proper response, I am in bit of a hurry and so could you please help me with mesh and UART, it will be great !&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/43922/nrf-mesh-and-uart"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/43922/nrf-mesh-and-uart&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The above is the link for the new ticket.&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;Vibhu.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh using nRF52840 Development board</title><link>https://devzone.nordicsemi.com/thread/171902?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 13:28:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da60abf6-3822-408b-b78d-5a0734585e31</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;For your information:&lt;br /&gt;Since you have verified the answer on this post, I will no longer get notifications when there is an update in this ticket, and since the new question is a bit outside the original topic, please create a new ticket if you have more questions. I just discovered this update incidentally.&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: Mesh using nRF52840 Development board</title><link>https://devzone.nordicsemi.com/thread/171893?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 13:13:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22b7afa7-306f-4783-88b1-a1d2d59a1175</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The printf function is not set up in this example. Do you need it to be UART? The logging module in this example is set to RTT Backend, and you can see the logging in Segger Embedded Studio while debugging, or in J-LINK RTT Viewer if you do not debug. This should work out of the box with the DK.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you still need UART? It is possible, but it is a bit more work. In the &amp;quot;normal&amp;quot; (not Mesh) SDK, the log backend is usually chosen in sdk_config.h. Look at e.g. the ble_app_uart example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This example will print everything from NRF_LOG_INFO(&amp;quot;text here&amp;quot;); on the UART.&lt;/p&gt;
&lt;p&gt;Alternatively, the ble_app_uart example uses printf(&amp;quot;text here&amp;quot;); to print on UART.&lt;/p&gt;
&lt;p&gt;Note that this would require changes in the logging module in the Mesh SDK. If you actually just want to debug and see log output, I really recommend you to use the RTT Backend.&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: Mesh using nRF52840 Development board</title><link>https://devzone.nordicsemi.com/thread/171785?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 05:09:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f5fd236-581c-4ac4-a37d-77c6848d1e80</guid><dc:creator>Vibhu</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/edvin-holmseth"&gt;Edvin&lt;/a&gt;&amp;nbsp; Thank You. That was so precise.&lt;/p&gt;
&lt;p&gt;And,&lt;/p&gt;
&lt;p&gt;In the light_switch server code, If I put any printf statements, it is not getting displayed on the teraterm app if I connect to that CDC - UART (COM) port.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any idea on what I should do in order to get the prints ?&lt;/p&gt;
&lt;p&gt;Basically I need to see it in UART.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Vibhu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh using nRF52840 Development board</title><link>https://devzone.nordicsemi.com/thread/171700?ContentTypeID=1</link><pubDate>Mon, 18 Feb 2019 15:47:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16e5df84-5e84-4b4a-a135-d79608ee482c</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes. The packet that is sent by the app is a mesh packet to the on_off_model. Since the servers by default are relay nodes, they will retransmit this packet. I have tested a bit, and I am able to toggle all the servers at once using the phone, but it happens from time to time that only one of the lights toggle. This was when I tested with two servers. When I tested with 3, it was less frequent. Adding more nodes also makes the network have more retransmissions, and less chance of packet loss. Alternatively, a workaround could be to send the toggle command from the phone more than once, but that would require you to change the source code for the app.&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>