<?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>nRF52832 with Simcom 2G module</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42957/nrf52832-with-simcom-2g-module</link><description>Hi Team, 
 I want to connect the nRF52832 based custom board to AWS-IoT cloud. 
 The Simcom 2G module is interfaced with nRF52832 over UART. 
 Can someone guide me from where to start on this?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Jan 2019 14:03:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42957/nrf52832-with-simcom-2g-module" /><item><title>RE: nRF52832 with Simcom 2G module</title><link>https://devzone.nordicsemi.com/thread/168271?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 14:03:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cfc5af96-6f92-4526-bb96-8b7c43926ad3</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;We don&amp;#39;t have any examples with an nRF52 connecting directly to the nRF Cloud. You will need some sort of gateway connection like a computer, a Raspberry Pi or a smartphone to connect the nRF52 to the AWS cloud. You naturally have the Simcom module to use as your gateway. I would take a look at one of these examples &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/iot_examples"&gt;here&lt;/a&gt;. In addition, &lt;a href="https://www.youtube.com/watch?v=fmm2THCEnD0"&gt;this video&lt;/a&gt; may be helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 with Simcom 2G module</title><link>https://devzone.nordicsemi.com/thread/168142?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 07:41:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a797e186-a899-4f9e-be89-95330b46e7f1</guid><dc:creator>Milan</dc:creator><description>&lt;p&gt;Hi Bjorn,&lt;/p&gt;
&lt;p&gt;Thanks for the response.&lt;/p&gt;
&lt;p&gt;The hardware is based on nRF52832 with Simcom module interfaced over UART.&amp;nbsp; Can you please direct me which nRF52 SDK will help me (out of many) considering AWS communication.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 with Simcom 2G module</title><link>https://devzone.nordicsemi.com/thread/167966?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 14:20:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41f193b9-b379-4663-893f-7359759492f4</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Maybe Simcom has some code for connecting up to the AWS cloud? Or some other cloud?&lt;/p&gt;
&lt;p&gt;I can naturally also recommend the shiny new nRF91 DK. We have &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.3.0/nrf/samples/nrf9160/asset_tracker/README.html"&gt;an example&lt;/a&gt; that runs out of the box that connects to the nRF Cloud, which is running on AWS.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 with Simcom 2G module</title><link>https://devzone.nordicsemi.com/thread/167637?ContentTypeID=1</link><pubDate>Thu, 24 Jan 2019 12:41:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73329d46-2b16-4528-be24-b3767bc3848f</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;As noted in the linked post, none of that is specific to Nordic.&lt;/p&gt;
&lt;p&gt;Amazon AWS neither knows nor cares what hardware you use.&lt;/p&gt;
&lt;p&gt;Same for the SIMCOM module.&lt;/p&gt;
&lt;p&gt;If the SIMCOM module doesn&amp;#39;t provide&amp;nbsp;&lt;span&gt;SSL/TLS, then you&amp;#39;ll have to implement that - again, these are standard protocols that are entirely independent of the underlying hardware.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;mbed provides a TLS implementation ...&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 with Simcom 2G module</title><link>https://devzone.nordicsemi.com/thread/167633?ContentTypeID=1</link><pubDate>Thu, 24 Jan 2019 12:36:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c058691c-0492-4e20-8824-cbb5dcf31e01</guid><dc:creator>Milan</dc:creator><description>&lt;p&gt;Hi Awneil,&lt;/p&gt;
&lt;p&gt;Thanks for the response.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am aware of the&amp;nbsp; UART communications and AT commands but AWS IoT has some specific requirements like SSL/TLS 1. Also, there are various SDKs from Nordic as well as Amazon.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My doubt is which is the most appropriate SDK to use here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 with Simcom 2G module</title><link>https://devzone.nordicsemi.com/thread/167627?ContentTypeID=1</link><pubDate>Thu, 24 Jan 2019 12:06:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08098d93-41de-424c-8201-cc197935cfe3</guid><dc:creator>awneil</dc:creator><description>[quote userid="6391" url="~/f/nordic-q-a/42957/nrf52832-with-simcom-2g-module"]&lt;p&gt;The Simcom 2G module is interfaced with nRF52832 over UART.&lt;/p&gt;&lt;p&gt;Can someone guide me from where to start on this?&lt;/p&gt;[/quote]
&lt;p&gt;Start by learning to use the UART:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/42843/interfacing-nrf52810-with-fingerprint-sensor-module/167104#167104"&gt;devzone.nordicsemi.com/.../167104&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>