<?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>Using Android Studios to develop an app for NBIOT with the Thingy devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112014/using-android-studios-to-develop-an-app-for-nbiot-with-the-thingy-devices</link><description>Hi all! 
 I&amp;#39;m in the process of trying to put together an nb-iot app on Android studios that would communicate with data from the Thingy 91 board. I&amp;#39;ve been trying to go through the different libraries on Jetpack Compose for Android Studios and there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Jul 2024 17:34:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112014/using-android-studios-to-develop-an-app-for-nbiot-with-the-thingy-devices" /><item><title>RE: Using Android Studios to develop an app for NBIOT with the Thingy devices</title><link>https://devzone.nordicsemi.com/thread/494650?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2024 17:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca8774df-a568-4fd2-82b4-72fa412a8fb3</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;You&amp;#39;re welcome, good luck!&lt;/p&gt;
&lt;p&gt;Feel free to create new tickets in case of any new questions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Android Studios to develop an app for NBIOT with the Thingy devices</title><link>https://devzone.nordicsemi.com/thread/494648?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2024 17:19:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca1144d4-17b7-4d69-8e64-0007005580de</guid><dc:creator>witch_mountain</dc:creator><description>&lt;p&gt;Thanks so much Michal! That cleared up at lot of the initial confusion I had. This ticket can be closed :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Android Studios to develop an app for NBIOT with the Thingy devices</title><link>https://devzone.nordicsemi.com/thread/494645?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2024 17:05:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1329608d-a5a2-4b51-b4db-0805dd0fe139</guid><dc:creator>Michal</dc:creator><description>[quote user="witch_mountain"] the two devices won&amp;#39;t be able to communicate when they are on the same network[/quote]
&lt;p&gt;Well, they would be able to communicate in a similar way to how two mobile phones can communicate over the internet. You cannot really do a direct communication without some kind of web server (or MQTT or LwM2M) in between the two.&lt;/p&gt;
&lt;p&gt;Technically you could use raw sockets and have your device listen, but you would need to do all the things like finding out the IP address etc.&lt;/p&gt;
[quote user="witch_mountain"]Are mobile phones like an samsung unable to support nb_iot as a whole?&amp;nbsp;[/quote]
&lt;p&gt;You cannot use an NB IoT SIM card on a phone, but you can communicate via the internet, as I have written above.&lt;/p&gt;
[quote user="witch_mountain"]The better way to describe what I&amp;#39;m doing is trying to send commands to the Thingy via a phone application that would generate GPS data that is sent to nRF Cloud which is able to be displayed on this same application?&amp;nbsp;[/quote]
&lt;p&gt;You can either have your application send a command to nRF Cloud, which then sends a command to the Thingy, or connect to the Thingy locally via Bluetooth LE (with UART bridge as you said, yes) and then have Thingy send the data to nRF Cloud.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Android Studios to develop an app for NBIOT with the Thingy devices</title><link>https://devzone.nordicsemi.com/thread/493204?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2024 15:16:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fc59ec0-7a3d-4e9e-9066-5467f30a37e0</guid><dc:creator>witch_mountain</dc:creator><description>&lt;p&gt;Hi Michal!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks so much for your answers, I realized I wasn&amp;#39;t properly explaining myself in the previous posts and I&amp;#39;ve come back after some trial and error and with some of the same and some new questions.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Primarily I am a little confused as to why even though the Thingy 91 supports nb_iot and say your mobile device has an nb_iot sim card as well as coverage in your location the two devices won&amp;#39;t be able to communicate when they are on the same network? Are mobile phones like an samsung unable to support nb_iot as a whole?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The better way to describe what I&amp;#39;m doing is trying to send commands to the Thingy via a phone application that would generate GPS data that is sent to nRF Cloud which is able to be displayed on this same application?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In order to send commands to the Thingy device from a mobile application would I then, based on your previous replies, need to establish a BLE connection with the Thingy and then send these commands to the nRF 91 SiP through UART bridge between the two chips on the board? Is this the only way?&lt;/p&gt;
&lt;p&gt;Thanks again!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Android Studios to develop an app for NBIOT with the Thingy devices</title><link>https://devzone.nordicsemi.com/thread/488574?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 22:08:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a5e00fe-dcbe-4d15-a502-c8f053de5d42</guid><dc:creator>Michal</dc:creator><description>[quote user="witch_mountain"]I mean that I have an IoT SIM that covers NB-IOT coverage in my area and I want to be able to pair the thingy with my device to send gps and sensor data.&amp;nbsp;[/quote]
&lt;p&gt;But &lt;em&gt;how&lt;/em&gt; do you want to pair your device? You cannot use NB-IoT like you would use Bluetooth for example. It&amp;#39;s a cellular protocol.&lt;/p&gt;
&lt;p&gt;You won&amp;#39;t be able to &amp;quot;pair&amp;quot; two nRF9160 devices via NB-IoT either.&lt;/p&gt;
&lt;p&gt;If you want to pair the Thingy with your phone, then as I said before, use BLE via the nRF52 chip (or use a webserver like our&lt;a href="https://nrfcloud.com/"&gt; nRF Cloud&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Also, just because an NB-IoT SIM card may fit your phone it does not make your phone support NB-IoT.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Android Studios to develop an app for NBIOT with the Thingy devices</title><link>https://devzone.nordicsemi.com/thread/488494?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 12:30:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2b5be69-e832-4981-b02b-a49ab7b37797</guid><dc:creator>witch_mountain</dc:creator><description>&lt;p&gt;Hi Michal.&amp;nbsp;&lt;/p&gt;
[quote userid="114944" url="~/f/nordic-q-a/112014/using-android-studios-to-develop-an-app-for-nbiot-with-the-thingy-devices/488477"]What do you mean by NB-IoT app on android?[/quote]
&lt;p&gt;I mean that I have an IoT SIM that covers NB-IOT coverage in my area and I want to be able to pair the thingy with my device to send gps and sensor data.&amp;nbsp;&lt;/p&gt;
[quote userid="114944" url="~/f/nordic-q-a/112014/using-android-studios-to-develop-an-app-for-nbiot-with-the-thingy-devices/488477"]Is LowPan what Thread is based on?[/quote]
&lt;p&gt;I&amp;#39;m doing app dev on Android Studios and they previously had a low power WAN package that allowed you to search the network and connect with devices but I&amp;#39;ve recently found that this package might not be supported in favor of BLE packages. I was wondering if anyone has had experience working with this currently with Jetpack Compose for network capabilities.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using Android Studios to develop an app for NBIOT with the Thingy devices</title><link>https://devzone.nordicsemi.com/thread/488477?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 11:31:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c900bfc4-9d95-42cf-b903-85e3ffc7959f</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;What do you mean by NB-IoT app on android? Are you trying to establish an ad-hoc connection with your phone via NB-Iot? That&amp;#39;s not possible I&amp;#39;m afraid, phones don&amp;#39;t support NB-IoT.&lt;/p&gt;
&lt;p&gt;You would either have to use a webserver, or some kind of BLE gateway.&lt;/p&gt;
&lt;p&gt;Is LowPan what Thread is based on? In that case, I don&amp;#39;t think phones would support it (I&amp;#39;ve heard that some new phones do have HW support, but no SW support yet I think).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>