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?
I can compile the application now, and program it to the board PCA10001 V2.2.0 successful.
But the led didn't blink.
I use the example coap_ipv6_client from SDK version 0.7.0.
Options for Target setting is Device :nRF51422xx_AC
IROM1 : start 0x18000 and size 0x28000
IRAM1 : start 0x20002000 and size 0x6000.
Great! For IRAM1 you should use start 0x20002000 and size 0x2000. Since you only have 16 kB and not 32 kB. Did you flash the chip with the IoT SDK 0.7.0 SoftDevice found in \nrf51\components\softdevice\s1xx_iot using nRFgo Studio first? If you enter debug mode and put a breakpoint the start of main() are you hitting it?