<?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>nrf mesh android app testing strings ????</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41657/nrf-mesh-android-app-testing-strings</link><description>hello nordic , 
 how can i use strings with nrf mesh andorid application ??</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Dec 2018 10:25:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41657/nrf-mesh-android-app-testing-strings" /><item><title>RE: nrf mesh android app testing strings ????</title><link>https://devzone.nordicsemi.com/thread/162467?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 10:25:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c100687-1e0e-420f-8a8f-8f56585010dd</guid><dc:creator>Roshan Rajaratnam</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/turki"&gt;turki&lt;/a&gt; it would be really nice if you open a new ticket for a newer question. However yes you build your own app. Check out our libraries for both &lt;a href="https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library"&gt;Android &lt;/a&gt;and &lt;a href="https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library"&gt;iOS&lt;/a&gt;&amp;nbsp;on Github. If you&amp;#39;re building something for Android I recommend to use the version from the dev branch.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf mesh android app testing strings ????</title><link>https://devzone.nordicsemi.com/thread/162465?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 10:21:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c54259f2-7255-4759-b480-6ffc8b20c543</guid><dc:creator>turki</dc:creator><description>&lt;p&gt;thank you&amp;nbsp;&lt;/p&gt;
&lt;p&gt;so can i develop my own android app to get a data and not a state , i mean are there&amp;nbsp; APIs available to get data from vendor model so i can develop my own app or if there will be an update for the nrf mesh app in the future ??&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf mesh android app testing strings ????</title><link>https://devzone.nordicsemi.com/thread/162462?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 10:12:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12dfcfa6-b231-4b93-9d5a-71a6f2f8f140</guid><dc:creator>Roshan Rajaratnam</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/turki"&gt;turki&lt;/a&gt;&amp;nbsp;So basically the app currently supports sending acknowledged and unacknowledged messages to a VendorModel. Like Hung has mentioned if you use Nordic SimpleOnOffServer you can test this against the app. Basically if you send a Get message you will get the state and similarly sending an acknowledged Set message you will get the state back and for an unacknowledged set you won&amp;#39;t get anything back. To send an acknowledged message you have to check the &amp;quot;acknowledged&amp;quot; checkbox and use the correct opcode for an acknowledged message. Also when you pass your parameters make sure you have increased the transactionId, if not your messages might be dropped from the node!&lt;/p&gt;
&lt;p&gt;Also note that there is bug on SDK 2.1 and 2.2 that caused the SimpleOnOff server to fail due to wrong endianness in the sdk example. May be you can compile the SimpleOnOff in the sdk version 3.0.0&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf mesh android app testing strings ????</title><link>https://devzone.nordicsemi.com/thread/162424?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 08:27:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d1659af-c386-4f34-af2b-aa501fe28efc</guid><dc:creator>turki</dc:creator><description>&lt;p&gt;yeah i did that , but my question was about the android application .&lt;/p&gt;
&lt;p&gt;if i just add the proxy with what i did with the simple on off model will i be able to get the all the array on the application ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf mesh android app testing strings ????</title><link>https://devzone.nordicsemi.com/thread/162423?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 08:19:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a7e923a-c7fa-4a71-9578-490b1fce2118</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;If you want to send your own proprietary data you can refer to our simple on off&amp;nbsp;model provided at&amp;nbsp;\models\vendor in the SDK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have an example using it but you can refer to the simple on off example in our SDK&amp;nbsp; 2.1 that we use the model.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the model we only use one byte (on_off) but you can change it to an array and access the array from the access layer when you receive data by accessing p_message-&amp;gt;p_data&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf mesh android app testing strings ????</title><link>https://devzone.nordicsemi.com/thread/162283?ContentTypeID=1</link><pubDate>Tue, 18 Dec 2018 12:42:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9500894-b56e-4bb3-8cb5-049569609c3a</guid><dc:creator>turki</dc:creator><description>&lt;p&gt;no i want to send uint8_t array contain my own data so from my custom model which is like simple message model , i want to&amp;nbsp; send it to the application , for example if have 2 sensros on the same sarver i want to send their data to the app&amp;nbsp;&lt;/p&gt;
&lt;div id="tw-source"&gt;
&lt;div class="tw-lang-selector-wrapper" id="u4EBdf"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="oSioSc"&gt;
&lt;div id="tw-target"&gt;
&lt;div class="gsrt tw-ta-container tw-nfl" id="tw-target-text-container"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf mesh android app testing strings ????</title><link>https://devzone.nordicsemi.com/thread/162253?ContentTypeID=1</link><pubDate>Tue, 18 Dec 2018 10:50:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:069df50f-d83a-435f-bfd3-830214f8c19b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Turki,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you please&amp;nbsp;clarify what you meant by &amp;quot;use string&amp;quot; ? Did you want to send some properitery data ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>