Hi all,
I am running thethings.io examble of Thread SDK 3.1
I setup border router (Raspi 3B + NCP + ethernet) , Node (NRF52840DK)
In Node, I can ping to thethings.io by CLI as below:
ping 64:ff9b::68c7:4d6b
> 16 bytes from 64:ff9b:0:0:0:0:68c7:4d6b: icmp_seq=6 hlim=34 time=308ms
I setup Node project as below :
#define CLOUD_URI_PATH "v2/things/kvbK7X5HFZCuvHWHZp54kE1Hr2r0JnBYaLHFxLqvkrw" /**< URI path of the thing resource. */
#define CLOUD_HOSTNAME "api.thethings.io" /**< Hostname of the thethings.io cloud. */
#define CLOUD_THING_RESOURCE "demo_resource" /**< Thing resource name. */
I also check in Node project print to RTT and confirm Node can send COAP message success to Border Router :
<info> app: ipv6 of thethings.io:0x0064FF9B000000000000000068C74D6B (source code convert domain to IPv6)
<info> app: Send success
But in thethings.io, I don't receiver any data.
So, can you show me advise.
Thankk !!!