Hello, I build a BLE 6LoWPAN environment on my raspberry pi with Kernel 3.18.3 and connect a BLE Dongle. The BLE Node is Arch BLE (www.seeedstudio.com/.../Arch-BLE-p-1998.html). and follow Nordic nRF51 IoT SDK.
I successfully testd ipv6_icmp
example.
But when I try ipv6_coap_server
example, node not start advertising.
i follow Iot_SDK_step_by_step.pdf
use s1xx-iot-prototype2_softdevice.hex
nrf51422_xxac_s1xx_iot.hex
into my node.
discover the advertising device by using the hcitool lescan command.
but not receive advertisement from node.
anyone know what’s wrong about this problem? thank!