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

Setting up IPv6 over BLE using nRF52 Series and Contiki OS

Hi All

Currently i am working on IPV6 over BLE with contiki oS.

For that i am following link ...

https://devzone.nordicsemi.com/b/blog/posts/setting-up-ipv6-over-ble-using-nrf52-series-and-com

I have successfully established the connection with nRF52 DK.

After that If i ping to the nrf52 dk, i am getting following response.

ping6: Warning: source address might be selected on device other than bt0.
PING fe80::217:1Bff:fe61:F143(fe80::217:1bff:fe61:f143) from :: bt0: 56 data bytes
From fe80::b0c0:90ff:feb4:151c%bt0: icmp_seq=1 Destination unreachable: Address unreachable
From fe80::b0c0:90ff:feb4:151c%bt0: icmp_seq=2 Destination unreachable: Address unreachable
From fe80::b0c0:90ff:feb4:151c%bt0: icmp_seq=3 Destination unreachable: Address unreachable

But if i ping to local address, i am getting proper response.

PING fe80::b0c0:90ff:feb4:151c%bt0(fe80::b0c0:90ff:feb4:151c%bt0) 56 data bytes
64 bytes from fe80::b0c0:90ff:feb4:151c%bt0: icmp_seq=1 ttl=64 time=0.132 ms
64 bytes from fe80::b0c0:90ff:feb4:151c%bt0: icmp_seq=2 ttl=64 time=0.098 ms
64 bytes from fe80::b0c0:90ff:feb4:151c%bt0: icmp_seq=3 ttl=64 time=0.096 ms
64 bytes from fe80::b0c0:90ff:feb4:151c%bt0: icmp_seq=4 ttl=64 time=0.108 ms

So, please help me how to resolve this issue.

Thanks in advance

Best Regards,

Akash.

Parents Reply
  • Hi wbober/edvin,

    I have been working on Zephyr RTOS to form a mesh network,and have successfully established connection with nrf52 DK.

    And, i have been getting proper response from nrf52 DK(if i ping to device).

    But, my requirement is to form mesh network and control the LEDS.Now, i can able to form the mesh network also.But, i don't know how to control the LEDS over network.

    In my case. PC is acts as LBR and pca10059(5 boards) acts as LN.

    could you please help me that how can i send a command from LBR(PC) so that LEDS on PCA10059(LN) should be control(ON/OFF)?

    Advance in thanks.

    BR

    Akash.

Children
Related