<?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>nRF52840 BLE MQTT with SIMCOM GSM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89509/nrf52840-ble-mqtt-with-simcom-gsm</link><description>Hi, I am using nRF52840 and communicating with Simcom GSM( Sim7600g ). 1- Is there any example code/ Library to connect with the MQTT server? 
 2- Can I use this example code MQTT using nRF52840 and sim7600? or this is for nRF9160? 
 3- I have installed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Jul 2022 12:47:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89509/nrf52840-ble-mqtt-with-simcom-gsm" /><item><title>RE: nRF52840 BLE MQTT with SIMCOM GSM</title><link>https://devzone.nordicsemi.com/thread/375320?ContentTypeID=1</link><pubDate>Mon, 04 Jul 2022 12:47:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:180e150f-2517-4d1f-9ff3-d63380f87750</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;I would anyway recommend that you look into the nRF Connect SDK. See this link for a statement regarding the nRF Connect SDK and the nRF5 SDK: &amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That said, you should be able to move the IoT SDK from v16.0.0 of the nRF5 SDK to the version you are using. You must then add your GSM modem as a backend for the socket API, and then it should work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 BLE MQTT with SIMCOM GSM</title><link>https://devzone.nordicsemi.com/thread/375069?ContentTypeID=1</link><pubDate>Fri, 01 Jul 2022 11:36:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:669f1c84-c5e2-42f0-8125-6244d71b9d9a</guid><dc:creator>Muqarrab</dc:creator><description>&lt;p&gt;Thanks &lt;a href="https://devzone.nordicsemi.com/members/didrik-rokhaug"&gt;Didrik Rokhaug&lt;/a&gt;&amp;nbsp;for answering.&lt;br /&gt;I have develpoed application(ble_peripheral) on&amp;nbsp;&lt;strong&gt;nRF5_SDK_17.0.2_d674dde SDK.&amp;nbsp;&lt;/strong&gt;And now want to add support of MQTT with GSM in that firmware. What&amp;nbsp;will be best way to add GSM MQTT support in that firmware? Any example code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 BLE MQTT with SIMCOM GSM</title><link>https://devzone.nordicsemi.com/thread/375060?ContentTypeID=1</link><pubDate>Fri, 01 Jul 2022 11:19:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdc2e8a3-4333-4c68-9246-2c1017a8ea93</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;That example was part of the IoT SDK, which had been deprecated by the time nRF 5 SDK v17.0.2 was released.&lt;/p&gt;
&lt;p&gt;That example could probably be used with the sim7600g, but you would have to create the driver for the modem and the glue to make it work with the IoT SDK yourself.&lt;/p&gt;
&lt;p&gt;I would instead recommend that you use the nRF Connect SDK, as we already have quite good support for external GSM modems there. I don&amp;#39;t see the sim7600g in the list of supported modems, but there is a driver for the sim7080. It si probably not much work to modify that driver to support the sim7600g.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve added some relevant links to the nRF Connect SDK documentation below, as well as a link to our nRF Connect SDK Fundamentals course.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/index.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/connectivity/networking/index.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/connectivity/networking/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/connectivity/networking/api/gsm_modem.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/connectivity/networking/api/gsm_modem.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/connectivity/networking/api/mqtt.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/connectivity/networking/api/mqtt.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>