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

Obersable_server Unrecheable with Copper (firefox) On Raspberry Pi 3 B

Hi,

I'm trying to send CoAP messages from an Raspberry Pi3 B to an nRF52 DK with Obersve_server  on it.

What i've done :

I'ive edited radvd.conf like this :

then i've created a connexion.sh file :

Then : i've added the 2001:db8::1/64 prefix to bt0 interface with

ifconfig bt0 add 2001:db8::1/64

and i've checked the bt0 interface :

A inet6 2001:db8::b827:ebff:fe9b:9a23 should be present ? so ive added it manually

ifconfig bt0 add 2001:db8::b827:ebff:fe9b:9a23/64

Then i've ping the device with the local address :

and the global adress :

FInally i've tried to send a message with Copper (Firefox) with the following adress "coap://[2001:db8::b827:ebff:fe9b:9a23]/:5683"  but i've always the same message : "Warning : Message xxxx timed out"

I don't know what i've done wrong and I hope you can help me...

Sorry if my English isn't correct, it's not my main language.

Parents Reply
  • Hi, thanks for the reply.

    I tried this, but i can't ping the device : Destination unreachable

    I have 2 points which, maybe, cause the problem : 

    First : when I tried this : 

    mount -t debugfs none /sys/kernel/debug
      linux return 
    none already mounted or mount point busy
    . I don't know if it's the right result.

    Second : My kernel version is 4.15.0 so i have to set BLE_6LOWPAN_LEGACY_MODE define in sdk_config.h to 0.

    But I don't have a keil uvision pro version so i can't compile because the program Code size is restricted to 32 Kbyte. For this one I'll try to have a pro version with my company

Children
Related