Hello everyone,
I'd like to use 6lowpan over BLE (that's IPSP isn'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't support it, is that right? And the IoT softdevice would support it but the latest version doesn't support the nRF51 anymore and even so IPSP needs 32KB RAM? Or can it work on 16KB nRF51822 but it's not officially supported?
Are there other options that are known to run IPSP on this SoC? Apache MyNewt or Riot.OS with NimBLE? Zephyr OS?
For context, i want to configure the Micro:bit as a native "WebThing" so it can talk to their WebThings Gateway using their standard method https://github.com/mozilla-iot/thing-url-adapter. The simplest way to do this I think to give the micro:bit an IP address which the Raspberry Pi can access and use one of their standard WebThing libraries, ideally Arduino https://github.com/mozilla-iot/webthing-arduino.
Thanks for reading and for helpful replies.
Cheers