<?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>Creating an app that communicates with the server</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/107286/creating-an-app-that-communicates-with-the-server</link><description>We would like to know if it is possible to create an application (java android) that can extract data from the nrf cloud of a connected Nordic Thingy 91 and manipulate it. For example after we finish the set up and installation of the Nordic Thingy 91</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Apr 2024 23:35:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/107286/creating-an-app-that-communicates-with-the-server" /><item><title>RE: Creating an app that communicates with the server</title><link>https://devzone.nordicsemi.com/thread/478156?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2024 23:35:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c078b228-6664-4ca0-9b33-560be66e667f</guid><dc:creator>justin</dc:creator><description>&lt;p&gt;As mentioned your application should use the REST API.&lt;br /&gt;You&amp;nbsp;can&amp;nbsp;use the device shadow to set the desired state of your device&amp;#39;s LEDs.&lt;br /&gt;&lt;a href="https://api.nrfcloud.com/v1#tag/IP-Devices/operation/UpdateDeviceState"&gt;https://api.nrfcloud.com/v1#tag/IP-Devices/operation/UpdateDeviceState&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;You would need to create a firmware application for your nrf91 device to handle the behavior.&lt;br /&gt;For reference, look at&amp;nbsp;&lt;a id="" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/samples/cellular/nrf_cloud_multi_service/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/samples/cellular/nrf_cloud_multi_service/README.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/3190fa573ff67bfb745028f203e9d0ea4144a1ce/samples/cellular/nrf_cloud_multi_service/src/cloud_connection.c#L443"&gt;https://github.com/nrfconnect/sdk-nrf/blob/3190fa573ff67bfb745028f203e9d0ea4144a1ce/samples/cellular/nrf_cloud_multi_service/src/cloud_connection.c#L443&lt;br /&gt;&lt;/a&gt;Your firmware application would need to handle the shadow data and then set the LEDs accordingly.&lt;br /&gt;&lt;br /&gt;For an LED control example, see&amp;nbsp;&lt;a id="" href="https://github.com/nrfconnect/sdk-nrf/blob/v2.6.0/samples/cellular/nrf_cloud_multi_service/src/led_control.c"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v2.6.0/samples/cellular/nrf_cloud_multi_service/src/led_control.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating an app that communicates with the server</title><link>https://devzone.nordicsemi.com/thread/467378?ContentTypeID=1</link><pubDate>Fri, 02 Feb 2024 13:16:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f3f87f4-8b7b-457b-b45f-04f94d4e1834</guid><dc:creator>Sherwood</dc:creator><description>&lt;p&gt;Any updates?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating an app that communicates with the server</title><link>https://devzone.nordicsemi.com/thread/467250?ContentTypeID=1</link><pubDate>Thu, 01 Feb 2024 19:48:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c0548be-e65e-4b65-bf52-d0af7187c8a7</guid><dc:creator>Sherwood</dc:creator><description>&lt;p&gt;&lt;span&gt;Another question is have is what are the characteristic ids for the 4 different LEDS and the nrf-9160 dev kit board and the values to manipulate them&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating an app that communicates with the server</title><link>https://devzone.nordicsemi.com/thread/464708?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 01:46:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40ed9c89-ce4a-407a-9ec9-a7bbef5c706c</guid><dc:creator>Sherwood</dc:creator><description>&lt;p&gt;Another thing once the nordic thingy 91 is connected via Nrf Connect is it possible using the REST Api to light up the Indicator LEDs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating an app that communicates with the server</title><link>https://devzone.nordicsemi.com/thread/464013?ContentTypeID=1</link><pubDate>Fri, 12 Jan 2024 15:13:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5971c30-385e-4b38-a806-ac4b86af2ca0</guid><dc:creator>helsing</dc:creator><description>[quote user="LogicTechMassaMicrowave"]Can I connect to a specific nordic thingy 91 instance that I connected to[/quote]
&lt;p&gt;Yes, that should be possible.&lt;/p&gt;
[quote user="LogicTechMassaMicrowave"]and if so is there a simple example I can view[/quote]
&lt;p&gt;I will check what is available. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating an app that communicates with the server</title><link>https://devzone.nordicsemi.com/thread/463766?ContentTypeID=1</link><pubDate>Thu, 11 Jan 2024 13:35:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42ccd445-49cd-4aad-a417-0b19abfa41d9</guid><dc:creator>Sherwood</dc:creator><description>&lt;p&gt;Can I connect to a specific nordic thingy 91 instance that I connected to and if so is there a simple example I can view&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating an app that communicates with the server</title><link>https://devzone.nordicsemi.com/thread/463735?ContentTypeID=1</link><pubDate>Thu, 11 Jan 2024 12:07:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22f9e24e-d4cd-4e3b-b177-c3f20fd38b9a</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;I believe the nRF Cloud REST API is what you are looking for.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://api.nrfcloud.com/"&gt;https://api.nrfcloud.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nrfcloud.com/APIs/REST/RESTOverview.html"&gt;https://docs.nrfcloud.com/APIs/REST/RESTOverview.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>