Problem ULA Thread with KW41Z

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem ULA Thread with KW41Z

780 Views
hung
Contributor II

Hello All,

 

I am using a node (based on KW41Z ) and a gateway (on my PC ubuntu)  for communication based on Thread 1.1.0.

But i cant ping my gateway. So can anybody help me?

pastedImage_1.png

Best regards,

John

Labels (2)
0 Kudos
4 Replies

487 Views
hung
Contributor II

Hello Estephania,

I get the following Kinetis FSCI Host Application Programming Interface document.

And I tried to ping  HCD device, it is not pinging.

pastedImage_1.png

Best Regards,

0 Kudos

487 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

I have been working on your case there are some thing that i would like you to try: 

Did you st up the definition of the THR_SERIAL_TUN_ROUTER to 1 in the config.h file ?

middleware\wireless\nwk_ip_<ver>\examples\host_controlled_device\config\config.h
#define THR_SERIAL_TUN_ROUTER 1

When you run the Thread_KW_Tun with a factory reset? (using 1 instead of 0) 

sudo ./bin/Thread_KW_Tun /dev/ttyACM0 fslthr0 1 25

Are both of the devices (thc and router) on the same channel? (I see that the router could not get connected)

Could you please check your raspberry configuration, we have had some issues like yours but it was caused by their linux lack of permissions or some linux configuration. 

I'll leave some screenshots of the result I got using Ubuntu 16.4.03

From the host controlled device: 

1.PNG

2.PNG

From the router: 

4.PNG

3.PNG

From the ubuntu terminal: 

5.PNG

Best Regards, 

Estephania 

0 Kudos

487 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Could you please confirm  there is communication between the node and the device?  or  could you please try the following : 

Ping HCD device:
#ping6 fd01::1

Ping fslthr0 interface
#ping6 fd01::2

Ping the same IP but forcing the interface:
#ping6 fd01::3ead:7c16:37b5:e6ef:701a -I fslthr0 -c 1

0 Kudos

487 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello,

I believe you are following the Kinetis FSCI Host Application Programming Interface document, am I right?  

Where did you get the address you are pinging? Could you please give me some more details of how are you doing it?

Regards,

Estephania

0 Kudos