This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

IoT SDK RPi3 - Using Jessie with bluetooth_6lowpan

Hi, I'm planning a project that uses MQTT with Raspberry Pi (RPi) 3 and PCA10040 (nRF52-DK).

I'm planning to use the AWS (Amazon Web Service) EC2 as a MQTT broker.

It's my first time working a project with an RPi, so I have questions about getting started.

/**************************************************************************/

I noticed that,

  1. Debian Jessie has been updated to v4.4 (Release date:2016-05-27).

I saw that the nRF51 IoT SDK provides raspbian-kernel-zip v3.17.4.

However, I think the kernel-zip v3.17.4 cannot control the BCM43438 chip which enables BLE and Wi-Fi for RPi3.

  1. There are tutorials that helps to configure RPi3's Wi-Fi and Bluetooth.

/**************************************************************************/

So my questions are,

  1. Does Nordic provide newly updated raspbian-kernel?

If not, is there a tutorial to build a Debian Jessie image with bluetooth_6lowpan?

Or is it unnecessary to create a new Jessie image to use the Nordic's IoT SDK 0.9?

  1. Did anybody test the IoT examples with the RPi3?

I saw a demo video; IPv6 brewed coffee demo and this uses RPi with Ethernet cable.

Whereas I want to create a project that uses Wi-Fi.

However, I'm worried whether this will work or not.

So did anyone tried an IoT example project with RPi3 or RPi2 with Wi-Fi USB dongle?

-Best Regards, Mango

Related