<?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>I have create a custom generic message class in iOS, to  pass some data value to nordic device,  in generic onoff server. Here i face problem that when i try to send the message to nordic device, it sends again again the message.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61155/i-have-create-a-custom-generic-message-class-in-ios-to-pass-some-data-value-to-nordic-device-in-generic-onoff-server-here-i-face-problem-that-when-i-try-to-send-the-message-to-nordic-device-it-sends-again-again-the-message</link><description>when i use that message to pass some data value to nordic device, in generic onoff server. i face problem that when i try to send the message to nordic device, it sends again again the message. In console log appear as resending the message in access</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 May 2020 11:32:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61155/i-have-create-a-custom-generic-message-class-in-ios-to-pass-some-data-value-to-nordic-device-in-generic-onoff-server-here-i-face-problem-that-when-i-try-to-send-the-message-to-nordic-device-it-sends-again-again-the-message" /><item><title>RE: I have create a custom generic message class in iOS, to  pass some data value to nordic device,  in generic onoff server. Here i face problem that when i try to send the message to nordic device, it sends again again the message.</title><link>https://devzone.nordicsemi.com/thread/251458?ContentTypeID=1</link><pubDate>Mon, 25 May 2020 11:32:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dab04178-ef8e-4b3b-a03f-73102a384c0d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Have you looked at the code inside generic_onoff_server.c ? and follow my suggestion:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;You can have a look at the Generic&amp;nbsp;ON OFF model. In function&amp;nbsp;handle_set() you can find that&amp;nbsp;status_send() is called when handling the set command.&amp;nbsp;This is to reply (ACK) to a set command . Inside status_send() you can find&amp;nbsp;access_model_reply() is called.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have create a custom generic message class in iOS, to  pass some data value to nordic device,  in generic onoff server. Here i face problem that when i try to send the message to nordic device, it sends again again the message.</title><link>https://devzone.nordicsemi.com/thread/251359?ContentTypeID=1</link><pubDate>Sun, 24 May 2020 17:09:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9080f1ad-446d-475c-9b6a-5f82ec2dd6bf</guid><dc:creator>SummitSahoo</dc:creator><description>&lt;p&gt;Can you please tell me, how implement that function in node!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have create a custom generic message class in iOS, to  pass some data value to nordic device,  in generic onoff server. Here i face problem that when i try to send the message to nordic device, it sends again again the message.</title><link>https://devzone.nordicsemi.com/thread/249866?ContentTypeID=1</link><pubDate>Thu, 14 May 2020 08:56:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db74853a-f79a-49a1-b8ca-a083813ac545</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;When I say replying packet, it&amp;#39;s the reply from the mesh node. Not from the phone.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When the phone sending generic onoff set, it expecting to have a reply from the node (nRF52)&lt;/p&gt;
&lt;p&gt;Please make sure that was implemented on the node as I mentioned in last reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have create a custom generic message class in iOS, to  pass some data value to nordic device,  in generic onoff server. Here i face problem that when i try to send the message to nordic device, it sends again again the message.</title><link>https://devzone.nordicsemi.com/thread/249806?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 18:16:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e821419d-3fc7-4984-ba29-ee7773a468ab</guid><dc:creator>SummitSahoo</dc:creator><description>&lt;p&gt;But Sir, i don&amp;#39;t find any Generic on off model, in library there are only generic on off -&amp;nbsp; get, set, status.&lt;/p&gt;
&lt;p&gt;And there a file GenericOnOffServerDelegate. do you mean that?.&amp;nbsp; (i m asking for swift library)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have create a custom generic message class in iOS, to  pass some data value to nordic device,  in generic onoff server. Here i face problem that when i try to send the message to nordic device, it sends again again the message.</title><link>https://devzone.nordicsemi.com/thread/249107?ContentTypeID=1</link><pubDate>Mon, 11 May 2020 08:14:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eafca33b-b9a1-4deb-83a8-c6313f9f0551</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You can have a look at the Generic&amp;nbsp;ON OFF model. In function&amp;nbsp;handle_set() you can find that&amp;nbsp;status_send() is called when handling the set command.&amp;nbsp;This is to reply (ACK) to a set command . Inside status_send() you can find&amp;nbsp;access_model_reply() is called.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have create a custom generic message class in iOS, to  pass some data value to nordic device,  in generic onoff server. Here i face problem that when i try to send the message to nordic device, it sends again again the message.</title><link>https://devzone.nordicsemi.com/thread/249044?ContentTypeID=1</link><pubDate>Sat, 09 May 2020 16:47:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3d881d8-1b95-4224-84c8-702c71b154f8</guid><dc:creator>SummitSahoo</dc:creator><description>&lt;p&gt;no sir i am not implement any reply code ? can you plz tell me how to implement, and where to implement that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have create a custom generic message class in iOS, to  pass some data value to nordic device,  in generic onoff server. Here i face problem that when i try to send the message to nordic device, it sends again again the message.</title><link>https://devzone.nordicsemi.com/thread/248988?ContentTypeID=1</link><pubDate>Fri, 08 May 2020 13:45:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:283069e5-cb11-4bcb-b178-5040cc5963ad</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Summit,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you show the code where you sent the message ?&amp;nbsp;&lt;br /&gt;Note that if you sent the message as a reliable message (requires acknowledge) the phone expect to get the reply packet from the mesh node. In your mesh code do you have that reply implemented ?&amp;nbsp;&lt;br /&gt;Do you see the same problem when testing with the stock generic on off server ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>