Hello, I try to set up the 6lowpan environment on my rpi2 following This page
When I wanted to run the radvd demon, I got error: ioct1 failed for bt0: No such device.
How can I resolve this problem?
No, you should not. If there is no bt0 interface when you write ifconfig, you can try to connect to one of the examples in the IoT SDK. Then it should appear, I haven't experinced RADVD reacting on it not being there before, but it is worth a try. You don't need RADVD to connect, you need RADVD to advertise global prefixes. Just do hcitool lescan-> echo “connect 00:11:22:33:44:55 1“ > /sys/kernel/debug/bluetooth/6lowpan_control -> hcitool con. If you have a connection there the bt0 interface should be in ifconfig.
Thx. It works. And I have an other question. I follow the steps from IoT_SDK_step_by_step ,but the SDK I download has not the example file \Nordic\nrf51\examples\iot\ipv6_coap_client\boards\pca10028\arm\app_ipv6_coap_client_pca10028.uvproj. I downloaded the SDK from here