<?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>6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18484/6lowpan-based-solution</link><description>Hi, 
 I want a Mesh solution with gateway which is able to connect Amazon Web services(AWS) via MQTT. 
 6LoWPAN mesh network based on IEEE 802.15.4.
Mesh devices can be powered on battery with UART payload delivery and some gpios/ADC. 
 Coordinator</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Mar 2017 11:30:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18484/6lowpan-based-solution" /><item><title>RE: 6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/thread/71307?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 11:30:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:869de978-9c14-4ce4-a359-27c0de647c7f</guid><dc:creator>Krzysztof Loska</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thread is a self-healing mesh network with no single point of failure, designed to securely and reliably connect hundreds of products around the home. It provides extensive support for sleepy nodes which allows for years of operation, even on a single AA battery. Thread is based on the power efficient IEEE 802.15.4 MAC/PHY and natively carries IPv6 utilizing 6LoWPAN as the foundation. However it natively supports CoAP protocol, not MQTT.&lt;/p&gt;
&lt;p&gt;Recently Nordic &lt;a href="http://www.nordicsemi.com/eng/News/News-releases/Product-Related-News/Nordic-Semiconductor-launches-its-first-Thread-networking-solution-via-a-new-Thread-SDK-for-its-nRF52840-multi-protocol-SoC-that-supports-both-Bluetooth-low-energy-and-IEEE-802.15.4"&gt;launched its first Thread networking solution&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Nordic provides full support for its platform within OpenThread and actively participates in the development of OpenThread by co-authoring the core of this stack.&lt;/p&gt;
&lt;p&gt;To facilitate Thread products development with the nRF52840 platform, Nordic Semiconductor provides &lt;a href="http://www.nordicsemi.com/eng/Products/nRF5-SDK-for-Thread"&gt;&lt;em&gt;nRF5 SDK for Thread&lt;/em&gt;&lt;/a&gt; and &lt;a href="http://www.nordicsemi.com/eng/Products/nRF-Thread-Topology-monitor"&gt;nRF Thread Topology Monitor&lt;/a&gt; PC tool.&lt;/p&gt;
&lt;p&gt;The &lt;em&gt;nRF5 SDK for Thread&lt;/em&gt; v0.8.0 includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a pre-built OpenThread stack for the Nordic nRF52840 SoC with ARM&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/00ae.svg" title="Registered"&gt;&amp;#x00ae;&lt;/span&gt; CryptoCell-310 support,&lt;/li&gt;
&lt;li&gt;unique support for DFU-over-Thread (Device Firmware Upgrade),&lt;/li&gt;
&lt;li&gt;examples to demonstrate interactions between nodes performing different Thread roles with the use of OpenThread and built-in CoAP protocol,&lt;/li&gt;
&lt;li&gt;support for an OpenThread Network Co-Processor (NCP),&lt;/li&gt;
&lt;li&gt;Border Router and cloud connectivity example,&lt;/li&gt;
&lt;li&gt;Thread native commissioning with NFC example,&lt;/li&gt;
&lt;li&gt;range of PC tools including a Thread Topology Monitor,&lt;/li&gt;
&lt;li&gt;software modules inherited from the nRF5 SDK e.g. peripheral drivers, NFC libraries etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Important notice - hardware-accelerated cryptography&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Due to legal restrictions support for hardware-accelerated cryptography utilizing ARM CryptoCell-310 is only available in mbedTLS library (libmbedcrypto.a) provided with the &lt;em&gt;nRF5 SDK for Thread&lt;/em&gt;. The library available in OpenThread repository does not support hardware acceleration. You can still use it, but the commissioning procedure takes much more time in such case. For the best performance and user experience, use the library provided with the SDK.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important notice - Certification&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;OpenThread is an open-source implementation of Thread standard. You can use it without any restrictions in the development phase. However, your device must meet Thread Group standards and must be a certified product before being marketed as a Thread product. Detailed information about product certification are available for Thread Group members at Contributor and Sponsor tiers (&lt;a href="http://threadgroup.org/joinus)."&gt;threadgroup.org/joinus).&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/thread/71305?ContentTypeID=1</link><pubDate>Wed, 21 Dec 2016 15:19:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:485f793d-095c-4765-85fd-bff0d883f8f6</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;See &lt;a href="https://devzone.nordicsemi.com/question/42074/mesh-on-nrf/"&gt;this&lt;/a&gt; question for current mesh solutions. In addition we are waiting on the Bluetooth SIG to release the BLE mesh. You will need to do the AWS integration at the gateway, but an MQTT implementation is used in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/dita/sdk/iot_sdk.html?cp=4_1"&gt;IoT SDK&lt;/a&gt;, maybe that is useful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/thread/71306?ContentTypeID=1</link><pubDate>Wed, 21 Dec 2016 13:43:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a88595b7-966b-4ad5-a5d8-4d5ecf11eb7f</guid><dc:creator>Amit</dc:creator><description>&lt;p&gt;can you suggest any other reliable mesh with gateway and all features as mentioned before?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/thread/71304?ContentTypeID=1</link><pubDate>Wed, 21 Dec 2016 09:50:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b17ce23-1767-4343-b176-0600ab3c7415</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Our latest chipset, the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/chips/nrf52840.html?cp=2_1"&gt;nRF52840&lt;/a&gt; supports 802.15.4, but this is so new that we actually don&amp;#39;t have software supporting the hardware yet.&lt;/p&gt;
&lt;p&gt;If you want more information about 802.15.4 features, you should contact the Regional Sales Manager for your area, if you don&amp;#39;t know who it is, send me a PM with your location and I&amp;#39;ll let you know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/thread/71303?ContentTypeID=1</link><pubDate>Wed, 21 Dec 2016 05:57:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:956af883-eac6-4fc2-91c6-cce9d5d758d3</guid><dc:creator>Amit</dc:creator><description>&lt;p&gt;In Mesh network nodes will response to UART if the node is targeted.
Mesh should support IEEE 802.15.4  for MAC and PHY.
Router capable of handle the mesh and any payload i want to send to some target or node device then it just relay this to target.
Gateway will be connected to router via UART/USB.In gateway i will write the application to send the data to which node. Gateway should have driver to connect to AWS or other cloud via MQTT.&lt;/p&gt;
&lt;p&gt;This is my understanding..If you give suggestions over this then it will be helpful for me..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/thread/71302?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2016 12:37:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53a8ac89-95a3-49bb-bdf0-918bdf600349</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Ok. How are the gateway and the router connected? What protocol are they using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/thread/71301?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2016 12:24:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:705b72de-af95-4499-bdad-d485dfb51836</guid><dc:creator>Amit</dc:creator><description>&lt;p&gt;yes..i want a gateway that support MQTT and relay information from mesh.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/thread/71299?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2016 10:09:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba0641b5-8489-46cb-b5eb-8f0f0fb24ae5</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Could you elaborate a bit? How are the gateway and the router connected? What protocol are they using? Do you want the gateway to support MQTT and relay information from the mesh network? Or should each node support MQTT?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6LoWPAN based solution</title><link>https://devzone.nordicsemi.com/thread/71300?ContentTypeID=1</link><pubDate>Mon, 19 Dec 2016 17:31:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64804344-e15f-42e8-9658-7347fdeb3e74</guid><dc:creator>Daniel Wang</dc:creator><description>&lt;p&gt;There is an &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.iotsdk.v0.9.0/iot_sdk_app_mqtt.html?cp=4_1_0_5_6"&gt;MQTT example&lt;/a&gt; in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.iotsdk.v0.9.0/index.html?cp=4_1_0"&gt;IoT SDK&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>