<?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 over BLE on nRF51822 (Micro:bit)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64171/6lowpan-over-ble-on-nrf51822-micro-bit</link><description>Hello everyone, 
 I&amp;#39;d like to use 6lowpan over BLE (that&amp;#39;s IPSP isn&amp;#39;t it?) on the nRF51822, specifically the Micro:Bit. What are the options for doing this? 
 It appears to me that the standard softdevices don&amp;#39;t support it, is that right? And the IoT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Oct 2020 06:37:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64171/6lowpan-over-ble-on-nrf51822-micro-bit" /><item><title>RE: 6lowpan over BLE on nRF51822 (Micro:bit)</title><link>https://devzone.nordicsemi.com/thread/274779?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 06:37:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd5374e5-095d-4dce-85af-45428e63c269</guid><dc:creator>madbilly</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Maybe the new Micro:bit based on nRF52833 will be able to support IPSP? &lt;a href="https://tech.microbit.org/latest-revision/"&gt;https://tech.microbit.org/latest-revision/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But will it then be able to run an HTTP server as well?&lt;/p&gt;
&lt;p&gt;Cheers &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6lowpan over BLE on nRF51822 (Micro:bit)</title><link>https://devzone.nordicsemi.com/thread/262036?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2020 14:56:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:918fa276-8676-46e3-bfec-23655bffae46</guid><dc:creator>madbilly</dc:creator><description>&lt;p&gt;Hello H&amp;aring;kon,&lt;/p&gt;
&lt;p&gt;Argh, that&amp;#39;s a shame, but thank you for the explanation. I had thought that because there 6lowpan can be run on Arduino with XBee (&lt;a href="https://github.com/telecombretagne/Arduino-IPv6Stack/"&gt;https://github.com/telecombretagne/Arduino-IPv6Stack/&lt;/a&gt;) that 6lowpan over BLE could be run on the Micro:bit.&lt;/p&gt;
&lt;p&gt;But I see that that stack does not include BLE and the XBee they reference has a Cortex-M3.&lt;/p&gt;
&lt;p&gt;Okay I&amp;#39;ll just have to find another way to interface Micro:Bits to the WebThings Gateway and maybe try and get an nRF2 board to try IPSP with.&lt;/p&gt;
&lt;p&gt;Cheers &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6lowpan over BLE on nRF51822 (Micro:bit)</title><link>https://devzone.nordicsemi.com/thread/262023?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2020 14:10:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e82ddc5-bc43-42d2-b285-072814088525</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]I&amp;#39;d like to use 6lowpan over BLE (that&amp;#39;s IPSP isn&amp;#39;t it?) on the nRF51822, specifically the Micro:Bit. What are the options for doing this?[/quote]
&lt;p&gt;You will need more RAM to run IPSP using our SDK examples. Please also note that production grade S130 doesn&amp;#39;t support IPSP (connection oriented channels), as described here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.iotsdk.v0.9.0%2Fiot_softdevice.html&amp;amp;cp=4_1_0_0_3"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.iotsdk.v0.9.0%2Fiot_softdevice.html&amp;amp;cp=4_1_0_0_3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]Are there other options that are known to run IPSP on this SoC?&amp;nbsp; Apache MyNewt or Riot.OS with NimBLE? Zephyr OS?[/quote]
&lt;p&gt;&amp;nbsp;Zephyr has a IPSP sample:&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/latest/samples/bluetooth/ipsp/README.html"&gt;https://docs.zephyrproject.org/latest/samples/bluetooth/ipsp/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However; this will not compile on nrf51-series, due to RAM restrictions. I do not know about the other OSes, but I suspect it will require more RAM, and possibly a CortexM4 to handle crypto within reasonable time.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>