<?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>Trying to run light lightness application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51180/trying-to-run-light-lightness-application</link><description>hi, 
 I have developed light lightness model with the help of generic on/off and generic level model from the mesh SDK. And I have used these models by making changes in the light switch example, and used my light lightness in place of generic on/off</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Aug 2019 12:23:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51180/trying-to-run-light-lightness-application" /><item><title>RE: Trying to run light lightness application</title><link>https://devzone.nordicsemi.com/thread/205597?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2019 12:23:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db064034-5309-4928-ba1f-dd93ca99d6d7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Which destination address you used to send the data to ? Have you made sure the server subscribed to the address you sending to (unless you are sending to the unicast address). They should be provisioned in to the same network.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would suggest to use the access layer directly to send test message. This mean you ignore the model layer. You can enable logging inside the access layer to see if the packet arrive at the destination.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I assume you have tested the generic onoff example ? You can do your test (sending packets on access layer) on the generic on off example first before continue.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying to run light lightness application</title><link>https://devzone.nordicsemi.com/thread/205500?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2019 09:19:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b50f93d-a21d-44dc-9e02-93d1ea5fc3b1</guid><dc:creator>shreyab</dc:creator><description>&lt;p&gt;light_lightness_actual_set() gave a timeout error true, but set_unack() message also didn&amp;#39;t the server.&lt;/p&gt;
&lt;p&gt;how can we debug server not receiving any client commands? i don&amp;#39;t get any RX either on the server side, are the packets being dropped? is the server not recieving them at all?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying to run light lightness application</title><link>https://devzone.nordicsemi.com/thread/205226?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2019 08:58:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98e3fdd9-69c6-465d-a987-7a7819d64f5b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You mean only the&amp;nbsp;&lt;span&gt;lightness_actual_set() caused timeout error ? If it&amp;#39;s the case, most likely it&amp;#39;s the server didn&amp;#39;t reply to the client. Please make sure you implement the code to reply when you receive a set command. Please refer to the generic on off model.&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also you need to check if the server is actually received the set command.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying to run light lightness application</title><link>https://devzone.nordicsemi.com/thread/205121?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2019 16:29:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c50c676d-7ed3-4d31-866f-a90a4e1fefb1</guid><dc:creator>shreyab</dc:creator><description>&lt;p&gt;no, sorry my bad didn&amp;#39;t write that&amp;nbsp; correctly, set message gives the timeout error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying to run light lightness application</title><link>https://devzone.nordicsemi.com/thread/205082?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2019 14:11:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6095858e-fb01-4ee5-a336-cd2546548a70</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I would suggest you to get familiar with the generic on/off model first.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can find out if a packet is sent by enabling&amp;nbsp;log level to DBG1: LOG_LEVEL_DBG1 and allow logging from&amp;nbsp; ACCESS library:&amp;nbsp;LOG_SRC_ACCESS. You should be able to see if the packet is sent (look for &amp;quot;TX:&amp;quot; ) and when a packet is recevied (&amp;quot;RX&amp;quot;)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;An unack message shouldn&amp;#39;t cause a transfer timeout, I&amp;#39;m not sure why that happens, could be related to how you implement your model. What exact function throws that error ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>