Hello estephania_martinez
I think the problem is not the socket. It is the same if I'm trying to switch the led on/off with coap CON POST 2001:db8::260:37ff:fe00:c /led on/off on COAP. I guess the problem is, that both nodes have exact the same address, so the router can not distinguish between both nodes. And i have no idea why both nodes have the same address!?
Here you can see the output from the shell after ifconfig:
Router:
BLE IPv6 Router>ifconfig
Interface 0: 6LoBLE
Link local address (LL64): fe80::260:37ff:fe00:c
Global address: 2001:db8::260:37ff:fe00:c
Node1:
BLE IPv6 Node>ifconfig
Interface 0: 6LoBLE
Link local address (LL64): fe80::260:37ff:fe00:b
Global address: 2001:db8::260:37ff:fe00:b
Node2:
BLE IPv6 Node>ifconfig
Interface 0: 6LoBLE
Link local address (LL64): fe80::260:37ff:fe00:b
Global address: 2001:db8::260:37ff:fe00:b
I'm using the SDK_2.2_FRDM-KW41Z with the SDK-Examples wireless examples > bluetoth > ipv6_node and wireless examples > bluetoth > ipv6_router.
Thanks!
Best Regards